/*********************************************************************/
/* = Site : http://patrickjoly.free.fr/ */
/* = Version : 1.0 */
/* = Date de la version : 02/02/2013 */
/* = Auteur : Patrick Joly */
/* = Contact : patrickjoly@free.fr */
/*********************************************************************/

/*********************************************************************/
/* feuille de style screen */
/*********************************************************************/
body {
	background: #eaeaea;
	color: #000000;
	font-family: Georgia;
	font-size: 1em;
	margin: 10px auto;
	overflow: scroll;
	padding: 0;
	text-align: justify;
	width: 750px;
}

/* header */
header {
	margin: 0;
	padding: 0;
	-ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;	
}

/* navigation */
nav {
	margin: 10px 0 0 0;
	text-align: left;
	-ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;		
}

nav ul {
	margin: 0;
	padding: 0;	
}

.item {
	display: inline-block;
}

nav a {
	border: 2px solid #ff4444;
	color: #000000; 
	display: block; 
	padding: 10px;
	text-decoration: none;
	-ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;		
}

nav a:hover {
	background: #ff4444;
	color: #ffffff;
	text-decoration: none;
}

/* contenu */
#contenu{
	line-height: 1.5!important;
}

/* footer */
footer {
	border-top: 5px solid #ff4444;	
	font-size: 0.9em;
	margin: 5px 0 0 0;
	padding: 5px 0 5px 0;
}
	
/* titres */
h1 {
	color: #ff4444;
	font-size: 3em;
	margin: 0;
	padding: 10px;
	text-align: center;
}

h2 {
	color: #ff4444;
	font-size: 1.5em;
	letter-spacing: 5px;
	margin: 0;
	padding: 0 10px 10px 10px;
	text-align: center;
}

h3 {
	color: #ff4444;
	border-bottom: 5px solid #ff4444;
	font-size: 1.4em;
	margin: 10px 0 10px 0;
	padding: 0;	
}

/* liens */
a {
	color: #ff4444;
	text-decoration: underline
}

a:hover {
	color: #000000;
}

/* listes */
#contenu ul li {
	list-style: square;
}

/*********************************************************************/
/* général - feuille de style mobile */
/*********************************************************************/
@media (max-width: 640px) {

body {
	overflow: scroll;
	padding: 10px;
	text-align: justify;
	width: auto;
}

header {
	-ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

h3 {
	font-size: 1.2em;
}

nav {
	background: transparent;
	margin: 10px 0 0 0;
}	

nav ul, li {
	margin-bottom: 5px;
	width: auto!important;
}

nav a {
	background: #ff4444;
	color: #ffffff;
	padding: 10px;
	text-align: center;   
	-ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

nav a:hover {
	background: transparent;
	color: #ff4444;
	text-decoration: none;
}

.item {
	display: block;
}
		
#contenu {
	display: block;
	line-height: 1.5!important;	
}
}

@media only screen and (max-device-width:640px) and (orientation:landscape)  {
body, html {
	-webkit-text-size-adjust: 100%;	
}
}