@charset "utf-8";
/* CSS Document */


/* HTML */
* { margin:0; padding:0; outline:none; }
html {
	background-image:url(../images/ombrage.png);
	background-position:center 191px;
	background-repeat:repeat-x;
}

body {
	width:100%;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}

a img { border:none; }
a:hover img { text-decoration:none; border:none; }

/* UTILES */
.fl { float:left; }
.fr {float:right; }
.cb {clear:both; }
.tr{text-align:right;}
.tc{text-align:center;}
.tl{text-align:left !important;}
.tip_css {
	max-width:270px;
	padding:7px;
	background-color:#F6F1EE;
	border:5px solid #C6B0B3;
	-moz-box-shadow: -1px -1px 0 #eee, 1px 1px 0 #888, 2px 2px 5px #999;
	-webkit-box-shadow: -1px -1px 0 #eee, 1px 1px 0 #888, 2px 2px 5px #999;
	box-shadow: -1px -1px 0 #eee, 1px 1px 0 #888, 2px 2px 5px #999;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	color:#465260;
}
.b { font-weight:bold; }
.i { font-style:italic; }

/* COULEURS */
.noir { color:#222; }
.pourpre { color:#8c161b; }
.olive { color:#8a8345; }
.edf { color:#488dc6; }
.marine {  color:#465260; }
.lire { color:#c09da1; }
/* */
.one_left_dotted { background-image:url(../images/dotted.png); }
.dbl_dotted { background-image:url(../images/double_dotted.png); }


/* tailles & polices*/
.f10 { font-size:10px; }
.f11 { font-size:11px; }
.ver { font-family:Verdana, Geneva, sans-serif; }

/* ELT COMMUNS */
#bandeau {
	width:100%;
	min-width:990px;
	height:191px;
	background-image:url(../images/bandeau.jpg); 
	background-position:center top; 
	background-repeat:no-repeat;
}

#cpte_comm { 
	position:absolute;
	right:0;
	top:0;
	width:245px;
	color:#c7c1be;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:113px;
	padding:0;
	background:url(../images/cpte_fond_03.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}

#retour_accueil {
	display:block;
	min-width:990px;
	width:100%;
	height:154px;
	background-image:url(about:blank);
	cursor:pointer;
	z-index:999;
}

#fond {
	width:990px;
/*min-height:800px;*/
	margin:0 auto 14px auto;
}

#menu {
	width:990px;
	height:37px;
	margin-top:-37px;
	margin-bottom:15px;
}

#menu ul {
	list-style-type:none;
}

#menu ul li {
	height:32px;
	padding-top:5px;
	margin-right:25px;
}

#menu ul li span {
	float:left;
	padding-top:1px;
	margin-right:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:20px;
	font-weight:bold;
	color:#9c6c74;
}

#menu ul li,  #menu ul li a {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

#menu ul li a:link, 
#menu ul li a:active, 
#menu ul li a:visited {
	display:block;
	padding:5px 0;
}

#menu ul li.age_active a, 
#menu ul li.age_active span, 
#menu ul li.age:hover a, 
#menu ul li.age:hover span {
	color:#8c161b;
}

#menu ul li.exp_active a, 
#menu ul li.exp_active span, 
#menu ul li.exp:hover a, 
#menu ul li.exp:hover span {
	color:#885B89;	 /*b4a400*/
}

#menu ul li.oep_active a, 
#menu ul li.oep_active span, 
#menu ul li.oep:hover a, 
#menu ul li.oep:hover span {
	color:#3A8735;	/*8a8345*/
}

#menu ul li.sed_active a, 
#menu ul li.sed_active span, 
#menu ul li.sed:hover a, 
#menu ul li.sed:hover span {
	color:#AE1F48;	/*678713*/
}

#menu ul li.zoi_active a, 
#menu ul li.zoi_active span, 
#menu ul li.zoi:hover a, 
#menu ul li.zoi:hover span {
	color:#8e6871;
}

#menu ul li.con_active a, 
#menu ul li.con_active span, 
#menu ul li.con:hover a, 
#menu ul li.con:hover span {
	color:#b4a400;	/*185b1a*/
}

#menu ul li.lfa_active a, 
#menu ul li.lfa_active span, 
#menu ul li.lfa:hover a, 
#menu ul li.lfa:hover span {
	color:#69616d;
}


#pied_container {
	width:100%;
	min-width:990px;
	height:auto;
	background-image:url(../images/pied.jpg); 
	background-position:center top; 
	background-repeat:no-repeat;
}

#pied {
	width:990px;
	height:auto;
	margin:0 auto 50px auto;
}

#pied ul {
	list-style-type:none;
}

#pied ul li {
	height:32px;
	padding-top:5px;
	margin-right:25px;
}

#pied ul li span {
	float:left;
	padding-top:1px;
	margin-right:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:20px;
	font-weight:bold;
	color:#9c6c74;
}

#pied ul li,  #pied ul li a {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

#pied ul li a:link, 
#pied ul li a:active, 
#pied ul li a:visited {
	display:block;
	padding:5px 0;
}

#pied ul li.age_active a, 
#pied ul li.age_active span, 
#pied ul li.age:hover a, 
#pied ul li.age:hover span {
	color:#8c161b;
}

#pied ul li.exp_active a, 
#pied ul li.exp_active span, 
#pied ul li.exp:hover a, 
#pied ul li.exp:hover span {
	color:#885B89;	 /*b4a400*/
}

#pied ul li.oep_active a, 
#pied ul li.oep_active span, 
#pied ul li.oep:hover a, 
#pied ul li.oep:hover span {
	color:#3A8735;	/*8a8345*/
}

#pied ul li.sed_active a, 
#pied ul li.sed_active span, 
#pied ul li.sed:hover a, 
#pied ul li.sed:hover span {
	color:#AE1F48;	/*678713*/
}

#pied ul li.zoi_active a, 
#pied ul li.zoi_active span, 
#pied ul li.zoi:hover a, 
#pied ul li.zoi:hover span {
	color:#8e6871;
}

#pied ul li.con_active a, 
#pied ul li.con_active span, 
#pied ul li.con:hover a, 
#pied ul li.con:hover span {
	color:#b4a400;	/*185b1a*/
}

#pied ul li.lfa_active a, 
#pied ul li.lfa_active span, 
#pied ul li.lfa:hover a, 
#pied ul li.lfa:hover span {
	color:#69616d;
}

.cpt_clic {
	display:block;
	width:165px;
	/*height:333px;
	margin-bottom:25px;*/
	background-image:url(about:blank);
	z-index:999;
}

/* PAGES */
.dsp_liste_villes {
	width:571px;
	margin-top:55px;
	margin-bottom:20px;
	padding-top:55px;
}

#col_left {
	width:177px;
	padding-left:3px;
	margin-right:25px;
	background-position:left;
	background-repeat:repeat-y;
}

#col_right {
	width:177px;
	padding-left:3px;
	margin-left:25px;
	background-position:left;
	background-repeat:repeat-y;
}

#centre {
	width:580px;
}

#aujourdui, #cewe {
	padding-bottom:30px;
}

#aujourdui p, #cewe p {
	padding-left:7px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:14px;
	text-align:left;
}

.ag_aj_c { font-size:12px; }
.ag_aj_t { font-size:11px; }
.para1 { font-size:10px; }
.we_jour { font-size:14px; margin-bottom:7px; }

.aujourdui {
	width:150px;
	height:30px;
	padding-top:7px;
	margin-bottom:7px;
	text-align:center;
	background-image:url(../images/aujourdui.png);
	background-position:0 0;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#8c161b;
}

.aujourdui_fin {
	width:16px;
	height:37px;
	margin-bottom:7px;
	background-image:url(../images/aujourdui_fin.png);
	background-position:0 0;
	background-repeat:repeat-x;
}

.cewe {
	width:150px;
	height:30px;
	padding-top:5px;
	margin-bottom:7px;
	text-align:center;
	background-image:url(../images/cewe.png);
	background-position:0 0;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#465260;
}

.cewe_fin {
	width:15px;
	height:35px;
	margin-bottom:7px;
	background-image:url(../images/cewe_fin.png);
	background-position:0 0;
	background-repeat:repeat-x;
}

#agenda_pub {
	width:577px;
	height:auto;
	margin-bottom:30px;
	overflow:hidden;
	color:black;
	text-align:center;
	/*border:1px solid #D7D5D4;
	background-color:#fff;*/
}
#agenda_pub * {
	padding:0;
	margin:0;
	z-index:1;
}

#agenda_pub p{padding:5px;}
#agenda_pub img{border:none;}
#agenda_rech {
	width:330px;
	height:118px;
	padding:65px 0 0 250px;
	margin-bottom:30px;
	background-image:url(../images/fd_agenda_rech.png);
	background-position:0 0 ;
	background-repeat:no-repeat;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#agenda_infos {
	position:absolute;
	top:155px;
	left:495px;
	width:16px;
	height:16px;
	background-image:url(../images/help.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

#agenda_infos:hover {
	cursor:help;
}

#agd_infos {
	display:block;
	width:16px;
	height:16px;
}

#agenda_rech #comm {
	margin-bottom:30px;
}
#agenda_rech #ap {
	margin-top:7px;
}
#agenda_rech #comm, #agenda_rech #date, .demo_jqui {
	width:200px;
	height:20px;
	border:none;
	background-color:transparent;
}

#agenda_content {
	width:580px;
	position:relative;
	height:233px;
	font-family:Arial, Helvetica, sans-serif;
}

.calend_link:link, .calend_link:active, .calend_link:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	margin-left:236px;
}	.calend_link:hover { text-decoration:none; }

#agenda_liste {
	width:508px;
	padding-left:70px;
	margin-bottom:20px;
	background-image:url(../images/fleche_neutre.png);
	background-position:35px 3px;
	background-repeat:no-repeat;
}

#agenda_liste_titre {
	width:480px;
	margin-bottom:7px;
	font-size:18px;
	font-weight:bold;
}

#agenda_liste_dates {
	width:480px;
	text-align:right;
	margin-bottom:3px;
}

#bandeau_agenda {
	min-width:165px;
	height:28px;
	padding-top:15px;
	padding-left:10px;
	margin:0;
	font-weight:bold;
	font-size:12px;
	color:white;
	overflow:hidden;
}

.agenda_rubrique {
	width:564px;
	padding-left:7px;
	padding-top:3px;
	padding-bottom:2px;
	/*margin-top:30px;*/
	margin-bottom:10px;
	background-color:#ad5356;
	font-size:17px;
	font-weight:bold;
	color:#fff;
}

/* EXPOSITIONS */
#pub_expo_l1 {
	font-size:12px;
	width:167px;
	margin-left:3px;
	margin-bottom:25px;
	overflow:hidden;
	color:black;
}
.pub_expo_l1 {
	font-size:12px;
	width:167px;
	margin-left:3px;
	margin-bottom:25px;
	overflow:hidden;
	color:black;
	cursor:pointer;
}

#pub_expo_l1 p {padding:2px;}
#pub_expo_l1 img{ border:none; padding:0; margin:0; border:1px solid #d0cdb5; width:165px; }

#expo_rech {
	position:relative;
	width:580px;
	height:124px;
	margin-bottom:30px;
	background-image:url(../images/oep_recherche.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#sed_rech {
	position:relative;
	width:580px;
	height:124px;
	margin-bottom:30px;
	background-image:url(../images/sed_recherche.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#oep_rech {
	position:relative;
	width:580px;
	height:124px;
	margin-bottom:30px;
	background-image:url(../images/expo_recherche.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

#exp_com {
	position:absolute;
	width:195px;
	height:21px;
	top:64px;
	left:235px;
	border:none;
	background-color:transparent;
}

#oep_com {
	position:absolute;
	width:195px;
	height:21px;
	top:64px;
	left:235px;
	border:none;
	background-color:transparent;
}
#sed_com {
	position:absolute;
	width:195px;
	height:21px;
	top:64px;
	left:235px;
	border:none;
	background-color:transparent;
}

#expo_titre {
	position:absolute;
	left:16px;
	top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}

#exp_com_ok {
	position:absolute;
	width:46px;
	height:24px;
	top:62px;
	left:442px;
	cursor:pointer;
}
#oep_com_ok {
	position:absolute;
	width:46px;
	height:24px;
	top:62px;
	left:442px;
	cursor:pointer;
}
#sed_com_ok {
	position:absolute;
	width:46px;
	height:24px;
	top:62px;
	left:442px;
	cursor:pointer;
}

#computing {
	position:absolute;
	top:65px;
	left:505px;
	width:16px;
	height:16px;
}

#ag_com_ok {
	display:block;
	width:100px;
	height:48px;
	position:absolute;
	top:75px;
	left:465px;
	cursor:pointer;
	background-image:url(about:blank);
}

#expo_resp {
	width:568px;
	padding:5px;
	border:1px dotted #bfbfbf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#oep_resp {
	width:568px;
	padding:5px;
	border:1px dotted #bfbfbf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#sed_resp {
	width:568px;
	padding:5px;
	border:1px dotted #bfbfbf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#ag_resp{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#expo_titres {
	width:578px;
	height:31px;
	/*background:url(../images/expo_resp_titre.png);
	background-repeat:no-repeat;*/
}

#expo_res_rech {
	width:180px;
	height:31px;
	padding-top:8px;
	margin-right:55px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#333;
}

#expo_res_rech_aj,
#expo_res_rech_cw,
#expo_res_rech_sed,
#expo_res_rech_expo,
#expo_res_rech_oep {
	width:578px;
	height:23px;
	padding-top:8px;
	border-bottom:1px dashed #BFBFBF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#333;
}
#expo_res_rech_aj {  }
#expo_res_rech_cw {  }
#expo_res_rech_sed {  }
#expo_res_rech_expo {  }
#expo_res_rech_oep {  }

#expo_res_ville {
	width:340px;
	height:31px;
	padding-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}

#expo_get {
	width:571px;
	padding-top:8px;
	padding-left:7px;
}

.expo_liste {
	width:508px;
	padding-left:70px;
	margin-bottom:20px;
}
.expo_liste img  {
	margin-right:10px;
	margin-bottom:7px;
}

#agenda_liste img  {
	margin-right:10px;
	margin-bottom:7px;
}

.expo_liste_aj, 
.expo_liste_cw, 
.expo_liste_expo, 
.expo_liste_oep, 
.expo_liste_sed {
	width:501px;
	padding-left:70px;
	margin-top:8px;
	margin-bottom:20px;
	background-position:35px 3px;
	background-repeat:no-repeat;
}

.expo_liste_aj { background-image:url(../images/fleche_rouge.png); }
.expo_liste_cw { background-image:url(../images/fleche_rouge.png); }
.expo_liste_expo { background-image:url(../images/fleche_lavande.png); }
.expo_liste_oep { background-image:url(../images/fleche_kaki.png); }
.expo_liste_sed { background-image:url(../images/fleche_rose.png); }

.expo_liste_aj img, 
.expo_liste_cw img, 
.expo_liste_expo img, 
.expo_liste_oep img, 
.expo_liste_sed img {
	margin-right:10px;
	margin-bottom:7px;
}

.expo_liste_titre {
	width:480px;
	color:#b4a400;
	margin-bottom:7px;
	font-size:18px;
	font-weight:bold;
}

.expo_liste_titre_aj, 
.expo_liste_titre_cw, 
.expo_liste_titre_expo, 
.expo_liste_titre_oep, 
.expo_liste_titre_sed {
	position:relative;
	width:480px;
	font-size:18px;
	font-weight:bold;
}

.expo_liste_titre_aj { color:#B4151B; }
.expo_liste_titre_cw { color:#488DC6; }
.expo_liste_titre_expo { color:#885B89; }
.expo_liste_titre_oep { color:#3A8735; }
.expo_liste_titre_sed { color:#AE1F48; }

.expo_liste_texte {
	width:480px;
	text-align:justify;
	margin-bottom:7px;
}

.expo_liste_texte_aj, 
.expo_liste_texte_cw, 
.expo_liste_texte_expo, 
.expo_liste_texte_oep, 
.expo_liste_texte_sed {
	width:480px;
	text-align:justify;
	margin-bottom:3px;
}

.expo_liste_texte a:link, 
.expo_liste_texte a:active, 
.expo_liste_texte a:visited {
	text-decoration:underline;
	color:#664444;
} .expo_liste_texte a:hover { text-decoration:none;}

.expo_liste_texte_aj a:link, 
.expo_liste_texte_aj a:active, 
.expo_liste_texte_aj a:visited {
	text-decoration:underline;
	color:#b64c50;
} .expo_liste_texte_aj a:hover { text-decoration:none;}

.expo_liste_texte_cw a:link, 
.expo_liste_texte_cw a:active, 
.expo_liste_texte_cw a:visited {
	text-decoration:underline;
	color:#488DC6;
} .expo_liste_texte_cw a:hover { text-decoration:none;}

.expo_liste_texte_expo a:link, 
.expo_liste_texte_expo a:active, 
.expo_liste_texte_expo a:visited {
	text-decoration:underline;
	color:#885B89;
} .expo_liste_texte_expo a:hover { text-decoration:none;}

.expo_liste_texte_oep a:link, 
.expo_liste_texte_oep a:active, 
.expo_liste_texte_oep a:visited {
	text-decoration:underline;
	color:#3A8735;
} .expo_liste_texte_oep a:hover { text-decoration:none;}

.expo_liste_texte_sed a:link, 
.expo_liste_texte_sed a:active, 
.expo_liste_texte_sed a:visited {
	text-decoration:underline;
	color:#AE1F48;
} .expo_liste_texte_sed a:hover { text-decoration:none;}

.expo_liste_chapo {
	width:480px;
	color:#C59945;
	margin-bottom:8px;
}
.expo_liste_chapo_aj, 
.expo_liste_chapo_cw, 
.expo_liste_chapo_expo, 
.expo_liste_chapo_oep, 
.expo_liste_chapo_sed {
	width:480px;
	margin-top:-4px;
	margin-bottom:8px;
}
.expo_liste_chapo_aj { color:#b4494d; }
.expo_liste_chapo_cw { color:#689cc6; }
.expo_liste_chapo_expo { color:#ae8185; }
.expo_liste_chapo_oep {	color:#699659; }
.expo_liste_chapo_sed {	color:#E8788A; }

.expo_liste_contact{
	width:480px;
	text-align:right;
	font-style:italic;
}

.expo_liste_dates {
	width:240px;
	text-align:left;
	color:#6e6e6e;
	margin-bottom:8px;
}
#cont_zoom{
	font-family:Arial, Helvetica, sans-serif;
}
#cont_zoom h1, #cont_zoom h2, #cont_zoom p, #cont_zoom h3{
	margin-left:25px;
}
#top_zoom{
	background:url(../images/zoom_title_03.png) no-repeat left;
	height:36px;
}
#bandeau_zoom{
	font-weight:bold;
	font-size:23px;
	color:white;
	padding-top:7px;
	width:178px;
}
#date_zoom{
	font-size:13px;
	padding-top:25px;
}
#titre_zoom{
	padding:10px 0 0 0;
	color:#8c161b;
	text-align:left;
	font-size:26px;
	font-weight:bold;
}
#sstitre_zoom{
	color:#8c161b;
	font-size:21px;
	font-weight:normal;
}
#chapo_zoom{
	color:#9c6c74;
	margin-top:20px;
	font-weight:bold;
	font-size:15px;
}
#chapo_zoom img{
	margin-left:15px;
}
.titre_par_zoom{
	margin-top:40px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
	letter-spacing:0.05em;
}
.txt_par_zoom{
	font-size:12px;
	line-height:15px;
	letter-spacing:0.05em;
	font-weight:500;
	text-align:justify;
}
.txt_par_zoom img{
	margin:0 7px;
}
.arch_zoom_glob{
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/arch_zoom_bandeau_03.png) no-repeat top !important;
}
.arch_sed_glob{
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/arch_sed_bandeau_03.png) no-repeat top !important;
}
.arch_sed_glob .chapo_arch_zoom, .arch_sed_glob .more_arch_zoom{color:#dd788a;}
.arch_oep_glob{
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/arch_oep_bandeau_03.png) no-repeat top !important;
}
.arch_oep_glob .chapo_arch_zoom, .arch_oep_glob .more_arch_zoom{color:#3A8735;}
#bandeau_arch_zoom{
	margin-bottom:15px;
	margin-top:7px;
	font-size:15px;
	color:#4b3339;
	font-weight:bold;
}
.date_arch_zoom{
	margin-left:10px;
	margin-top:15px;
	font-size:15px;
	color:#604349;
	font-weight:bold;
}
.comm_arch_zoom{
	margin-left:10px;
	font-weight:bold;
	font-size:14px;
	text-align:right;
}
.arch_sed_glob .comm_arch_zoom{color:#ae1f48;}
.arch_oep_glob .comm_arch_zoom{color:#3a8735;}
.arch_zoom_glob .comm_arch_zoom{color:#885b89;}
.chapo_arch_zoom{
	margin-left:10px;
	margin-top:5px;
	color:#c09da1;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.02em;
}
.txt_arch_zoom{
	margin-left:10px;
	font-size:11px;
	color:black;
	letter-spacing:0.05em;
}
.more_arch_zoom {
	/*color:#c09da1;*/
	text-decoration:none;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

.more_arch_zoom:hover {
	text-decoration:underline;
}

.arch_zoom_link {
	text-decoration:none;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.arch_zoom_link:hover {
	text-decoration:underline;
}

#ag_imgs{
	width:577px;
	height:233px;
	position:absolute;
}
#ag_masque{
	position:absolute;
	width:577px;
	height:233px;
	background:url(../images/masque_ag.png) no-repeat;
}
#ag_img_gau{
	width:288px;
	height:233px;
}
#ag_img_gau img {
	max-width:224px;
	max-height:142px;
	margin-left:2px;
}
#ag_img_dr{
	width:289px;
	height:230px;
	overflow:hidden;
}
#ag_img_dr img{
	width:239px;
}

#ag_txt_gau{
	width:319px;
	height:233px;
	position:relative;
}
#ag_txt_dr{
	width:258px;
	height:233px;
}
#ag_txt_dr_1{
	width:170px;
	font-weight:bold;
	font-size:20px;
	color:white;
	padding-top:7px;
	padding-right:10px;
}
#ag_txt_gau_1{
	width:200px;
	font-weight:bold;
	font-size:20px;
	color:white;
	padding-top:7px;
}
#ag_txt_dr_2{
	width:250px;
	margin-top:97px;
	margin-bottom:3px;
	font-size:13px;
	color:#d7d1cf;
	padding-right:10px;
}
#ag_txt_dr_3{
	width:240px;
	margin:0;
	padding-right:10px;
	padding-left:10px;
	color:white;
	letter-spacing:0.3px;
	text-align:right;
}
#ag_txt_dr_4{
	width:250px;
	max-height:45px;
	font-size:11px;
	color:#d7d1cf;
	padding-right:10px;
}
#ag_txt_dr_5{
	width:100px;
	margin-top:7px;
	padding-right:10px;
	font-size:12px;
}
#ag_txt_dr_5 a{
	color:white;
	text-decoration:none;
}
#ag_txt_gau_2{
	margin-top:7px;
	color:#e28445;
	font-size:15px;
	line-height:13px;
	width:190px;
	height:40px;
}
#ag_txt_gau_3{
	color:#e28445;
	font-size:13px;
	width:190px;
	max-height:35px;
}
#ag_txt_gau_4{
	width:160px;
	height:50px;
	margin-top:5px;
	margin-right:30px;
	font-size:12px;
	overflow:hidden;
}
#ag_txt_gau_4bis{
	width:240px;
	height:30px;
	padding-top:0;
	margin-right:70px;
	font-size:12px;
	background-color:#fff;
}
#ag_txt_gau_5 {
	position:absolute;
	bottom:5px;
	margin:0;
	width:170px;
	padding-top:5px;
	padding-left:67px;
}
#ag_txt_gau_5 a{
	margin:0;
	padding:0;
	text-decoration:none;
	color:#94262a;
	font-size:12px;
}
#col_gau{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;
	width:275px;
}
#col_dr{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;
	width:275px;
	margin-left:25px;
}
.bloc_col{
	border:1px dotted #c3c3c3;
	margin-top:25px;
	padding-bottom:10px;
}
.sstitre_col img {
	margin-right:10px;
}
.bandeau_col{
	margin:0;
	min-width:155px;
	height:37px;
	font-weight:bold;
	font-size:23px;
	color:white;
	padding-top:6px;
	padding-left:20px;
	overflow:hidden;
}
.titre_col {
	font-size:17px;
	margin-left:20px;
}
.sstitre_col {
	font-size:13px;
	margin:15px;
	max-height:inherit;
}
.cont_col{
	font-size:11px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	padding-right:10px;
	text-align:justify;
	font-weight:normal;
}
.lien_col a{
	text-decoration:none;
	font-size:11px;
	padding-right:5px;
}
#img_contact{
	margin-top:50px;
	margin-left:75px;
	background:url(../images/contact.png) no-repeat left top;
	width:301px;
	height:317px;
}
#contact{
	color:#3A68A2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:90px;
}
.contact label{
	width:100px;
	text-align:right;
	display:block;
	float:left;
	margin-right:40px;
}
.contact input[type=text]{
	width:200px;
}
.contact textarea{
	width:340px;
	height:125px;
}

#contacts {
	color:#666;
}

#contacts div {
	width:100%;
	text-align:center;
	margin-top:14px;
}

.div_valid_form_contact{
	text-align:right;
}
#bandeau_contact{
	background:url(../images/bandeau_contact.png) no-repeat;
	width:800px;
	height:37px;
	margin-left:75px;
	padding-top:7px;
	padding-left:20px;
	font-size:17px;
	color:white;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#desc_contact{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	position:absolute;
	margin:50px 0 0 75px;;
	color:#3A68A2;
	font-size:13px;
	width:780px;
}
#addr_contact{
	margin:90px 0 0 50px;
	width:135px;
	height:75px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3A68A2;
	font-size:10px;
	text-align:center;
}


/* LIENS FARANDOLE */
.titre_cat_liens {
	width:580px;
	height:31px;
	padding-top:5px;
	padding-left:10px;
	/*border-top:1px solid #C4BAC8;*/
	background-image:url(../images/bg_titre_liens.png);
	background-position:0 0;
	background-repeat:no-repeat;
	text-align:left;
	font-size:20px;
	line-height:20px;
	color:#4A5362;
}

#cont_lien{
	font-family:Arial, Helvetica, sans-serif;
}
.lien {
	width:240px;
	margin-top:10px;
	text-align:right;
	font-size:13px;
	color:#4A5362;
}

.lien_large {
	width:558px;
	padding:0 10px;
	margin-top:50px;
	text-align:center;
	font-size:13px;
	color:#4A5362;
}

.lien a {
	color:#4A5362;
}

.desc_lien {
	width:310px;
	padding-left:10px;
	text-align:left;
	margin-top:10px;
	font-style:italic;
	font-size:13px;
	color:#4A5362;
}

.desc_lien_plus {
	width:558px;
	padding:0 10px;
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	color:#C69;
}

.btb {
	padding:10px 0;
	border-top:1px dashed #c69;
	border-bottom:1px dashed #c69;
}

.img_lien{
	border:1px solid #ccc;
	max-width:200px;
	max-height:100px;
}
.liens{
	background:#FAF8F6;
	background-image:url(../images/ombrage_down.png);
	background-position:left bottom;
	background-repeat:repeat-x;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:14px;
	vertical-align:bottom;
	overflow:hidden;
	border:1px dashed #dddddd;
}
.liens a:link, .liens a:active, .liens a:visited {
	color:#C69;
	text-decoration:none;
} .liens a:hover { border-bottom:1px dashed #aaa; color:#C69; }

.liens p.txt_lien_cat {
	width:540px;
	margin:10px auto;
	font-size:13px;
	color:#4A5362;
	text-align:justify;
}

#creds{
	margin-top:15px;
	width:100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#creds a{
	color:#000000;
}