


body
	{
	width:880px;
	margin:auto;
	font-family:calibri;

		
	}
#site
	{
	background:url("images/bande-fond.jpg") repeat-y;
	margin:0;
	margin-left:40px;
	padding:0;
	}
#header 
	{
	padding-right:30px;
	margin:0;	
	background:url("images/header2.jpg");

	height:440px;
	}
#header  form
	{
	width:300px;
	margin-left:630px;
	margin-top:67px;
	font-size:12px;
	}	

#central
	{
	margin-left:200px;
	width:580px;
	padding-left:30px;
	padding-right:10px;
	}
#central p, #central li
	{
	color:#888;
	}
#central h2
	{
	border-bottom:1px solid #999;
	padding-left:40px;
	height:20px;
	font-size:16px;
	background:  url("images/puce.jpg") no-repeat;
	}
#central h3
	{
	color:#cadd0a;
	}
	
#question-regime-neutre
	{
	float:right;
	width:227px;
	background: url("images/question-regime-de-neutre-milieu.jpg") repeat-y;
	}
#question-regime-neutre-haut
	{
	background: url("images/question-regime-de-neutre-haut.jpg") no-repeat;
	width:227px;
	height:6px;
	}
#question-regime-neutre-bas
	{
	background: url("images/question-regime-de-neutre-bas.jpg") no-repeat;
	width:227px;
	height:6px;
	}
#question-regime-neutre h1
	{
	margin-left:auto;
	width:200px;
	font-family:calibri;
	font-size:14px;
	color:#98a513;
	}
#question-regime-neutre p
	{
	margin-left:auto;
	width:210px;
	font-family:calibri;
	font-size:14px;
	color:#98a513;
	}
#question-regime-neutre a
	{
	font-family:calibri;
	font-size:14px;
	color:#555;
	text-decoration:none;
	}
#question-regime-neutre a:hover
	{
	font-family:calibri;
	font-size:14px;
	color:#555;
	font-style:italic;
	}
#question-regime-neutre li
	{

	}
	
#menu
	{
	position:absolute;
	width:180px;
	margin-left:20px;
	}
#menu li
	{
	list-style-image:url("images/puce1.jpg");
	margin-left:15px;
	}
#menu a
	{
	color:purple;
	text-decoration:none;
	}
#menu a:hover
	{
	color:#98a513;
	}
	
#menu h1
	{
	font-size:15px;
	padding-left:35px; 
	padding-top:8px; 
	height:35px;
	width:190px;
	color:#333;
	}
	
	
	
#footer
	{
	margin-left:40px;
	height:100px;
	width:840px;
	background: url("images/footer.jpg") no-repeat;
	}
#footer-texte
	{
	width:200px;
	margin:auto;
	}
.neutre
	{
	padding:0;
	margin:0;
	text-align:right;
	color:#999;
	font-size:11px;
	}

img
	{
	position:relative;
	left:80px;
	}
form
	{
	width:300px;
	margin:auto;
	}
	
table
	{
		border-collapse:collapse;
		border:1px solid #ccc;
		background-color:#eee;
	}
tr,td
	{
		border:1px solid #ccc;
		padding:2px;
	}
	
	
/* Sur tous types d'écran, quand la largeur de la fenêtre est comprise entre 1024px et 1280px */
@media all and (min-width: 10px) and (max-width: 1280px){
	body{width:100%; padding:0; margin:0;}
	#header{display:none;}
	#footer{width:100%;}
	#central {width:90%; margin:0; padding:0px 20px;}
	#question-regime-neutre {width:100%; margin:0; padding:0; background:none;}
	#question-regime-neutre-haut {width:100%; margin:0; padding:0; background:none;}
	#question-regime-neutre-bas {width:100%; margin:0; padding:0; background:none;}
	#question-regime-neutre h1{width:100%;}
	#menu{position:inherit;width:100%;margin-left:20px;text-align:center; margin:0; padding:0; background: none;}
	#menu h1{text-align:center; width:100%;}
	#menu li{list-style-image:none; list-style-type:none;}
	#site{background:none; padding:0; margin:0; width: 100%;}


}	