/* CSS Document */  
  
div.container-fluid { width:90%; background-color:#DDD;margin:40px auto 40px auto; color:#333; opacity:0.97}
.lienstitre {color:#2A7B9B;font-weight:600 }
.lienstitre:hover {
	color: #777;
	font-weight: 600
}
.liensmenuhoriz {color:#2A7B9B;font-weight:600 }
.liensmenuhoriz:hover {
	color: #777;
	font-weight: 600
}
body {  background-image:url(fond-retour.jpg); background-attachment: fixed; } 
/* PC */
@media screen and (min-width: 993px) 
{
    
    div.menuhorizpetit { display:none }
	div.menuhorizgrand { display: inline;width:90%; }
	div.divhorizgrand { float:left; color:#FFFFFF;   line-height:40px ;height:35px; margin:10px}
	a.liensmenuhoriz { line-height:20px;font-weight:bold;  color:#FF9 }
	a.acteurs { line-height:20px;  color:#FF9 }
	a.erreurs { line-height:20px;  color:#FF9 }
	a.lienslettres { line-height:20px;font-weight:bold;  color:#FF9 }
	h1.titrepage { font-size:1.9em; text-align:center }
	h2.titrepage2 { font-size:1.2em; text-align:center }
	.nberreurs { background-color:#F00; color: #FFF; font-weight:bold; padding:5px 10px 5px 10px; line-height:25px;margin:5px;  }
	.voter { background-color:#FF0; color: #222; font-weight:bold; padding:5px 10px 5px 10px; line-height:25px;margin:5px;  }
	.titrealea { font-size:1.2em; font-weight:bold }
	.boutonsmenu { background-color:#FFF;color:#000;  border-width:0px; font-size:0.9em; font-weight:600;padding:0px 10px 0px 10px; } 
	.boutonsmenu:hover { background-color:#444;color:#DDD;  border-width:0px }
}
/* SMARTPHONE */
@media screen and (max-width: 992px)
{ 
	div.menuhorizpetit { display:inline;background-color:#222222;width:100% }
	div.menuhorizgrand { display: none }
	div.divhorizpetit { width:100%;background-color:#222222; color:#FFFFFF;line-height:25px ; height:25px;}
	a.liensmenuhoriz { line-height:20px;  margin:10px;font-weight:bold;  color:#FF9; width:100%; font-weight:1.2em }
	h1.titrepage { font-size:1.1em; text-align:center }
	h2.titrepage2 { font-size:.8em; text-align:center }
	a.acteurs { line-height:20px;  color:#FF9 }
	a.erreurs { line-height:20px;  color:#FF9 }
	a.lienslettres { line-height:20px;font-weight:bold;  color:#FF9 }
	.nberreurs { background-color:#F00; color: #FFF; font-weight:bold; padding:5px 10px 5px 10px; line-height:25px;}
	.voter { background-color:#FF0; color: #222; font-weight:bold; padding:5px 10px 5px 10px; line-height:25px;margin:5px;  }
		.titrealea { font-size:1em; font-weight:bold }
}
