/*  ------------------------------------------  */
/*  balises principales et conteneur du site */
/*  ------------------------------------------  */

body, html {
	margin: 0;
	padding: 0;
	background: #eee url('../images/site/background.png') repeat-y center;
	color: black;
	font: 100% "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

body {
	min-width: 760px; /* le site entier aura une largeur minimale de 760px */
	overflow: auto;	 /* le surplus de contenu dans une page est géré automatiquement par le navigateur */
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Georgia, arial, sans;
	color: #a00;
	font-weight: bold;
	text-align: left;
	margin: 0 0 5px 0;
}

a {	
	color: #9F3B3B;
	font-weight: bold;
	text-decoration: none;
}

.lien { background: url('../images/site/ico_lien.gif') no-repeat right; padding-right: 14px;}

a.lien:hover  { background: #EFE0E2 url('../images/site/ico_lien.gif') no-repeat right !important; }

img { border: none; }

img:hover { background: none !important; }

#conteneur {
	margin: 0 auto;  /*	0 de marge en haut et en bas, automatique a droite et a gauche */
	background: #9f0000;
 	width: 1000px;
	font-size: small;
	border: 1px solid #a00;
	border-top: none;
	border-bottom:none;
}

#conteneur h2 { font-size: 2.2em; text-align: center; color: white;}
#conteneur h3 { font-size: 1.4em; }

/*  ------------------------------------------  */
/*  Entete */
/*  ------------------------------------------  */

#entete {
	background: url('../images/site/entete.jpg') no-repeat; 
	height: 350px;
	margin-bottom: 0px;
}

#entete h1 { margin: 0; }

#entete h1 a {
	height: 150px;
	color: white;
	display: block; /*remplie tout le bloc pour que le lien soit cliquable dans toute l'entete */
	border: none;
	text-indent:-9000px;
	outline: none;
}

#entete-gauche { float:left; width: 800px;}

#navcontainer {
	list-style-type: none;
	float: left;
	width: 700px;
	background: url('../images/site/onglets.png') no-repeat;
	height: 40px;
	padding: 0;
	margin: 0 0 20px 10px;
}

#navcontainer li { float: left; }

#navcontainer li a {
	color: white;
	display: block;
	margin: 0 13px; 
	padding: 8px 0; 
	font: 1.4em "Trebuchet MS", Georgia, arial, sans;
	border: none;
	text-decoration: none;
}

#navcontainer li a:hover {	color: #ddd;}

#navcontainer li a#current{ color: black;}

#langue {
	float: left;
	height: 40px;
	margin: 0 0 20px 10px;
}

#langue img { margin-bottom: 3px; }

#deroulant { 
	width: 150px;
	height: 290px;
	float: right;
	margin: 30px 10px;
	padding: 0;
	color: white;
	font: bold 1.0em arial, sans;
}


/*  ------------------------------------------  */
/*  Contenu principal  */
/*  ------------------------------------------  */

#contenu {
	margin-top: 30px;
	float:left;
	width: 830px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
  	padding: 0;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	
}

#contenu a:hover { background: #eff0ff; }
#contenu h2 { font-weight: normal; }

.box {
	width:830px;
	padding:0;
	margin:0;
	font-size: 1.2em;
}
.box ul { list-style-type: none; }

.box_top { 
	background: url('../images/site/boite_haut.png'); 
	height: 27px;
	padding: 0; 
	margin: 0;
}
.box_center { 
	margin:0;
	padding: 0 25px;
	background: url('../images/site/boite_cotes.png') repeat-y center; 
}

#message { vertical-align: top; }

.box_center p { margin: 0; padding: 5px 0;}

.box_bottom { 
	background: url('../images/site/boite_bas.png'); 
	height: 27px;
	padding:0; 
	margin:0;
}

#sidebar { 
	float: right; 
	width: 150px;
	background: url('../images/logos/logos.png') no-repeat;
	margin: 30px 10px 0;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

#sidebar img { margin: 10px 0; }

.box form, .box ul { margin: 0; }



/*  ------------------------------------------  */
/*  Pied de page  */
/*  ------------------------------------------  */

#pied {
	padding: 20px 0 5px;
	margin: 0;
	text-align: center;
	clear: both; /* on ne veux aucun element a gauche ou a droite de pied. L'element pied est donc placé en bas */
	font: 0.9em arial, sans;
	color: white;
}