/*LE HAUT DE LA PAGE */

#tete{
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:63px;
	z-index:10;
	color:#110975;
	background-image:url(image/tete_production.gif);
	background-repeat:no-repeat;
	margin:0 0 0 0;
	padding:0 0 0 0;
}



/*LE CONTENEUR PRINCIPAL : IMAGE DE FOND A CHANGER */
#conteneur{
	left:1px;
	top:100px;
	position: absolute;
	width:1000px;
	height:auto;
	background-image: url(image/fond_pages_autres.gif);
	background-repeat: repeat-y;
}

/* LE DIV DU CONTENU DE LA PAGE */
#texte_contenu{
	float: left;
	/* height:433px; */
	width:460px;
	padding:20px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #5e86ba;
	border-right-color: #5e86ba;
	border-bottom-color: #5e86ba;
	border-left-color: #5e86ba;
	margin-right: 22px;
	margin-left: 22px;
}




#texte_contenu h1{
	
	font-size: 15px;
	text-align: left;
	color: #5e86ba;
	font-style: normal;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #5e86ba;
	border-bottom-width: thin;
	margin-bottom: 15px;
}
#texte_contenu h2 {
	
	font-size: 12px;
	text-align: left;
	color: #5e86ba;
	font-style: normal;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #5e86ba;
	border-bottom-width: 2px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#texte_contenu p {
	
	font-size: 12px;
	color: #000000;
}
#texte_contenu ul {
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
}

#texte_contenu img {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* LE MENU GAUCHE pour changer les couleurs */

#menugauche {
	float: left;
	/*margin-left:3px;*/
	height: inherit;
	width: 194px;
	text-align: right;
	text-indent: 4px;
	background-image: url(image/FICHE_MENU-DROIT_prod.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
	padding-top: 100px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#titre_menu_gauche {
	background-color: #5e86ba;
	height: 43px;
	width: 198px;
	z-index: 2;
	left: 0px;
	top: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	position: absolute;
	text-transform: capitalize;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menugauche ul {
	list-style-type: none;
	display: block;
	 margin:0 0 0 0;
	 padding:0 0 0 0;
	width:190px;
}

a#menu_rool_over {
	display: block;
	text-align: right;
	height: 40px;
	padding-left: 0px;
	padding-top: 15px;
}
a#menu_rool_over:hover, a#menu_rool_over:focus, a#menu_rool_over:active {
 color: #ffffff;
 background: #5e86ba;
 display:block;
}


#agenda{
	width:248px;
	height:280px;
	/*background:#FFB300 url(image/anneaux_jaune.gif) no-repeat left top;*/
	background:#5e86ba url(image/anneaux.gif) top left no-repeat;
	
	padding:35px 2px 0px 2px;
	/*vertical: bottom;*//*margin: 0 0 0 -1px;*/
	/*z-index:9;*/
}
#agenda a {
	font-weight: bold;
}



#menu_droit h1 {
	border-right-width:1px;
	border-right-color:#5e86ba;
	border-right-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#5e86ba;
	border-bottom-style:solid;
	font-size:14px;
	color:#5e86ba;
	text-align:left;
	font-weight:bold;
	font-style:normal;
	padding-top:8px;
	padding-left:6px;
	padding-bottom:8px;
}
