/* --- STYLES DE BASE --- */ 

/* Page */ 
html { 
	font-size: 100%; /* Évite un bug d'IE 6-7 */ 
} 
body { 
	margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 0.8em;
	line-height: 1.3; 
	color: #666;
	background: #eee;
} 

/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
	margin: 0;
	line-height: 1.2;
	font-weight: bold;
	font-style: normal;
} 
h1 { 
	font-size: 2em;
} 
h2 { 
	font-size: 1.5em; 
} 
h3 { 
	font-size: 1.25em; 
} 
h4 { 
	font-size: 1.1em; 
} 

/* Listes */ 
ul, ol { 
	margin: .75em 0 .75em 32px; 
	padding: 0;
} 

/* Paragraphes */ 
p { 
	margin: 0.75em 0;
} 
address { 
	margin: 0.75em 0; 
	font-style: normal; 
} 

/* Liens */ 
a { 
	text-decoration: underline;
	color: #333;
} 
a:link { 
} 
a:visited { 
} 
a:hover, a:focus, a:active { 
	color: #880C08; 
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
	outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
	border: none; 
} 

/* Divers éléments de type en-ligne */ 
em { 
	font-style: italic; 
} 
strong { 
	font-weight: bold; 
} 

/* Formulaires */ 
form, fieldset { 
	margin: 0; 
	padding: 0; 
	border: none; 
} 
input, button, select { 
	vertical-align: middle;
}

/* séparateur et nettoyeur */
.nettoyeur {clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px;}
.separateur {clear: left; margin: 10px 0 30px; border: none; height: 1px; color: #ccc; background-color: #ccc;}

/* --- STYLES PERSONNALISÉES --- */

/* index */

@media screen and ( max-width: 480px ) {
	#conteneur {
		width: 80%;
		border: 1px solid #666;
		margin: 10px auto;
		padding: 25px 25px 0;
		background: #fff;
		}
		#conteneur img {max-width: 100%}
}

@media screen and ( min-width: 481px ) {

header h1 {
	text-align: center;
	}

#conteneur {
	width: 250px;
	border: 1px solid #666;
	margin: 50px auto;
	padding: 25px 25px 0;
	background: #fff;
	}
   	#page1 {
		clear: both;
		padding: 0 10px;
		margin: 42px 0 10px;
		text-align: center;
	}
		#page1 p {
			margin: 10px 0;
			text-align: center;
		}
		

   	#contact {
	clear: both;
	text-align: center;
	border-top: 1px solid #444;
	padding-top: 10px;
	font-size: 0.9em;
	}
     
} /*fin du design desktop - à optimiser */