/**** Général *****/

html{
	height:100%;
}

body {
	font-family: 'Libre Baskerville', serif;
	color:#000000;
	background:url("../../maj/phototheque/photos/charte/bg_tram.jpg") repeat-y center center #fff;
	font-size:13px;
	padding:0px;
	margin:0px;
	height:100%;
	position:relative;
}

#superglobal, #global{
	position:relative;
	min-height: 100%;
}

#superglobal{
	
}

a img {
	border:0px;
}

form {
	display:inline;
}

.hr_solid{
	border:none;
    border-bottom:1px solid;
}

.hr_dotted_rouge{
	border:none;
    border-bottom:3px dotted #e30713;	
}

.hr_dotted_bleu{
	border:none;
    border-bottom:3px dotted #0e71b8;	
}

.centrer {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.separe_bg_blanc{
	background:white;
	padding:10px;
	clear:both;
}

/***** Haut de page *****/
#zone_haut{
	height:75px;
	background:#e30713;
}

#zone_haut #bloc_flag{
    bottom: 0;
    margin-bottom: -4px;
    position: absolute;
    right: 0;
    z-index: 1;
}

#zone_haut #bloc_flag div{
	height:32px;
}

#zone_haut #bloc_flag a, #zone_haut #bloc_flag{
	color:white;
	text-decoration:none;	
}

#zone_haut #bloc_flag div.active_langue, #zone_haut #bloc_flag div:hover{
	background:url("../../maj/phototheque/photos/charte/fleche_menu.png") no-repeat 3px 20px;
	color:white;
}

#zone_bandeau{
	background:url("../../maj/phototheque/photos/charte/bg_banniere.jpg") no-repeat center center #a80000;
	position:relative;
	height:424px;
	width:100%;
}

#bg_ombre{
	background:url("../../maj/phototheque/photos/charte/bg_ombre.png") repeat-x;
	width:100%;
	height:72px;
	position:absolute;	
}

#bandeau{
	height:285px;
	width:950px;
	padding:15px 15px 0;
	background:white;
	position:absolute;
	bottom:0;
}

#bandeau ul, #bandeau li{
	list-style:none;
	margin:0;
	padding:0;
}

#logo{
	background:url("../../maj/phototheque/photos/charte/logo.jpg") no-repeat;	
	width:178px;
	height:181px;
	cursor:pointer;
	margin-top:-75px;
	position:absolute;
}

/**** MENUS *****/

#menu{
    margin: 85px 0 0 205px;
    position: absolute;
    width: 775px;
}

#menu ul{
	display:table;
    width: 100%;  
	list-style:none;
	padding:0;
	margin:0;
}

#menu li {
	cursor:pointer;
	padding: 0px 20px;
	float:left;
	height:40px;
}

#menu li.li_separe {
	cursor:pointer;
	border-left:1px solid white;
	height:21px;
	padding: 0;
}


#menu li:hover,
#menu li.menu_actif,
#menu li.menu_actif:hover {
	background:url("../../maj/phototheque/photos/charte/fleche_menu.png") no-repeat center bottom;
}

#menu li a {
    color: #fff;
    font-size: 16px;
	text-decoration:none;
}

#menu li:hover a,
#menu li.menu_actif a,
#menu li.menu_actif:hover a {
	
}

/* niveau 2 */

#menu li:hover ul.niveau2, #menu ul.niveau2 li:hover{
	display:block;	
}

#menu ul.niveau2{
	border-bottom: 4px solid #fff;
	border-top: 0 none;
	display: none;
	height: auto;
	margin: 18px 0 0 0;
	padding: 0;
	position: absolute;
	width: auto;
	z-index: 60;
	background:#e30713;
}

#menu ul.niveau2 li {
	cursor:pointer;
	padding: 10px 10px 10px 20px;
	border:0;
	border-top:1px solid #FFFFFF;
	display:block;
    float: none;
    height: auto;
}

#menu ul.niveau2 #fleche_menu{
	background-image:url("../../maj/phototheque/photos/charte/ico_fleche_menu.png");
	background-repeat:no-repeat;
	height:20px;
}

#menu ul.niveau2 li.sous_menu:hover,
#menu ul.niveau2 li.sous_menu_actif,
#menu ul.niveau2 li.sous_menu_actif:hover {
	background:url("../../maj/phototheque/photos/charte/fleche_menu_droite.png") no-repeat left center;
}

#menu ul.niveau2 li a {
	font-size:13px;
	text-decoration:none;
	color:#fff;
}

#menu ul.niveau2 li:hover a,
#menu ul.niveau2 li.menu_actif a,
#menu ul.niveau2 li.menu_actif:hover a {
}

/* Menu Gauche */

#menu_gauche{
	list-style:none;
	margin:0;
	padding:0;	
}

#menu_gauche li{
	height:94px;
	width:297px;
	padding:10px;	
	position:relative;
}

#menu_gauche li:hover .curseur_menu ,
#menu_gauche li .curseur_menu_actif ,
#menu_gauche li:hover .curseur_menu_actif {
	background:url("../../maj/phototheque/photos/charte/fleche_menu_droite.png") no-repeat;
    height: 14px;
    position: absolute;
    right: 8px;
    top: 50px;
    width: 12px;
}


#menu_gauche li a {
    color: white;
    font-size: 20px;
    margin-left: 10px;
	text-decoration:none;
}

/**** Pied de page *****/

#zone_bas{
    background: #e30713;
    min-height: 125px;
    width: 100%;
}

#footer{
	min-height: 125px;	
}

#footer #baseline_bas{
    background:url("../../maj/phototheque/photos/charte/baseline_bas.png")no-repeat;
    margin: 20px 10px 0;
    position: absolute;
    width: 138px;
	height:86px;
}

#footer a{
	text-decoration:none;	
}

#footer a:hover{
	text-decoration:underline;	
}


#footer #menu_bas {
    margin-top: 20px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 790px;
}

#footer menu_bas ul{
	list-style:none;
	text-align:right;
	padding:0;
	margin:0;
}

#footer #menu_bas ul li{
	display:inline;	
    padding-left:19px;
    padding-right:19px;
	border-left: 1px solid white;
}

#footer #menu_bas ul li a{
	color:#fff;	
}

#footer #menu_bas2 {
    position: absolute;
    right: 0;
	bottom:0;
    text-align: right;
    width: 790px;
	margin-bottom:10px;
}

#footer #menu_bas2 ul li{
	display:inline;	
    padding-left:19px;
    padding-right:19px;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}

#footer #menu_bas2 ul li a{
	color:#f1a5a7;	
}

/***** Contenu *****/

#zone_contenu {
	background:white;
	padding:15px;
	width:950px;
	margin:auto;
}

.contenu_1_col{
	background:url("../../maj/phototheque/photos/charte/logo_bg.png") no-repeat bottom right #f5f5f5;
	position:relative;
}

.bloc_gauche_large, .bloc_droite_large{
	background:url("../../maj/phototheque/photos/charte/logo_bg.png") no-repeat bottom right #f5f5f5;
	width:610px;
	position:relative;
}

.bloc_droite_petit, .bloc_gauche_petit{
	background: #f5f5f5;
	width:320px;
	font-family:Arial;	
	position:relative;
}

.bloc_gauche_large, .bloc_gauche_petit{
	float:left;	
}

.bloc_droite_petit, .bloc_droite_large{
	float:right;	
}


.read_more{
		font-size:11px;
		text-decoration:underline;
		cursor:pointer;
}

.read_more:hover{
		text-decoration:none;
}

/**** Page Accueil ****/

.bloc_titre_page{
	background:url("../../maj/phototheque/photos/charte/carre_blanc.png") no-repeat 12px 12px #e30713;
	font-size:18px;
	padding: 8px 8px 8px 40px;
	color:white;
	height: 23px;	
	width:auto;
	position:absolute;
	top:0;
	left:0;
	font-family:Arial, Helvetica, sans-serif;
	min-width:100px;
}

.entete_bloc_bleu, .entete_bloc_rouge, .entete_bloc_rose{
	font-size:20px;
	padding: 8px 8px 8px 40px;
	height: 23px;
	position:relative;
}

.entete_bloc_bleu img,.entete_bloc_rouge img{
	position:absolute;
	right:0;
	margin: -10px 10px;
}

.entete_bloc_bleu{
	background:url("../../maj/phototheque/photos/charte/carre_blanc.png") no-repeat 12px 12px #0e71b8;
	color:white;	
}

.entete_bloc_rouge{
	background:url("../../maj/phototheque/photos/charte/carre_blanc.png") no-repeat 12px 12px #e30713;	
	color:white;
}

.entete_bloc_rose{
	background:url("../../maj/phototheque/photos/charte/carre_blanc.png") no-repeat 12px 12px #f3ddde;
	color:#e30713;	
}

	/* Slider Partenaire */
	
	#prev_part_acc{
		background:url("../../maj/phototheque/photos/charte/fleche_bleu_gauche.png") no-repeat center center;
		height: 25px;
		margin-left: 5px;
		margin-top: 70px;
		position: absolute;
		width: 25px;
		cursor:pointer;
	}
	
	#next_part_acc{
		background:url("../../maj/phototheque/photos/charte/fleche_bleu_droite.png") no-repeat center center;
		height: 25px;
		right:0;
		margin-right: 15px;
		margin-top: 70px;
		position: absolute;
		width: 25px;
		cursor:pointer;
	}
	
	#slider_acc_partenaire{
		list-style:none;
		width:230px;
		height:160px;
		margin:auto;
		padding:0;
		margin:0;
	}
	
	#slider_acc_partenaire li{
		width:230px;
		height:160px;
		text-align:center;
	}
	
	#slider_acc_partenaire li div.bg_part {
		width:230px;
		height:130px;
		background:white;
	}
	
	#slider_acc_partenaire li div.bg_part img{
		max-width:230px;
		max-height:130px;
	}
	
	#slider_acc_partenaire li .titre_partenaire{
		font-family:Arial;
		text-transform:uppercase;
		color:#8b8b8b;
		font-size:11px;
	}
	
	
	/* Slider Actualité Accueil */
	
	#slider_acc_actu_parent .bx-wrapper{
		margin-bottom:30px !important;
		margin-top:10px !important;
		margin-left:-10px !important;
	}
	
	#slider_acc_actu_parent .bx-wrapper .bx-viewport{
		height: 273px !important;
   		padding-top: 5px;
		padding-left:10px;
		padding-right: 25px;
	}
	
	#prev_actu_acc{
		background:url("../../maj/phototheque/photos/charte/fleche_rouge_haut.png") no-repeat center center;
		height: 25px;
		margin-left: 135px;
		position: absolute;
		width: 25px;
		cursor:pointer;
	}
	
	#next_actu_acc{
		background:url("../../maj/phototheque/photos/charte/fleche_rouge_bas.png") no-repeat center center;
		bottom: 10px;
		cursor: pointer;
		height: 25px;
		margin-left: 135px;
		position: absolute;
		width: 25px;
	}
	
	#slider_acc_actu{
		list-style:none;
		width:100%;
		margin:auto;
		padding:0;
		margin:0;
	}
	
	#slider_acc_actu li{
		width:280px;
		height:110px;
		padding:10px;
		margin-bottom: 10px;
		background:white;
		-moz-box-shadow: 0px 0px 5px 0px #cfcfcf;
		-webkit-box-shadow: 0px 0px 5px 0px #cfcfcf;
		-o-box-shadow: 0px 0px 5px 0px #cfcfcf;
		box-shadow: 0px 0px 5px 0px #cfcfcf;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=5);
		position:relative;
	}
	
	#slider_acc_actu li .bloc_read_more{
		background:#fdecec;
		bottom: 8px;
		color: #f3aeb0;
		font-size: 25px;
		line-height: 0;
		padding: 10px 3px;
		position: absolute;
		right: 10px;
		cursor:pointer;	
	}
	
	#slider_acc_actu li:hover .bloc_read_more{
		color: #E30713;
	}
	
	#slider_acc_actu li img{
		width:110px;
		height:110px;
	}
	
	#slider_acc_actu .td_img{
		width:125px;
		height:110px;
	}
	
	#slider_acc_actu .titre_actu{
		color:#e30713;
		font-size:15px;
	}
	
/**** Page Actualités & Page Partenaires  ****/

	
	#slider_item_parent .bx-wrapper{
		margin-bottom:30px !important;
		margin-top:10px !important;
		margin-left:-10px !important;
	}
	
	#slider_item_parent .bx-wrapper .bx-viewport{
		height: 555px !important;
   		padding-top: 5px;
		padding-left:10px;
		padding-right: 25px;
	}
	
	#prev_item{
		background:url("../../maj/phototheque/photos/charte/fleche_rouge_haut.png") no-repeat center center;
		height: 25px;
		margin-left: 135px;
		position: absolute;
		width: 25px;
		cursor:pointer;
	}
	
	#next_item{
		background:url("../../maj/phototheque/photos/charte/fleche_rouge_bas.png") no-repeat center center;
		bottom: 10px;
		cursor: pointer;
		height: 25px;
		margin-left: 135px;
		position: absolute;
		width: 25px;
	}
	
	#slider_item{
		list-style:none;
		width:100%;
		margin:auto;
		padding:0;
		margin:0;
	}
	
	#slider_item li{
		width:280px;
		height:110px;
		padding:10px;
		margin-bottom: 10px;
		background:white;
		-moz-box-shadow: 0px 0px 5px 0px #cfcfcf;
		-webkit-box-shadow: 0px 0px 5px 0px #cfcfcf;
		-o-box-shadow: 0px 0px 5px 0px #cfcfcf;
		box-shadow: 0px 0px 5px 0px #cfcfcf;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=5);
		position:relative;
	}
	
	#slider_item li .bloc_read_more{
		background:#fdecec;
		bottom: 8px;
		color: #f3aeb0;
		font-size: 25px;
		line-height: 0;
		padding: 10px 3px;
		position: absolute;
		right: 10px;
		cursor:pointer;	
	}
	
	#slider_item li:hover .bloc_read_more{
		color: #E30713;
	}
	
	#slider_item li .bg_part{
		text-align:center;	
	}
	
	#slider_item li img.img_partenaire{
		height:110px;
	}	
	
	#slider_item li img.img_actu{
		width:110px;
		height:110px;
	}
	
	#slider_item .td_img{
		width:125px;
		height:110px;
	}
	
	#slider_item .titre_actu{
		color:#e30713;
		font-size:15px;
	}
	
	#contenu_item table{
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#contenu_item #couverture_actualite{
		width:250px;
		max-height:250px;
	}
	
	#contenu_item #couverture_actualite img{
		width:250px;
		max-height:250px;
	}
	
	#contenu_item #couverture_partenaire{
		background:white;
		text-align:center;	
		width:200px;
		max-height:200px;
	}
	
	#contenu_item #couverture_partenaire img{
		max-width:200px;
		max-height:200px;
	}
	

/**** Page Contact ****/

#zone_gauche {
	width: 470px;
	float: left;
	margin-right:20px;
}

#zone_droite {
	width: 380px;
	float:right;
	margin-top: 63px;
}

/*** DIAPORAMA ***/

#diapo{
	margin-bottom:30px;	
}

#bloc_diaporama_accueil{
	background:#8DCC20;
	border-radius:20px;
	width:900px;
	margin:auto auto;
}

#bloc_diaporama_accueil ul{
	margin:0;
	padding:0;
	list-style:none;	
}

#bloc_diaporama_accueil ul li table{
	margin:0px 40px;
	width:720px;
	min-height:350px;
}

#bloc_diaporama_accueil .bx-prev, #bloc_diaporama_accueil .bx-next{
    font-size: 70px;
    margin-top: -200px;
    position: absolute;
	color:#3d6318;
	text-decoration:none;
}

#bloc_diaporama_accueil .bx-prev{
	margin-left:-55px;	
}

#bloc_diaporama_accueil .bx-next{
	margin-left:915px;	
}

.bx-controls.bx-has-pager{
    margin-right: 28px;
    margin-top: -28px;
    position: absolute;
    right: 0;
    z-index: 100;
}

.bx-controls.bx-has-pager .bx-pager-item{
	float:left;	
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: url("../../maj/phototheque/photos/charte/pager_hover.png") ;
    display: block;
    height: 12px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 12px;
	-moz-box-shadow: 0px 0px 3px 0px #277B00;
	-webkit-box-shadow: 0px 0px 3px 0px #277B00;
	-o-box-shadow: 0px 0px 3px 0px #277B00;
	box-shadow: 0px 0px 3px 0px #277B00;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#277B00, Direction=100, Strength=3);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: none repeat scroll 0 #fff;
}

.example-item .slider a {
    line-height: url();
}

/**** FORMULAIRES ****/

#info_personnelle{
float:left;
width:100%;
}


.form label {
	width:200px;
	float:left;
	line-height:20px
}

.form  input[type=text] {
	border:1px solid #dadadc;
	width:260px;
	color:#000;
	float:left;
	height:25px;
}


.form  textarea {
	border:1px solid #dadadc;
	height:50px;
	color:#A61F84;
	float:left;
}


.form  input[type=text]:hover, .form textarea:hover {
	border:1px solid #FFFFF;
}


.form .boutton {
	background:url("../../maj/phototheque/photos/charte/btn_envoyer.png");
    border: 0px;
    color: #fff;
	width:98px;
	height:28px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	margin: auto auto auto 45%;
}

.form .boutton:hover {
	background:url("../../maj/phototheque/photos/charte/btn_envoyer_hover.png");
}

.form .lien_identification{
	font-size:11px;
	margin:0 10px;	
}

#autres_info{
float:left;
width:370px;
margin-left:10px;
}


/********** FORMULAIRE COLORBOX *********/
#bloc_colorbox input[type=text] {
	width:270px;
}
/******** DIVERS *************/


/* lien defaut */
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.separe {
	visibility:hidden;
	clear:both;
}
.h_5 {
	height:5px;
	line-height:5px;
}
.h_10 {
	height:10px;
	line-height:10px;

}
.h_15 {
	height:15px;
	line-height:15px;
}
.h_20 {
	height:20px;
	line-height:20px;
}
.h_30 {
	height:30px;
	line-height:30px;
}
.h_40 {
	height:40px;
	line-height:40px;
}

.dotted {
	height:5px;
	border-bottom:1px dotted #000000;
}

.left {
	float:left;
}
.right {
	float:right;
}

.pointer {
	cursor:pointer
}
.cache {
	display:none
}
.p_10 {
	padding:10px;
}
.p_20 {
	padding:20px;
}

.p_30{
	padding:30px;	
}

.p_15 {
	padding:15px;
}

.puce_menu {
	width:17px;
	height:11px;
	background:url('../../maj/phototheque/photos/pictos/puce_menu.png') no-repeat;
	float:left;
	margin-top:4px;
}




.puce_ronde_verte {
	margin-top:6px;
	background:url("../../maj/phototheque/photos/pictos/puce3.png") no-repeat;
	width:10px;
	height:5px;
	display:block;
	float:left;
}


.puce_titre {
	float: left;
	cursor: pointer;
	width:18px;
	height:18px;
	background:url('../../maj/phototheque/photos/pictos/fleche_2.png') no-repeat;
}


.titre_bloc{
	margin-left:7px;
	color:#566b78;
	float:left;
	line-height:18px;

	font-weight:bold;
	font-size:13px
}

/*** PUCE ***/
.titre_bloc_detail{
	color:#960000;
	font-family: 'Telex', sans-serif;
	font-size:13px;
	font-weight:bold;
	float:left;
	line-height:25px;
}


.puce_dl{
	width:30px;
	height:30px;
	background:url('../../maj/phototheque/photos/pictos/icone1_1.png') no-repeat;
	float:left;
	margin-right:7px
}


.puce_video{
	width:30px;
	height:30px;
	background:url('../../maj/phototheque/photos/pictos/icone2_1.png') no-repeat;
	float:left;
	margin-right:7px
}


.puce_photo{
	width:30px;
	height:30px;
	background:url('../../maj/phototheque/photos/pictos/icone3_1.png') no-repeat;
	float:left;
	margin-right:7px
}


.puce_agenda{
	width:30px;
	height:30px;
	background:url('../../maj/phototheque/photos/pictos/icone4_1.png') no-repeat;
	float:left;
	margin-right:7px
}


.puce_info{
	width:30px;
	height:30px;
	background:url('../../maj/phototheque/photos/pictos/icone5_1.png') no-repeat;
	float:left;
	margin-right:7px
}

.fleche_prev {
	float: left;
	cursor: pointer;
	width:18px;
	height:18px;
	background:url('../../maj/phototheque/photos/pictos/fleche_1.png') no-repeat;
	margin-left:8px
}
.fleche_next {
	float: left;
	cursor: pointer;
	width:18px;
	height:18px;
	margin-left:5px;
	background:url('../../maj/phototheque/photos/pictos/fleche_2.png') no-repeat;
}
.image_print {
	float: left;
	cursor: pointer;
	width:16px;
	height:16px;
	margin-right:5px;
	margin-top:2px;
	background:url('../../maj/phototheque/photos/pictos_maj/printer.png') no-repeat;
}

.ico_entournee{
	width:120px;
	height:25px;
	margin-right:0px;
	margin-top:0px;
	background:url('../../maj/phototheque/photos/charte/en_tournee.png') no-repeat;
}

.ico_agenda{
	width:90px;
	height:25px;
	margin-right:0px;
	margin-top:0px;
	background:url('../../maj/phototheque/photos/charte/agenda.png') no-repeat;
}

.ico_videos{
	width:120px;
	height:25px;
	margin-right:0px;
	margin-top:0px;
	background:url('../../maj/phototheque/photos/charte/videos.png') no-repeat;
}

.ico_photos{
	width:90px;
	height:25px;
	margin-right:0px;
	margin-top:0px;
	background:url('../../maj/phototheque/photos/charte/photos.png') no-repeat;
}

.ico_spectacles{
	width:120px;
	height:25px;
	margin-right:0px;
	margin-top:0px;
	background:url('../../maj/phototheque/photos/charte/spectacles.png') no-repeat;
}

.ico_telechargements{
	width:180px;
	height:25px;
	margin-right:0px;
	margin-top:0px;
	background:url('../../maj/phototheque/photos/charte/telechargements.png') no-repeat;
}

.ico_renseignements{
	width:170px;
	height:22px;
	margin-right:0px;
	margin-top:0px;
	background:url('../../maj/phototheque/photos/charte/renseignements.png') no-repeat;
}

.loupe_grande {
	background: url("../../maj/phototheque/photos/pictos/loupe_grande.png") no-repeat right;
	width: 32px;
	height: 32px;
	position: absolute;
	margin-left: 370px;
	margin-top: 210px;
	z-index: 1;
}
