/* é
body {
 color: red;  Tous les navigateurs
 color : green\9;  IE8 et versions inférieures 
 *color : yellow;  IE7 et versions inférieures 
 _color : orange;  IE6 
 color: red&nbsp;!important;  Mozilla, ie8, ie7
}
*/

@charset "utf-8";
 
 html
 {
	margin:0px;
	padding:0px;
 }
body 
{
	font-family:Arial,Verdana,sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	/*background: url("../images/general/fond.jpg") repeat-x top center fixed #c5c5c5; */
	background: url("../images/general/fond2.jpg") center  no-repeat fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
	margin:0px;
	padding:0px;
	z-index:1;
}

#ombre 
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background: url("../images/general/ombre.png")  center top no-repeat fixed; 
	z-index:2;
	position:fixed;
}

#contenu 
{
	margin: auto ; 
	margin-top:0px;
	padding:0px;
	z-index:3;
	position:relative;
}

#contenu a, #contenu a img 
{
	text-decoration:none;
	font-style:normal;
	border:0px;
	color : white;
}

/* ********** * Haut * ********** */
#haut
{
	height:200px;
	background:white;
  position: fixed;
	top:0;
	color:black;
	margin-bottom:0px;
	width:100%;
	z-index:15;
}
#haut a
{
	color:black;
}


#haut #logo
{
	top:7px;
	width:350px;
	position:absolute;
}
#haut #logo img
{
}

#haut #recherche 
{
	width:100%;
	height:160px;
	line-height:160px;
	text-align:center;
}

#haut #recherche div 
{
	width:262px; /* largeur du bloc */
	vertical-align:middle;
	display:inline-block;
	line-height:1.2; /* on rétablit le line-height */
}

#haut #recherche #texte_recherche
{
	height:25px;
	width:229px;
	background:url("../images/general/recherche.png");
	border:none;
	margin:2px;
}

#haut #recherche #submit_recherche
{
	background:#BA081A; 
	border: none;
	border-radius: 4px;
	text-align:center;
	padding:1px;
	margin:2px;
	color:white;
	font-size:15px;
	font-weight:bold;
	width:25px;
	height:25px;
}

#haut #recherche #submit_recherche:hover
{
	background:#333; 
}

#haut a#deconnexion
{
	position:absolute;
	display:block;
	z-index:18;
	padding:3px;
	border-radius: 4px;
	height:22px;
	width:20px;
}
#haut a#deconnexion:hover
{
	color:white;
	background:#BA081A; 
}

#haut #nbarticles
{
	position:absolute;
	z-index:18;
	border-radius: 11px;
	background:#2F2F31;
	border:1px solid #2F2F31;
	color:white;
	padding:1px;
	text-align:center;
	width:22px;
	height:22px;
	
}

#haut .espace
{
	position:absolute;
	z-index:17;
	right:0;
	height:160px;
	line-height:160px;
}

#haut .espace div
{
	vertical-align:middle;
	display:inline-block;
	line-height:15px;
}

#haut .espace a
{
	display:block;
	float:left;
	width:80px;
	background:#BA081A; 
	border-radius: 4px;
	text-align:center;
	padding:1px;
	margin:1px;
	color:white;
	font-size:10px;
	font-weight:bold;
	}
	
#haut .espace a:hover
{
		background:#2F2F31; 
	}

#haut .espace a span.glyphicon
{
	font-size:20px;
}

/* ********** * Corps * ********** */

#corps
{
	color:black;
	margin-top:182px;	
	z-index:2;
		background:white;
	min-height:460px;
/*	background:url("../images/general/fond.jpg") repeat-x;*/
/*background:#b7b7b7;*/
}

#corps p, #corps ul
{
	color:black;
	font-size:12px;
	padding:10px;
}

#corps .ariane
{
	text-transform: uppercase; 
	font-size:10px;
	width:100%;
	height:25px;
	padding-top:10px;
	background:white;
	z-index:10;
	margin-bottom:0px;
}

#corps .ariane a:hover
{
	text-decoration: underline; 
}
#corps div.sousariane
{
	margin-top:35px;
}

/* ********** * Footer * ********** */
footer
{
	border-top:1px solid #949595;
	z-index:200;
}

#boutonspied
{
	background:url("../images/general/boutonspied.png");
	height:20px;
	padding-top:4px;
	font-size:10px;
}
#boutonspied div,
#boutonspied div a
{
	padding:0;
	text-align:center;
	height:16px;
	color:white;
	display:block;
	float:left;
		margin:0;
}


/* ********** * Divers * ********** */
.droite
{
	float:right;
}

.gauche
{
	float:left;
}

.clear
{
	clear:both;
}

.milieu
{
	text-align:center;
}

.distinct
{
	color:#BA081A;
	font-weight:bold;
}

.note
{
	font-style:italic;
	font-size:12px;
	font-weight:normal;
}
#corps .note a
{
	color:black;
	font-weight:bold;
}
#corps .note a:hover
{
	text-decoration:underline;
}
.gras
{
	font-weight:bold;
}

.erreur
{
	color:red;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}


.fondtransparent
{
	background:url("../images/general/fondtransparent.png");
	padding:5px;
}

.cache
{
	display:none;
}

.container
{
	padding:0;
	margin:0;
}
.row
{
	margin:0;
}

.modifier 
{
	border:1px solid #b7b7b7;
	margin-top:10px;
	padding:10px;	
	text-align: center;
}
.modifier fieldset
{
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	padding:10px;
	margin:10px;
}
.modifier fieldset table
{
	
	margin:auto;
}
.modifier fieldset td
{
	padding:2px;
}
.modifier fieldset td.lab
{
	text-align:right;
	color:black;
	font-weight:normal;
}
.modifier fieldset td.lab label
{
	color:black;
	font-size:12px;
	font-weight:normal;
}

.bouton
{
	width:80px;
	background:#BA081A; 
	/*border: #333 1px solid;*/
	border:none;
	border-radius: 4px;
	text-align:center;
	padding:1px;
	margin:1px;
	color:white;
	font-size:10px;
	font-weight:bold;
	}
.bouton:hover
{
		background:#2F2F31; 
	}
.bouton:disabled
{
		background:#b7b7b7; 
	}
	

@media (max-width: 768px) 
{
	body
	{
		background:#C7071E;
	}
	#ombre 
	{
		display:none;
	}
	#contenu 
	{
		width: 100%;
	}
	#haut
	{
		height:71px;
		z-index:10;
	}
	
	#haut #logo ,#haut #logo img
	{
		height:50px;
		z-index:17;
		margin:0px;
		left:0;
		position:fixed;
		width:120px;
	}
	#haut #recherche
	{
		display:none;
	}
		
	#haut a#deconnexion
	{
		right:10px;
		top:5px;
	}
	#haut a#deconnexion:hover
	{
		color:white;
		background:#BA081A; 
	}
	
	#haut #nbarticles
	{
		right:50px;
		top:2px;
	}

	#haut .espace
	{
		z-index:17;
		right:60px;
		top:12px;
		width:104px; 
		line-height:1em;
	}
	
	#haut .espace a
	{
		width:50px;
	}
	#haut .espace a span.glyphicon
	{
		font-size:15px;
	}
	#haut .espace a .txt
	{
		display:none;
	}
	
	#corps
	{
		margin-top:54px;
		background : white;
	}

	#corps p, #corps ul
	{
		font-size:12px;
		padding:10px;
	}
	footer, footer .hautdepage
	{
		background: #BA081A;
		text-align:center;
		font-size: 10px;
		margin:0;
		padding:0;
	}
	#boutonspied
	{
		width:200px;
		font-size: 12px;
		margin:auto;
		padding:0;		
	}
	#boutonspied div,
	#boutonspied div a
	{
		width:100px;
		display:block;
		
	}
	
	footer #adresse
	{
		display:none;
	}
	
	#contact td
	{
		display:table-row;
	}

}

@media (min-width: 768px) 
{
	#contenu , #haut
	{
		width: 750px;
	}

#haut #logo
{
	height:90px;
	left:20px;
}
#haut #logo img
{
	height:90px;
}
	#haut #recherche
	{
		margin-left:0px;
		margin-top:0px;
	}
	#haut #texte_recherche
	{
		width:200px;
	}
	
		#haut .espace
	{
	width:164px;
		margin-right:20px;
		z-index:17;
	}

#haut .espace a.large
{
	width:162px;
}
#haut .espace a.large span.glyphicon
{
	font-size:14px;
}

#haut a#deconnexion
{
	top:0px;
	right:0px;
}
	#haut #nbarticles
	{
		right:15px;
		top:30px;
	}
	
#corps .ariane
{
	position:fixed;
	width:inherit;
}
	#boutonspied
	{
		margin:auto;
		width:750px;
		text-align:center;
		padding:0;
	}
	
	
	#boutonspied div,
	#boutonspied div a
	{
		height:100px;
		width:250px;
	}
	
	#boutonspied div a:hover
	{
		color:black;
	}
	
	
	footer .hautdepage
	{
		float:right;
	}

}

@media (min-width: 992px) 
{
	#contenu  , #haut
	{
		width: 970px; 
	}
	
	
#haut #logo
{
	height:120px;
	left:50px;
}
#haut #logo img
{
	height:120px;
}


	
#haut a#deconnexion
{
	top:7px;
	right:7px;
}
}

@media (min-width: 1200px) 
{
	
	#contenu  , #haut
	{
		width: 1170px;		
	}
	
}
