/* Page */
*{
	margin:0; padding:0;
}

br.clear {
	background-color:transparent;
	clear:both;
	height:0;
	line-height:0;
	margin:0;
}

.clear{
	clear:both;
}
body{
	background-color: #E3E3E6;
	background-image: url("../images/fond.png");
	background-repeat: repeat-x;
	background-position: top left;
	margin:auto;
	width:1024px;
}
#master{
	margin-left:0;
}
#ban_gauche{
	display:none;
	
}

#menu_gauche{
	display:none;
	
}

#page {
	width: 1000px;
	padding:0; margin: 0;
	border-left: 2px black solid;
	border-right: 2px black solid;
	border-bottom: 2px black solid;
	min-height: 600px;
}

ul {
	padding-left:20px;
	margin:0 0 25px 0;
}

li {
	margin:0 0 10px 0;
	padding:0;
}

a span {
	display:none;
}


/* Menu */
#menu{
	height:56px;
	margin:0; padding-left:36px;
	background:#FFF url("../images/grille.png") top left repeat-y;
	
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 14px arial}

#sddm li a
{	display: block;
	padding: 21px 10px 4px;
	height:31px;
	width: 140px;
	background: white;
	color: black;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: red}

#sddm div
{	position: absolute;
	visibility: hidden;
	padding: 0;
	width:auto;
	margin-top:3px;
	background-color:#000;
	}


	#sddm div a
	{	position: relative;
		display: block;
		padding: 10px 10px;
		width: 140px;
		white-space: nowrap;
		text-align: center;
		text-decoration: none;
		background:#666666;
		color:#FFFFFF;
		margin:0 0 2px 0;
		height:auto;
		font-size:12px;
		
	}

	#sddm div a:hover
	{	color: #FFFFFF}

#sddm .selected{
	background: red;
}


/* Banniere */
#banniere{
	height: 174px;
	margin:0; padding:0;
}

/* Corps */
#main{
	min-height:380px;
	padding-left:36px;
	background:url(../images/main_bck.png) top left repeat-y;
}
#main #main_image{
	margin:0; padding:0;
	width:36px;
	background-image: url("../images/grille.png");
	background-repeat: repeat-y;
	background-position: top left;
	min-height: 380px;
	float: left;
}
#main #corps{
	margin:0; padding:20px 30px 0 30px;
	width: 679px;
	min-height: 380px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#main #corps_image{
	width:200px;
	margin:0;
	padding:0;
	float:left;
}
#main #corps_image img{
	margin:0 0 20px 0; padding:0;
	border: 3px solid white;
}
#main #corps_texte{
	width: 450px;
	float:left;
	margin:0;
	padding: 0 0 0 20px;
}
#main #corps_texte h1{
	font-size:22px;
	font-weight: bold;
	margin-bottom:15px;
}
#main #corps_texte h2{
	font-weight: bold;
	margin:10px 0 5px 0; padding:0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#main #corps_texte p{
	margin:0 0 10px 0;
	line-height:1.4em;
}
#main #corps_realisation{
	float:left;
	width:679px;
	padding:20px 30px 30px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#main #corps_realisation h1{
	font-size:22px;
	font-weight: bold;
	margin-bottom:15px;
}

#main #corps_realisation_image{
	margin: 20px 0 0 0; padding:0;
	width:440px;
	min-height: 380px;
	float: left;
}

#main #corps_realisation_texte {
	min-height: 360px;
	margin-left:415px;
}

#main #corps_realisation_texte p {
	margin:0 0 10px 0;
	line-height:1.4em;
}

#main #corps_realisation h2 {
	font-size:16px;
	font-weight: bold;
	margin:0 0 15px 0;
}

#main #corps_slideshow {
	width:400px;
	float:left;
}

#main #realisation{
	margin:0; padding:10px 0 0 0;
	background-color: white;
	width: 225px;
	float: left;
}
#main #realisation #realisation_menu img{
	margin:0 0 10px 0; padding:0;
}
#main #realisation #realisation_menu a img{
	border:none;
}
#main #realisation #logo{
	padding-left: 20px;
}


#main #corps_form {
	padding:20px 30px 30px 30px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
}

#main #corps_form p {
	margin-bottom:10px;
}

#main #corps_form table td {
	padding:5px;
}

#main #corps_form table td p {
	margin-bottom:10px;
}

#main #corps_form table td p textarea {
	margin-top:5px;
	width:100%;
}

#main #corps_form p textarea {
	margin-top:5px;
	width:50%;
}

#main #corps_form h1 {
	font-size:22px;
	font-weight: bold;
	margin-bottom:15px;
}



/* pied de page */
#pied_de_page{
	margin:0; padding:0;
	height: 50px;
	background-color: white;
	float:left;
}
#pied_de_page #pied_gauche{
	width:36px;
	background-color: black;
	height: 50px;
	float: left;
	margin:0; padding:0;
}
#pied_de_page #footer{
	margin:0; padding:10px 0 0 30px;
	height: 40px;
	width: 709px;
	float: left;
}
#pied_de_page #footer a{
	text-decoration: none;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#pied_de_page #pied_droite{
	height: 50px;
	width: 225px;
	float: left;
	background-image: url("../images/grille_pied_g.png");
	background-repeat: no-repeat;
	background-position: top left;
	margin:0; padding:0;
}

p.title {
	font-weight:bold;
	font-size:1.1em;
}


/*============ Slideshow =============*/

#slideshow {
	width:400px;
	position:relative;
	margin-bottom:80px;
}

#slideshow #zone_pic {
	width:400px;
	text-align:center;
}
#slideshow #zone_pic li{
	list-style:none;
}

#slideshow #zone_pic img {
	width:392px;
	border:#FFFFFF solid 4px;
	margin-bottom:10px;
}

#slideshow #zone_pic p.description {
	font-weight:bold;
	margin-bottom:10px;
}

#slideshow #selecteur {
	width:400px;
	height:61px;
	position:relative;
}

#slideshow #selecteur a {
	display:block;
	float:left;
	margin-right:5px;
}

#slideshow #selecteur li img {
	height:57px;
	border:#999999 solid 2px;
}


#slideshow #selecteur a#fle_g {
	width:12px;
	height:61px;
	margin-right:7px;
	background:transparent url(images/fle_slideshow_left_u.png) center left no-repeat;
}

#slideshow #selecteur a#fle_g:hover {
	background:transparent url(images/fle_slideshow_left_o.png) center left no-repeat;
}

#slideshow #selecteur a#fle_d {
	width:12px;
	height:61px;
	background:transparent url(images/fle_slideshow_right_u.png) center left no-repeat;
}

#slideshow #selecteur a#fle_d:hover {
	background:transparent url(images/fle_slideshow_right_o.png) center left no-repeat;
}

#slideshow #survol {
	position:absolute;
	top:50px;
	margin-left: -4px;
	padding:30px 0 0 7px;
}

#slideshow #survol p {
	margin:0;
	font-size:0.9em;
}

#slideshow #selecteur li:hover img {
	border:#FFF solid 2px;
	cursor:pointer;
}

#slideshow #selecteur #pic_title {
	width:83px;
	float:left;
	font-size:11px;
	margin-right:10px;
}


#slideshow #selecteur #slider{
	float: left;
	width:264px; height: 61px;
	margin-right:7px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
}

#liste_image{
	width:5000px;
	border:0;
	margin:0;
	padding:0;
	left:60px;
	margin: 0 auto;
}
#liste_image li{
	list-style:none; 
	margin:0; 
	padding:0; 
	border:0; 
	float:left;
	width:90px;
	height:100px;
}
#liste_image li img{
	width:80px; height:57px;
}
#liste_image p{display:none;}
#liste_image h2{display:none;}


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

/*===================  Footer InfoConcept  ===================*/

#footer_ic {
	width:300px;
	margin:0 auto;
	position:relative;
	padding-top:20px;
	}

#footer_ic a img {
	border:0;
	}

#footer_ic p {
	float:left;
	padding-top:5px;
	margin-right:7px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}