/* CSS : VALIDATION FORM */
.invalidInput{
	background: url('faux.png') no-repeat center right;}.validInput{
	background: url('vrai.png') no-repeat center right;}

*{
	margin: 0;
	padding: 0;
}

td{
	padding-left: 10px;}

body {
	background: #404347 url(../images/bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f7f7f7;
}

fieldset{
	border: 1px solid #60C3DB;
	margin: auto;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
	
legend{
	color: #60C3DB;
	font-weight: bold;
}

a { color: #60C3DB; text-decoration: none; }
a:hover { text-decoration: underline; }

#left{
	float: left;}
	
#right{
	float: left;
	margin-left: 25px;
	margin-top: 15px;}

#wrap {
	width: 980px;
	margin: 0 auto;
}

#header {
	margin: 40px 0 50px 0;
}
#header h1 {
	font-size: 26px;
	font-weight: 100;
	letter-spacing: -2px;
}
#header h1 a {
	color: #FAFFB0;
	text-decoration: none;
}
#header h1 a:hover {
	color: #eee;
	text-decoration: none;
}
#header h2 {
	color: #999;
	font-size: 18px;
	font-weight: 100;
}

#content {
	float: right;
	width: 665px;
	padding: 0 20px 20px 20px;
	border-left: 1px dotted #aaa;
	text-align: justify;
	clear: both;
}
#content h2 {
	color: #B0FFBD;
	font-size: 16px;
	font-weight: 100;
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 10px;
}
#content h2 a {
	color: #B0FFBD;
	text-decoration: none;
}
#content h2 a:hover {
	color: #eee;
}
#content h3 {
	color: #FAFFB0;
	font-size: 15px;
	font-weight: 100;
}

#leftmenu {
	float: left;
	width: 250px;
	padding: 0 20px 20px 0;
}
#leftmenu h2 {
	border-bottom: 1px dotted #aaa;
	padding: 10px 0 5px 0;
	margin-bottom: 10px;
	color: #B0FFBD;
	font-size: 16px;
	font-weight: 100;
}
#leftmenu ul {
	list-style-type: none;
	padding: 0 0 10px 0;
}

#footer {
	margin-top: 20px;
	border-top: 1px dotted #aaa;
	font-size: 11px;
	text-align: center;
	padding: 10px 0 10px 0;
}
#footer a { 

}
#footer a:hover {
}

#tel{
	height: 25px;
	background: url(../style/tel.png) no-repeat;
	margin-top: 10px;
	padding-top: 4px;
	padding-left: 30px;
	font-weight: bold;
}

#gsm{
	height: 25px;
	background: url(../style/gsm.png) no-repeat;
	margin-top: 10px;
	padding-top: 4px;
	padding-left: 30px;
	font-weight: bold;
}

.red{
	font-weight: normal;
	color: red;}

.center{
	text-align: center;}
	
.alert{
	font-weight: bold;
	font-size: 12px;
	color: red;}
	
.intitule{
	font-weight: bold;
	font-size: 11px;
	color: #60C3DB;}
	
.input{
	border: 1px solid #60C3DB;
	font-family: Verdana, sans-serif;
	font-size: 11px;}
	
.bouton{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: 18px;
	padding-bottom: 2px;
	background-color: #60C3DB;
	border: 0px;
	text-align: center;}
	
/* GALERY */
#dhtmlgoodies_slideshow{
	width:600px;	/* Total width of slideshow */
}
	
#previewPane{
	border:1px solid #60C3DB;
	margin-bottom:10px;	
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	position:relative;
	/* CSS HACK */
	height: 432px;	/* IE 5.x */
	height/* */:/**/420px;	/* Other browsers */
	height: /**/420px;
}
	
#previewPane img{
	line-height:400px;
}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:0.9em;
}
#galleryContainer{
	height:102px;	/* Height of the images + 2 */
	border:1px solid #60C3DB;
	position:relative;
	overflow:hidden;
	padding:1px;
	/* CSS HACK */
	height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/102px;	/* Other browsers */
	height: /**/102px;
}
#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #404347;
	padding:1px;
}
#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #404347;
	padding:1px;		
}
#theImages{
	position:absolute;
	height:100px;
	left:40px;
	width:100000px;
}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}

#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;	
}
	
#theImages .imageCaption{
	display:none;
}
