/* CSS Document */

/* +++++++++++++++++++++++++++++++++++++++++ BOITES +++ */
body {
	background-color:#000;
}
#fenetre {
	width:1000px;
	height:640px;
	margin:auto;
	background:#000 url(../img/fond_ok.jpg) no-repeat;
	/*border:1px solid #C00;*/
}
#fenetre_actu {
	width:1000px;
	height:640px;
	margin:auto;
	background:#000 url(../img/fond_actu.jpg) no-repeat;
	/*border:1px solid #C00;*/
}
#gauche {
	float:left;
	width:190px;
	height:540px;
	margin-top:54px;
	margin-left:12px;
	/*border:1px solid #CC0;*/
}
#droite {
	float:left;
	width:760px;
	height:540px;
	margin-top:60px;
	margin-left:20px;
	/*border:1px solid #CC0;*/
}
#droite_titre {
	width:507px;
	height:112px;
	margin-left:250px;
	/*border:1px solid #C00;*/
}
#nom_partie {
	width:500px;
	height:16px;
	margin-left:256px;
	padding-top:6px;
	color:#E02591;
	border-top:1px solid #DB0080;
	border-bottom:1px solid #DB0080;
}
#droite_contenu {
	width:758px;
	height:400px;/*
	border:1px solid #C00;*/
}
#droite_texte {
	float:right;
	width:500px;
	height:400px;
	color:#000;
	/*border:1px solid #C0C;*/
}
#titre_texte {
	width:500px;
	height:50px;
	padding-top:20px;/*
	border:1px solid #C00;*/
}
/* ----------------- */
/* =============================== FOOTER PAGES VITRINE +++ */
#footer_pages_vitrine {
	margin-top:11px;
	margin-left:290px;
}
#footer_pages_vitrine img {
	border:0;
}



/* +++++++++++++++++++++++++++++++++++++++++ MENU +++++ */

/*.navigation {
	margin-left:-25px;
}
.toggleSubMenu {
	background:url(../img/fd_btn_menu.gif) no-repeat left top;
	width:130px;
	margin-top:16px;
	padding-top:3px;
	padding-left:30px;
	font-size:.9em;
}
.toggleSubMenu li{
	margin-left:-14px;
	padding-left:18px;
	padding-bottom:4px;
}
.item_niv1 {
	background:url(../img/fd_btn_menu.gif) no-repeat left top;
	width:130px;
	margin-top:16px;
	padding-left:30px;
	padding-top:3px;
	font-size:.9em;
	
}
.subMenu {
	margin-left:-40px;
}
.subMenu li {
	line-height:12px;
	padding-top:10px;
}
.subMenu li a{
	line-height:12px;
	font-size:.9em;
}
.sous_menu a {
	font-size:1.5em;
	text-decoration:none;
	outline-style:none;
}
.sous_menu:hover a {
	text-decoration:none;
	color:#E02591;
	outline-style:none;
}
li {
	list-style-type:none;
}
*//* +++++++++++++++++++++++++++++++++++++++++ MENU ACTUALITES +++++ */
.sous_menu_actu a {/*
	font-weight:bold;*/
	font-size:1.5em;
	text-decoration:none;
	outline-style:none;
}
.sous_menu_actu a:hover {/*
	font-weight:bold;*/
	text-decoration:underline;
	outline-style:none;
}
li {
	list-style-type:none;
}
/* +++++++++++++++++++++++++++++++++++++++++ GESTION DEFILEMENT PAGES VITRINE +++++ */
#defilement_container_pages_vitrine {
	float:right;
	 width:500px;
	 /*height:350px; ===> OBLIGATION DE MATTRE LA HAUT DANS LA BALISE DIV CAR LU PAR JS ==== */ 
	 overflow:hidden;
	 position: relative;
}
#cadre_contenu {
	float:left;
	margin-top:20px;
	width:460px;
	padding-right:20px;
	line-height:1.2em;
	/*border:1px solid #000;*/
}
#entete_contenu {
	
}
#cadre_contenu h2 {
	font-size:.9em;
	font-style:italic;
	color:#333;
	/*border:1px solid #000;*/
}
#contenu_texte_vitrine {
	margin-top:35px;
	/*border:1px solid #C00;*/
}
#cadre_contenu p {
	font-size:.8em;
	line-height:1.2em;
	color:#333;
	/*border:1px solid #C00;*/
}
/* +++++++++++++++++++++++++++++++++++++++++ PLACEMENT BOUTONS CONSULTER REFERENCES +++++ */
.bt_consuter_ref {
	text-align:right;
}