@charset "utf-8";

@import "styles_contenu.css";

/* CSS Document */
body, html {
	width:100%;
	margin:0;
	padding:0;
}
body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	background:url(../images/fond-body.png) #4d3934;
	background-repeat:repeat-x;
}
#total {
	background:url(../images/fond-total.png);
	background-repeat:repeat-y;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:1000px;
	height:209px;
}
#header #banner {
	font-family:Arial, Helvetica, sans-serif;
	width:1000px;
	height:174px;
	background:url(../images/fond-header.png);
}

#lien_logo {
	height:159px;
	left:34%;
	margin-left:-220px;
	position:absolute;
	top:15px;
	width:250px;
}

/*#banner_telephone{
	float:right;
	text-align:right;
	margin-right:22px;
	margin-top:20px;
	font-size:18px;
	color:#000000;
	line-height:24px;
	height:50px;
}*/

#banner_telephone{
	float:right;
	text-align:right;
	margin-top:23px;
	font-size:18px;
	color:#000000;
	line-height:24px;
	height:66px;
	width:234px;
}

#banner_telephone #lien_contact{
	display:block;
	width:234px;
	height:66px;
}

#banner_telephone span{
	font-size:26px;
}

#banner_telephone a{
	color:#000000;
}

#banner_telephone a:hover{
	text-decoration:none;
}


#banner_slogan{
	float:right;
	/*margin-top:70px;*/
	margin-top:51px;
	font-size:25px;
	color:#ffffff;
	font-weight:bold;
	margin-right:28px;
}

#banner_slogan span{
	color:#f19424;
}

/* SAV
#menu_haut {
	background:#0098d7;
	width:978px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:33px;
	border:1px solid #5ec2eb;
}
#menu_haut a {
	display:block;
	float:left;
	padding:8px 28px 0px 28px;
	height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	border-right:1px solid #5ec2eb;
}
#menu_haut a:hover, #menu_haut a.menu_lien_actif {
	background:url(../images/menu-survol.png);
	background-repeat:repeat-x;
	color:#f29525;
}
*/

/*MENU DEROULANT*/
#menu_haut {
	background:#0098d7;
	width:978px;
	margin-left:auto;
	margin-right:auto;
	height:33px;
	border:1px solid #5ec2eb;
}
#menu_deroulant
{
	position:absolute;
	height:33px;
	list-style-type: none;
	padding: 0;
	border: 0;
	margin:0px 0 0 0;
	z-index:80;
}
#menu_deroulant li
{
	float: left;
	height:26px;
	text-align:center;
	padding:8px 0 0 0;
	/*width:157px;*/
	width:165px;
	border-right:1px solid #5ec2eb;
}

#menu_deroulant .maison_accueil{
	float: left;
	height:33px;
	text-align:center;
	padding-top:0px;
	width:30px;
	border-right:1px solid #5ec2eb;
	background:url(../images/logo-accueil.png);
	background-repeat:no-repeat;
}

#menu_deroulant .maison_accueil a{
	padding:9px 13px 10px 13px;
	line-height:31px;
}

#menu_deroulant .maison_accueil:hover{
	border-right:1px solid #5ec2eb;
	background:url(../images/logo-accueil-over.png);
	background-repeat:no-repeat;
}

#menu_deroulant li:hover, #menu_deroulant li.menu_lien_actif{
	background:url(../images/menu-survol.png);
	background-repeat:repeat-x;
	cursor:pointer;
}

#menu_deroulant li a
{
	color:#FFFFFF;
	top:8px;
	padding-top:8px;
	padding-bottom:12px;
	padding-left:6px;
	padding-right:6px;
}

#menu_deroulant li:hover a, #menu_deroulant li.menu_lien_actif a{
	color:#f29525;
	text-decoration:none;
}

#menu_deroulant .sous_menu
{
	display: none;
	padding: 0;
	list-style-type: none;
	margin: 11px 0 0 0;
}
#menu_deroulant .sous_menu li
{
	/*float: none;*/
	padding: 0;
	margin: 0;
	border: 0;
	height:29px;
	width:195px;
}
#menu_deroulant .sous_menu li a:link, #menu_deroulant .sous_menu li a:visited
{
	display: block;
	margin:0;
	border: 0;
	text-decoration: none;
	text-align:left;
	background:#0098D7;
	padding-top:7px;
	padding-left:17px;
	padding-right:0;
	height:10px;
	color:#FFFFFF;
	border:1px solid #5ec2eb;
}
#menu_deroulant .sous_menu li a:hover
{
	background:url(../images/fond-survol-sousmenu.png);
	background-repeat:repeat-x;
}

#menu_deroulant li:hover > .sous_menu
{
	display: block;
}

/*FIN MENU DEROULANT*/

#contenu {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	background-color:white;
}

#carte{
	float:left;
	background:url(../images/fond-carte.png);
	width:596px;
	height:499px;
}

#carte_recherche{
	margin-top:5px;
	padding-top:5px;
	margin-left:40px;
	font-size:24px;
}

#carte_recherche span{
	margin-left:15px;
	font-size:15px;
	color:#009ee0;
}

#interieur_carte {
	margin-top:20px;
	margin-left:15px;
}

#ajax_loader
{
	display:none;
	background:url(../images/ajax-loader.gif) #ffffff;
	background-repeat:no-repeat;
	background-position:center 60px;
	width:450px;
	height:100px;
	margin-left:-225px;
	margin-top:-50px;
	left:50%;
	top:50%;
	padding-top:20px;
	position:fixed;
	z-index:1000;
	text-align:center;
	-moz-opacity:0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);
	border:1px #009EE0 solid;
	font-size:16px;
}

#liste_programme{
	float:right;
	width:321px;
	height:490px;
	margin-right:5px;
}

#liste_programme .programme{
	width:321px;
	/*height:159px;*/
	height:238px;
	background:url(../images/fond-programme.png);
	margin-bottom:9px;
}

#liste_programme .programme .programme_top{
	width:321px;
	height:26px;
}

#liste_programme .programme .programme_onglet1{
	float:right;
	width:38px;
	height:26px;
	background:url(../images/fond-programme-onglet1.png);
}

#liste_programme .programme .programme_ville{
	float:right;
	height:18px;
	background:url(../images/fond-programme-ville.png);
	background-repeat:repeat-x;
	padding-top:8px;
}

#liste_programme .programme .programme_ville a{
	color:#009ee0;
	font-weight:normal;
}

#liste_programme .programme .programme_onglet2{
	float:right;
	width:11px;
	height:26px;
	background:url(../images/fond-programme-onglet2.png);
}

#liste_programme .programme .programme_content{
	margin-left:13px;
	margin-top:7px;
	width:296px;
	/*height:114px;*/
	height:193px;
}

#liste_programme .programme .programme_content img{
	position:absolute;
	z-index:1;
}

#liste_programme .programme .programme_content .programme_titre{
	position:absolute;
	z-index:2;
	background-color:#009ee0;
	padding:3px 8px 3px 8px;
	border-right: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
}
#liste_programme .programme .programme_content .programme_titre h3{
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
}

#liste_programme .programme .programme_content .programme_titre a{
	color:#FFFFFF;
}

#liste_programme .programme .programme_content .programme_lien{
	position:absolute;
	z-index:2;
	/*margin-top:99px;*/
	margin-top:178px;
	margin-left:233px;
	height:13px;
	width:51px;
	background:url(../images/fond-lien.png);
	background-repeat:no-repeat;
	padding-left:12px;
	padding-top:2px;
}

#liste_programme .programme .programme_content .programme_lien a{
	font-weight:normal;
	color:#1daed2;
	font-size:9px;
}

#contenu_accueil{
	float:left;
	margin-top:15px;
	width:425px;
}

#actu_accueil{
	float:right;
	margin-top:15px;
	width:503px;
	height:184px;
	background:url(../images/fond-actu.png);
}

#actu_accueil h2{
	margin:0;
	padding:2px 0px 0px 25px;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
}

#actu_accueil .actu_description{
	float:left;
	margin-left:8px;
	margin-top:6px;
	width:222px;
	height:137px;
	padding:10px;
}

#actu_accueil .actu_description h3{
	margin:0;
	padding:0;
	font-size:12px;
}

#recherche_ville{
	width:940px;
	height:200px;
	margin-top:20px;
	background:url(../images/fond-recherche-ville.png);
}

#recherche_ville #titre{
	padding-top:10px;
	margin-left:40px;
	font-size:24px;
}

#recherche_ville #titre span{
	margin-left:15px;
	font-size:15px;
	color:#009ee0;
}

#select_all{
	width:878px;
	height:25px;
	font-weight:bold;
	font-size:13px;
}

#recherche_ville #bloc{
	margin-top:25px;
	margin-left:15px;
	width:919px;
	height:150px;
}

#recherche_ville .bloc_ville{
	width:160px;
	height:100px;
	float:left;
}

#recherche_ville .bloc_ville ul{
	margin-top:0;
}

#recherche_ville .bloc_ville li{
	padding:2px;
}

#resultat_selection{
	color:#616161;
	font-size:14px;
	font-weight:bold;
}

#autre_resultat{
	border-top:3px dotted #C3C3C3;
	padding-top:10px;
	color:#616161;
	font-size:14px;
	font-weight:bold;
}

.programme_liste{
	width:940px;
	height:136px;
	background:url(../images/fond-listing.png);
	margin-bottom:20px;
	margin-top:5px;
}

.programme_liste .gauche{
	float:left;
	width:676px;
	height:136px;
}

.programme_liste .gauche .haut_gauche{
	float:left;
	width:39px;
	height:50px;
	background:url(../images/fond-liste-haut-gauche.png);
	background-position:left;
	background-repeat:no-repeat;
}

.programme_liste .gauche .haut{
	float:left;
	height:35px;
	padding-top:15px;
	background:url(../images/fond-liste-haut.png);
	background-repeat:repeat-x;
}

.programme_liste .gauche .haut h3 {
	font-size:12px;
	margin:0;
	padding:0;
}

.programme_liste .gauche .haut span{
	color:#a7a7a7;
	font-size:11px;
}

.programme_liste .gauche .haut_milieu{
	float:left;
	width:60px;
	height:50px;
	background:url(../images/fond-liste-haut-milieu.png);
	background-position:left;
	background-repeat:no-repeat;
}


.programme_liste .gauche .haut_droite{
	float:left;
	background:url(../images/fond-liste-haut-droite.png);
	background-repeat:repeat-x;
	height:35px;
	padding-top:15px;
}

.programme_liste .gauche .haut_droite a{
	color:#ffffff;
}

.programme_liste .gauche .haut_droite h4{
	font-size:12px;
	margin:0;
	padding:0;
	color:#ffffff;
}

.programme_liste .gauche .contenu{
	height:45px;
	margin-left:39px;
	width:600px;
}

.programme_liste .gauche .plus{
	float:right;
	margin-right:37px;
}

.programme_liste .gauche .plus h3 {
	font-size:12px;
	margin:0;
	padding:0;
}

.programme_liste .droite{
	float:left;
	width:249px;
	height:120px;
	padding:16px 0px 0px 15px;
}

.programme_liste .droite img{
	border:1px #ffffff solid;
}

#detail_programme #prg_gauche{
	float:left;
	width:370px;
}
/**/
#detail_programme #prg_gauche .bloc_image{
	width:361px;
	margin-bottom:30px;
}
#detail_programme #prg_gauche .bloc_image_haut{
	width:361px;
	height:30px;
	background:url(../images/fond-perspective-haut.png);
}
#detail_programme #prg_gauche .bloc_image_haut h2{
	font-size:14px;
	margin:0;
	padding:2px 0px 5px 15px;
}
#detail_programme #prg_gauche .bloc_image_contenu{
	padding-bottom:6px;
	padding-left:6px;
}

#detail_programme #prg_gauche .bloc_image_bas{
	width:361px;
	background:url(../images/fond-perspective-bas.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

/**/
/*
#detail_programme #prg_gauche .fond_image{
	width:361px;
	height:236px;
	background:url(../images/fond-perspective.png);
	background-repeat:no-repeat;
	margin-bottom:30px;
}

#detail_programme #prg_gauche .fond_image h2{
	font-size:14px;
	margin:0;
	padding:2px 0px 5px 15px;
}

#detail_programme #prg_gauche .fond_image img{
	margin:6px 0 0 6px;
	border:none;
}
*/

#detail_programme #prg_droite{
	float:right;
	width:560px;
}

#detail_programme #prg_droite #desc_prg{
	float:left;
	/*width:505px;*/
	width:560px;
	margin-top:20px;
	/*margin-left:30px;*/
	background:url(../images/fond-description.png);
	background-repeat:no-repeat;
	background-position:top;
}

#detail_programme #prg_droite #desc_prg h2{
	font-size:14px;
	color:#FFFFFF;
	margin:0;
	padding:4px 0px 15px 25px;
}

#detail_programme #prg_droite #la_description{
	float:left;
	/*width:465px;*/
	width:520px;
	/*margin-left:30px;*/
	padding:0px 20px 10px 20px;
	background:url(../images/fond-la-description.png);
	background-repeat:repeat-y;
}

#detail_programme #prg_droite #doc_prg{
	float:left;
	/*width:465px;*/
	width:520px;
	/*margin-left:30px;*/
	padding:0px 20px 10px 20px;
	background:url(../images/fond-la-description.png);
	background-repeat:repeat-y;
}

#detail_programme #prg_droite #doc_prg h2{
	font-size:14px;
	color:#4D3934;
	margin:0;
	padding:15px 0px 10px 0px;
	border-top:3px #c3c3c3 dotted;
}

#detail_programme #prg_droite #fin_description{
	float:left;
	/*width:505px;*/
	width:560px;
	/*margin-left:30px;*/
	height:20px;
	background:url(../images/fond-description.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#detail_programme #prg_droite #lots_prg_gauche{
	float:left;
}

#detail_programme #prg_droite #lots_prg_droite{
	float:right;
}

#detail_programme #prg_droite #lots_prg_droite table{
	width:330px;
	/*background:#009ee1;*/
	background:#e2e2e2;
	color:#616161;
	border:none;
	border-collapse:separate;
}

#detail_programme #prg_droite #lots_prg_droite table td{
	border:none;
}

#detail_programme #prg_droite #lots_prg_droite .bord_haut_gauche{
	background:url(../images/bord-haut-gauche.png);
	background-repeat:no-repeat;
	width:22px;
	height:26px;
}

#detail_programme #prg_droite #lots_prg_droite .bord_haut{
	background:url(../images/bord-haut.png);
	background-repeat:repeat-x;
	width:286px;
	/*width:98px;*/
}

#detail_programme #prg_droite #lots_prg_droite .bord_haut_2{
	/*background:url(../images/bord-haut.png);*/
	background-repeat:repeat-x;
	/*width:188px;*/
}

#detail_programme #prg_droite #lots_prg_droite .bord_haut_droite{
	background:url(../images/bord-haut-droite.png);
	background-repeat:no-repeat;
	width:22px;
}

#detail_programme #prg_droite #lots_prg_droite .bord_gauche{
	background:url(../images/bord-gauche.png);
	background-repeat:repeat-y;
	height:20px;
}

#detail_programme #prg_droite #lots_prg_droite .bord_droite{
	background:url(../images/bord-droite.png);
	background-repeat:repeat-y;
}

#detail_programme #prg_droite #lots_prg_droite .bord_bas_gauche{
	background:url(../images/bord-bas-gauche.png);
	background-position:top;
	background-repeat:no-repeat;
	height:26px;
}

#detail_programme #prg_droite #lots_prg_droite .bord_bas{
	background:url(../images/bord-bas.png);
	background-repeat:repeat-x;
	/*width:98px;*/
}

#detail_programme #prg_droite #lots_prg_droite .bord_bas_2{
	/*background:url(../images/bord-bas.png);*/
	background-repeat:repeat-x;
}

#detail_programme #prg_droite #lots_prg_droite .bord_bas_droite{
	background:url(../images/bord-bas-droite.png);
	background-repeat:no-repeat;
}

#detail_programme #prg_droite #lots_prg_droite .clear{
	clear:both;
	height:0px;
	width:0px;
	padding:0;
	margin:0;
	border:none;
}

#detail_programme #titre_separe{
	/*border-top:3px #c3c3c3 dotted; padding-top:20px*/
}

.clear_prg {
	clear:both;
	height:20px;
	line-height:1px;
	/*border:none;*/
	border-bottom:3px #c3c3c3 dotted;
	background:none;
}

#detail_programme #img_lots .img_lots_image{
	float:left;
}

#detail_programme #img_lots .img_lots_image table{
	border:none;
	border-collapse:separate;
}

#detail_programme #img_lots .img_lots_image table td{
	border:none;
	padding:4px 6px 0px 6px;
}

#detail_programme #img_lots .img_lots_image img{
	margin-top:15px;
	/*margin-right:13px;*/
	border:1px #C3C3C3 solid;
}

#contenu .bloc_pagination {
	text-align:center;
	margin-bottom:15px;
}
#contenu .bloc_pagination a, #contenu .bloc_pagination span {
	padding:4px 8px 4px 8px;
	font-size:13px;
	color:#A7A7A7;
	border:1px #A7A7A7 solid;
	margin:2px;
}
#contenu .bloc_pagination span {
	font-weight:bold;
	background:#009ee0;
	color:#FFFFFF;
}

#contenu .bloc_pagination a:hover {
	text-decoration:none;
	color:white;
	background-color:#CCCCCC;
}
#contenu .bloc_pagination #contenu .page_active {
	background-color:#009ee0;
	color:white;
}

/*#contenu .bloc_pagination {
	text-align:center;
}
#contenu .bloc_pagination a, #contenu .bloc_pagination span {
	padding:4px 4px 4px 4px;
	font-weight:bold;
	color:#A7A7A7;
}
#contenu .bloc_pagination span {
	color:#009ee0;
}

#contenu .bloc_pagination a:hover {
	text-decoration:none;
	color:#009ee0;
}
#contenu .bloc_pagination #contenu .page_active {
	color:#A7A7A7;
}*/

#contenu table{
	border:1px #009EE0 solid;
	border-collapse: collapse;
}

#contenu table td{
	border:1px #5EC2EB solid;
	padding:0;
	margin:0;
}

#contenu #tableau_contact{
	border:none;
	border-collapse:none;
}

#contenu #tableau_contact td{
	border:none;
	padding:3px;
}

.lien_actu{
	color:#4D3934;
}

#footer {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/fond-footer.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:15px;
	text-align:center;
	color:#ffffff;
}

#footer #dmu{
	position:absolute;
	left:-500px;
	color:#4D3934;
}

#footer #dmu a{
	color:#4D3934;
}

#footer #dmu a:hover{
	text-decoration:none;
}

#footer a{
	color:#ffffff;
}

.ariane {
	color:#009EE0;
	margin-bottom:15px;
}