/* General ==================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	xbackground: #BDD287;
	background: #007993;
	color: #333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
}

img {
	border: none;
	behavior: url("/js/iepngfix.htc");
}

h1 {
	font-size: 14px;
	margin-bottom: 12px;
}

#entete h1 {
	width: 280px;
	margin: 32px 160px 0 0;
	float: right;
}

* html #entete h1 {
	margin: 32px 90px 0 0;
}

h2 {
	font-size: 13px;
}

a:link, a:visited, h1 span {
	text-decoration: none;
	color: #72C043;
}

a:hover {
	color: #888;
}

.obligatoire, .erreur {
color: red;
}

p {
	margin: 5px 0 10px;
	
}

label {
cursor: pointer;
}

.illus {
float: right;
margin: 0 0 15px 15px;
}

.clear {
	clear: both;
}

#corps ul {
	margin: 10px 15px 20px;
}



/* Structure  =================================================================*/
	
#page {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	padding: 1px;
	position: relative;
	text-align: left;
}

#entete {
	height: 256px;
}

#corps {
	padding: 20px 30px 40px;
	}

.temoignages {
	background: url(../images/bg_temoignages.gif) left top no-repeat;
	padding: 25px 0 74px;
	color: #888;
	float: right;
	width: 190px;
	margin: 0 0 0 30px;
	font-size: 11px;
	}	

.temoignages .wrap {
	background: url(../images/bg_temoignages2.gif) right bottom no-repeat;
	}	
	
#pied {
	clear: both;
	background: #82BE22;
	color: white;
	text-align: left;
	font-size: 10px;
	padding: 3px 0 3px 20px;
	}	

/* Entete =================================================================*/

#logo {
	margin: 8px 0 12px 30px;
	float: left;
}

#fleur {
	position: absolute;
	right: -43px;
	top: 0;
	z-index: 100;
	height: 143px;
	width: 181px;
}

#entetemenu {
	list-style: none;	
	background: #DED004;
	height: 20px;
	color: white;
	padding-left: 22px;
	border-top: 1px solid white;
}

* html #entetemenu {
	margin-top: -2px;
	padding-left: 10px;
}

#entetemenu li {
	float: left;
	list-style: none;
	font-size: 11px;
	margin: 3px 10px;
}
#entetemenu a:link, #entetemenu a:visited  {
	color: white;
	font-weight: bold;
	padding-right: 16px;
}

#entetemenu a:hover, #entetemenu a.sel {
	color:  black !important;
}	


/* Corps  =================================================================*/

table td, table {
	background: #333;
	padding: 1px;
}

table img {
	border: 3px solid white;
}

table a:hover {
	border-bottom: 0;
}
	
	
/* Contact =================================================================*/

.formpied, .formcorps  {
text-align: right;
margin: 10px 0;
width: 400px;
}

.formcorps fieldset {
padding: 10px 30px 10px 0;
border: 1px solid #888;
margin: 5px 0;
}

.formcorps fieldset legend{
color: #333;
font-size: 11px;
font-weight: bold;
padding: 0 5px;
}

.envoyer {
border: 1px solid  #72C043;
background:  #72C043;
color: white;
padding: 2px 4px;
font-weight: bold;
cursor: pointer;
	}
	
.envoyerhov {
border: 1px solid #888;
background:  #888;
}

/* Pied  =================================================================*/
#pied a {
	color: white;
	}

#pied img {
	position: absolute;
	z-index: 110;
	bottom: 1px;
	right: 1px;
	}	

/* Realisations */

#real {
margin: 20px 0 !important;
width: 410px;
}

#real li {
list-style: none;
float: left;
margin: 0 4px 2px 0 !important;
}

#real li a img {
border: 1px solid #888;
}

.latentzoom {
cursor: url(/images/zoom/zoomin.cur), pointer; 
outline: none;
}

.latentzoom-caption {
display: none; 
border: 2px solid white;
border-top: none;  
padding: 5px; 
background-color: white;  
}

.latentzoom-display-block {
display: block;}

.latentzoom-display-none {
display: none;}

.latentzoom-loading {
display: block; 
color: white; 
font-size: 9px; 
font-weight: bold; 
text-transform: uppercase; 
text-decoration: none; 
padding: 3px; 
border-top: 1px solid white; 
border-bottom: 1px solid white; 
background-color: black; 
padding-left: 22px; 
background-image: url(/images/zoom/loader.gif); 
background-repeat: no-repeat; 
background-position: 3px 1px;
}

.latentzoom-move {cursor: move;}

