/* CSS Document */

body {
	background-image: url(../images/bkg.png);
	background-repeat:repeat-x;
	_background-image: none;
	_background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #003910;
}

a:hover {
	color: #999;
}

h1 {
	color: #003910;
	font-size: 20px;
	margin-bottom: 0px;
	//margin-bottom: 10px;
	margin-top: -10px;
	position: relative;
	z-index: 700;
}

h2 {
	color: #003910;
	font-size: 16px;
	text-decoration: underline;
}

img {
	border: none;
}

div.img_msg {
	position: relative;
}

div.img_msg div{
	display: none;
	width: 100%;
	height: 33px;
}

div.img_msg:hover div{
	display: block;
	background-image: url(../images/img_hover.png);
	background-position: bottom;
	position: absolute;
   top: 0px; /* on positionne notre infobulle */
   left: 0;
   z-index: 2000;
}

.clear {
	clear: both;
	float: none;
}

#main {
	margin: 0 auto;
	width: 1024px;
}

#header {
	width: 1024px;
	height: 121px;
}

#menu {
	width: 220px;
	margin-top: -25px;
	margin-right: 1px;
	float: left;
	position: relative;
	z-index: 1000;
}

#content {
	
}

#content_top {
	width: 1019px;
	height: 25px;
	background-image: url(../images/content_top.png);
	_background-image: url(../images/content_top_ie6.png);
	background-repeat: no-repeat;
}

#content_center {
	width: 1019px;
	min-height: 350px;
	background-image: url(../images/content_center.png);
	_background-image: url(../images/content_center_ie6.png);
	background-repeat: repeat-y;
	padding-right: 25px;
	position: relative;
	z-index: 500;
}

#content_box {
	width: 750px;
	margin-right: 8px;
	//margin-right: 13px;
	padding: 0 20px;
	min-height: 400px;
	float: right;
	background-image: url(../images/content_box.png);
	background-repeat: repeat-x;
}

#content_bottom {
	width: 1019px;
	height: 30px;
	background-image: url(../images/content_bottom.png);
	_background-image: url(../images/content_bottom_ie6.png);
	background-repeat: no-repeat;
}

/*#content {
	width: 1024px;
	height: 600px;
	background-image: url(../images/content.png);
	background-repeat: no-repeat;
}*/

#footer {
	float: right;
	width: 1024px;
	text-align: center;
	color: #666;
	font-size: 10px;
	margin-top: 4px;
}

.msgValid {
	padding: 20px 0;
	margin-top: 15px;
	text-align: center;
	border: 1px solid #666;
	display: block;
	background-color: #FFF;
	float: none;
	clear: both;
	color: #060;
	background-image: url(../images/valid.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.msgNotValid {
	padding: 20px 0;
	margin-top: 15px;
	text-align: center;
	border: 1px solid #666;
	display: block;
	background-color: #FFF;
	float: none;
	clear: both;
	color: #900;
	background-image: url(../images/notValid.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.msgNotValid li {
	margin-left: -50px;
}

/**************************** CONTACT ********************************************/
.contact {
	color: #CCCCCC;
	margin-top: 15px;
}

.contact div {
	float: left;
}

.contact label {
	width: 150px;
	display: block;
	margin-left: 20px;
	color: #666;
	font-size: 13px;
}

.contact [type=submit] {
	background-color: #EEEEEE;
	border: 1px outset #E0D8D1;
	color: #333333;
}

.contact input, .contact textarea {
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #333333;
	color: #483A31;
	overflow:auto
}

input.input {
	width: 210px;
}

textarea.message {
	width: 450px;
	height: 150px;
}

input.sujet {
	width: 450px;
}

.contactError input, .contactError textarea {
	border: 1px solid #990000;
	background-color: #F6F6F6;
}

.error, .contactError label {
	color: #990000;
	font-weight:bold;
}

.descContact {
	float: left;
	height: 360px;
	width: 210px;
	padding-left: 30px;
	margin-left: 30px;
	margin-top: 10px;
	font-size: 14px;
	color: #333;
	border-left: 1px dotted #666;
	line-height: 1.5;
}

.refe {
	width: 245px;
	float: left;
}

.refe li {
	line-height: 1.3;
	list-style-type: none;
	margin-left: -20px;
}

.pic_nav {
	float: left;
}

.pic_nav img {
	border: 1px solid #666;
}

.pic_nav table {
	width: 502px;
	background-color: #F6F6F6;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

.pic_nav td{
	text-align: center;
	width: 302px;
}

.pic_nav td a {
	display: block;
	text-decoration: none;
}

.pic_nav td a:hover {
	text-align: center;
	background-color: #FFF;
	color: #333;
}

td.remote {
	width: 50px;
}

.slideshow img{
	width: 300px;
	border: 1px solid #666;
}