@charset "utf-8";
 /* BEGIN RESET */
html, body, div, span,#header a,#header h1,#header a img,#header h2,#header h3,#header h4,#header h5{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	/*font-size: 100%;*/
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: "Arial", Arial, sans-serif;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET */
body{
	background-image:url(../imgs_new/body_bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#433622;
}
#container{
	width:940px;
	text-align:center;
	
}
#barre_haut{
	display:block;
	width:940px;
	height:30px;
	position:relative;
	background-image:url(../imgs_new/barre_haut.png);
}
#barre_haut_adresse{
	font-size:.7em;
	color:#fff;
	position:absolute;
	left:30px;
	top:8px;
}
#barre_haut_telephone{
	font-size:1.1em;
	color:#433622;
	position:absolute;
	right:60px;
	top:5px;
	font-weight:bold;
}
#header{
	width:900px;
	height:540px;
	position:relative;
	background-image:url(../imgs_new/header_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0 20px;
}
#header-part-left{
	width:405px;
	height:540px;
	background-image:url(../imgs_new/header_part_left.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:20px;
	z-index:10;
	text-align:left;
}
#logo{
	display:block;
	width:150px;
	height:140px;
}
#menu{
	position:absolute;
	bottom:130px;
}
#menu a{
	display:block;
	color:#fff;
	text-decoration:none;
	height:50px;
	padding-left:10px;
}
#menu a.bouton_demande{
	margin-top:10px;
}
#menu a:hover{
	color:#433622;
}
#menu a h3, #produits h3{
	font-weight:bolder;
	font-size:20px;
	text-transform: uppercase;
	font-family: "Arial Black", Arial, sans-serif;
}

#menu a h5, #produits h5{
	font-weight:normal;
	font-size:11px;
}
#secteur_offre>option{
	text-indent:20px;
}
#secteur_offre>option.groupe{
	text-indent:0px;
	font-weight:bold;
}
#produits{
	width:405px;
	height:120px;
	background-image:url(../imgs_new/produits_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0;
	color:#fff;
	padding-left:10px;
	padding-top:10px;
}
#produits select{
	dislay:block;
	width:220px;
	margin-top:10px;
}
#photo_container{
	width:750px;
	height:540px;
	position:absolute;
	top:0;
	right:20px;
	z-index:1;
	overflow:hidden;
}
#welcome{
	width:650px;
	height:80px;
	background-color:#000;
	position:absolute;
	top:30px;
	right:20px;
	z-index:13;
	text-align:left;
	padding-left:50px;
}
#welcome h1{
	font-size:30px;
	color:#fff;
	margin-top:15px;
}
#welcome h1 em{
	font-weight:bolder;
	font-style:normal;
}
#welcome h1 span{
	font-size:15px;
}
#welcome h5{
	font-size:15px;
	color:#fff;
	font-weight:lighter;
	letter-spacing:.2em;
}
.fiche_programme #welcome{
	height:80px;
	width:350px;
	line-height:1.6em;
}
.fiche_programme #welcome h1{
	font-size:30px;
	font-weight:bolder;
	line-height:40px;
}
.fiche_programme #welcome h5{
	font-size:12px;
}
#photo_fiche_programme{
	position:absolute;
	/*width:350px;
	height:262px;*/
	position:absolute;
	top:10px;
	left:200px;
	z-index:12;
	overflow:hidden;
	border:5px solid #fff;
}
#photo_fiche_programme img{
	width:350px;
}
#fiche_programme_subtitle{
	position:absolute;
	width:340px;
	height:150px;
	position:absolute;
	top:130px;
	right:10px;
	z-index:2;
	overflow:hidden;
	font-weight:bolder;
	font-size:1.4em;
}
#fiche_programme_text{
	position:absolute;
	width:590px;
	height:200px;
	position:absolute;
	bottom:50px;
	left:150px;
	z-index:2;
	overflow:auto;
	text-align:left;
	font-size:1.1em;
	line-height:1.4em;
	padding-right:10px;
}
.recherche #welcome{
	height:80px;
	line-height:1.6em;
}
.recherche #welcome h5{
	letter-spacing:0;
}
#recherche_criteres{
	position:absolute;
	width:730px;
	height:370px;
	position:absolute;
	top:150px;
	left:160px;
	z-index:12;
	overflow:auto;
	text-align:left;
	font-size:.9em;
	line-height:1.4em;
	padding-right:10px;
}
#recherche_criteres td.label{
	font-weight:bolder;
	text-align:right;
	vertical-align:top;
	width:25%;
	padding:5px;
}
#recherche_criteres td.champ{
	text-align:left;
	vertical-align:top;
	width:25%;
	padding:5px;
}
#recherche_criteres a.bouton_demande{
	display:block;
	color:#433622;
	text-decoration:none;
	height:50px;
	padding-left:10px;
	/*margin-left:240px;*/
}

#recherche_criteres a.bouton_demande:hover{
	color:#433622;
}
#recherche_criteres a.bouton_demande h3{
	font-weight:bolder;
	font-size:20px;
	text-transform: uppercase;
	font-family: "Arial Black", Arial, sans-serif;
}
#animation{
	width:250px;
	height:230px;
	position:absolute;
	bottom:25px;
	right:45px;
	z-index:3;
	text-align:left;
}
#animation_background{
	width:250px;
	height:230px;
	background-color:#000;
	position:absolute;
	bottom:20px;
	right:40px;
	z-index:2;
	text-align:left;
	border:5px solid #333;
}
#animation h3{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bolder;
	line-height:30px;
	font-family: "Arial Black", Arial, sans-serif;
}
#animation_content{
	width:250px;
	height:200px;
	overflow:hidden;
	background:transparent;
}
.animation_element{
	width:250px;
	height:200px;
	text-align:center;
	background:transparent;
	background-color:#111;
}
.animation_element .title{
	font-size:14px;
	color:#fff;
	height:40px;
	padding-top:10px;
	width:250px;
	vertical-align:middle;
}
.animation_element img{
	height:100px;
	border:5px solid #fff;
}
.animation_element a.more{
	display:block;
	text-align:right;
	padding-right:20px;
	color:#fed64a;
	font-size:12px;
	margin-top:10px;
	text-decoration:none;
}
#main_block{
	width:900px;
	background-image:url(../imgs_new/main_bg.png);
	background-position:top left;
	background-repeat:repeat-y;
	padding:0 20px;
}
#main{
	width:880px;
	background-image:url(../imgs_new/main_bg_top.png);
	background-position:top left;
	background-repeat:repeat-x;
	/*min-height:320px;*/
	padding:10px;
	text-align:left;
	background-color:#fff;
}
#main h3{
	background-image:url(../imgs_new/main_h3_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:30px;
	height:30px;
	color:#fff;
	font-size:20px;
	text-align:left;
	padding-left:30px;
	margin-bottom:10px;
}
#main a{
	color:#422633;
	text-decoration:none;
}
#main img{
	max-width:880px;
}
#footer{
	width:940px;
	height:100px;
	position:relative;
	background-image:url(../imgs_new/footer_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	color:#422633;
	font-size:.8em;
	padding-top:10px;
}
#footer a{
	color:#422633;
	text-decoration:none;
}
#footer img{
	margin:10px;
}
.liste_programmes{
	text-align:justify;
}
.liste_programmes .programme{
	/*display:inline-block;*/
	display:block;
	float:left;
	width:260px;
	height:240px;
	background-color:#dedede;
	border:1px solid #c2c2c2;
	overflow:hidden;
	position:relative;
	text-align:center;
	color:#433622;
	font-size:.8em;
	margin-bottom:20px;
}
.liste_programmes .programme .tva, .liste_programmes .programme .pass_foncier{
	width:100px;
	height:100px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.liste_programmes .programme .tva{
	background-image:url(../imgs_new/tva.png);
	background-repeat:no-repeat;
}
.liste_programmes .programme .pass_foncier{
	top:100px;
	background-image:url(../imgs_new/pass_foncier.png);
	background-repeat:no-repeat;
}
.liste_programmes .programme:hover{
	background-color:#99835b;
}
.liste_programmes .programme img{
	height:170px;
	border:5px solid #fff;
	position:relative;
	margin-top:10px;
}
.liste_programmes .programme .title{
	height:30px;
	padding:0 10px;
	overflow:hidden;
	position:relative;
	margin-top:5px;
}
.liste_programmes .programme a.more{
	display:block;
	text-align:right;
	padding-right:20px;
	color:#433622;
	font-size:10px;
	text-decoration:none;
}
a.bouton_demande span{
	display:none;
}
#menu a.bouton_demande h3{
	font-size:12px;
	line-height:1.4em;
}
#demande{
	font-size:.9em;
}
#demande td{
	padding:5px;
}
#demande td.label{
	text-align:right;
	vertical-align:top;
}
#phpmyvisites_block{
display:none;
}
