@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	background:url(images/fond.jpg) left top repeat;
	font-family:Arial, Helvetica, sans-serif;
}

#fond_content{
	width:100%;
	background:url(images/fond_scene.jpg) center top no-repeat;
}

#fond_menu{
	width:100%;
	height:49px;
	background:url(images/fond_menu.png) left top repeat-x;
	margin-bottom:14px;
}

#menu{
	margin:0 auto;
	width:1000px;
	height:49px;
}

.liste_menu {
	padding:0;
	margin:0 auto;
	width:1000px;
	list-style-type:none;
}

.liste_menu ul {
	padding:0;
	margin:0;
	list-style-type:none; /* for Firefox */
}

.liste_menu li {
	float:left;
	height:49px;
	text-align:center;
}

ul.liste_menu li a{
	display:block;
	padding-top:16px;
	height:33px;
	text-align:center;
}

ul.liste_menu li a.menu_princ{
	min-width:86px;
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

ul.liste_menu li:hover a.menu_princ{
	min-width:86px;
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
	color:#06ccf7;
	font-weight:bold;
	text-decoration:none;
	background:url(images/fond_menu_on.jpg) left top repeat-x;
}

#content{
	margin:0 auto;
	width:1000px;
}

#bandeau{
	width:100%;
	height:340px;
	margin-bottom:14px;	
}

#contenu{
	width:1000px;
	margin-bottom:14px;
}

#bloc_gauche{
	float:left;
	width:245px;
	margin-right:14px;
}

#bloc_droit_accueil{
	float:left;
	width:741px;
	background:url(images/fond_contenu_droit.png) left top repeat;
}

#fond_spectacle{
	float:left;
	width:711px;
	padding:15px 15px 15px 15px;
	background:url(images/fond_spectacle.png) left top no-repeat;
}

#bloc_droit{
	float:left;
	width:711px;
	padding:15px 15px 15px 15px;
	background:url(images/fond_contenu_droit.png) left top repeat;
	font-size:12px;
	color:#FFFFFF;
}

.alignement{
	clear:both;
}

.module_gauche{
	width:219px;
	padding:12px 12px 12px 12px;
	border:1px solid #2c2c2c;
	font-size:11px;
	color:#dfdfdf;
	background:url(images/fond_module_gauche.jpg) left top repeat-x #111111;
}

.titre_gauche{
	font-size:15px;
	font-weight:bold;
	color:#0a8cae;
	padding-left:25px;
	margin-bottom:12px;
	background:url(images/puce_titre_gauche.png) left center no-repeat;
}

.lien_titre_gauche{
	font-size:15px;
	font-weight:bold;
	color:#0a8cae;
	text-decoration:none;
}

.lien_titre_gauche:hover{
	font-size:15px;
	font-weight:bold;
	color:#056a84;
	text-decoration:none;
}

.titre_droit{
	font-size:15px;
	font-weight:bold;
	color:#1db3da;
	height:22px;
	margin-bottom:15px;
	border-bottom:1px solid #0a8cae;
}

.sous_titre_12{
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:5px;
}

.img_gauche{
	float:left;
	margin-right:10px;
}

.lien_bleu_detail{
	font-size:11px;
	color:#00a8d4;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}

.lien_bleu_detail:hover{
	font-size:11px;
	color:#1bc5f1;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	padding-top:5px;
}

.lien_gris{
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

.lien_gris:hover{
	font-size:11px;
	color:#a4a4a4;
	text-decoration:none;
}

#contenu_accueil{
	width:405px;
	text-align:center;
	margin-left:300px;
	font-size:14px;
	color:#FFFFFF;
}

#txt_blanc_12{
	font-size:12px;
	color:#FFFFFF;
}

#txt_bleu_12{
	font-size:12px;
	color:#1db3da;
}

.sous_titre{
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	background-color:#122e40;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}

.sous_titre_bleu{
	color:#00a1cb;
	font-size:12px;
	font-weight:bold;
}

.cadre_photo{
	float:left;
	width:135px;
	margin-right:9px;
}

.cadre_photo_fin{
	float:left;
	width:135px;
}

.txt_blanc_11{
	font-size:10px;
	color:#FFFFFF;
}

.prestation_g{
	float:left;
	width:338px;
	border:1px solid #444444;
	margin-right:30px;
}

.prestation_d{
	float:left;
	width:338px;
	border:1px solid #444444;
}

.contenu_bloc_presta{
	padding-left:25px;
	padding-right:25px;
}

.liste_cercle{
	height:21px;
	padding-top:7px;
	background:url(images/puce_footer.png) left center no-repeat;
	padding-left:25px;
}

.bloc_contour{
	float:left;
	width:220px;
	border:1px solid #444444;
	margin-right:20px;
}

.bloc_contour_fin{
	float:left;
	width:220px;
	border:1px solid #444444;
}

label{
	float:left;
	width:150px;
}

.btn_fomulaire{
	width:170px;
	height:25px;
	text-align:center;
	cursor:pointer;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
	background-color:#1db3da;
}

.btn_fomulaire:hover{
	width:170px;
	height:25px;
	text-align:center;
	cursor:pointer;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
	background-color:#055469;
}

.champ_formulaire{
	font-size:11px;
	color:#222222;
}

.avertissement{
	font-size:12px;
	color:#bc0101;
	font-weight:bold;
}

#nav_infos{
	float:left;
	width:180px;
	margin-right:15px;
}

#contenu_infos{
	float:left;
	width:510px;
}

.bloc_info{
	width:510px;
	border:1px solid #444444;
}

.content_bloc_info{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.lien_nav_info{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.lien_nav_info:hover{
	font-size:12px;
	color:#555555;
	text-decoration:none;
}

.page_actu{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-right:5px;
	padding-left:5px;
	text-decoration:none;
	margin-right:4px;
	border:1px solid #038cdd;
}

.page_actu:hover{
	color:#038cdd;
	font-size:11px;
	font-weight:bold;
	padding-right:5px;
	padding-left:5px;
	text-decoration:none;
	margin-right:4px;
	border:1px solid #038cdd;
}

.page_autre{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:1px 6px 1px 6px;
	margin-right:4px;
	background-color:#038cdd;
}

.page_autre:hover{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding:1px 6px 1px 6px;
	text-decoration:none;
	margin-right:4px;
	background-color:#f58e04;
}

.anim_droite{
	float:right;
}

#fond_footer{
	width:100%;
	background:url(images/fond_footer.jpg) left top repeat-x #010101;
}

#footer{
	margin:0 auto;
	width:1000px;
	font-size:11px;
	color:#bababa;
	padding-top:25px;
	padding-bottom:15px;
}

#bloc1_footer{
	float:left;
	width:355px;
	padding-right:20px;
}

#bloc2_footer{
	float:left;
	width:330px;
	padding-right:20px;
}

#bloc3_footer{
	float:left;
	width:275px;
}

.titre_footer{
	font-size:15px;
	font-style:italic;
	color:#bababa;
	font-weight:bold;
	padding-bottom:20px;
}

#bloc_lien_footer_g{
	float:left;
	width:170px;
	margin-right:15px;
}

#bloc_lien_footer_d{
	float:left;
	width:170px;
}

.bloc_lien_footer{
	height:21px;
	padding-top:7px;
	background:url(images/puce_footer.png) left center no-repeat;
	padding-left:25px;
	border-bottom:1px dashed #3f3f3f;
}

.lien_footer{
	font-size:11px;
	color:#555555;
	text-decoration:none;
}

.lien_footer:hover{
	font-size:11px;
	color:#70787b;
	text-decoration:none;
}

#liste_reference{
	padding-left:15px;
	margin:0;
}

#liste_reference li{
	list-style-image:url(images/puce_grise.png);
}

.titre_ref{
	color:#00a8d4;
	text-decoration:none;
}

.titre_ref:hover{
	color:#23cbf7;
	text-decoration:none;
}

.txt_bleu_11{
	font-size:11px;
	color:#00a8d4;
}
