@charset "iso-8859-1";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

a,input,textaera,form{position:relative; z-index:2;}

body{
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/fond.jpg) #14a0af no-repeat top center fixed;
	font-size:13px;
	color:#cccccc;
}

h1{
	position:absolute;
	width:900px;
	left:50%;
	margin-left:-450px;
	font-size:13px;
	text-align:center;
}

a{
	color:#FFFFFF;
	text-decoration:none;
}

.titre{
	color:#8ccfdb;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

#haut{
	background:url(../images/ombre_haut.png) bottom center no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ombre_haut.png', sizingMethod='crop');
	width:940px;
	height:20px;
	margin:0px auto 0px auto;
}

#conteneur{
	background:url(../images/ombre.png) center repeat-y;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ombre.png', sizingMethod='scale');
	width:940px;
	height:auto;
	margin:0px auto 0px auto;
}

#contenu{
	width:900px;
	height:629px;
	margin:0px auto 0px auto;
	background:url(../images/index.jpg) no-repeat;
}

html<body #conteneur #contenu{
	height:auto;
	min-height:300px;
}

#centre{
	width:620px;
	margin:0px auto 0px auto;
	height:291px;
	padding-top:150px;
	text-align:center;
	
}

#gauche{
	width:310px;
	margin:0px auto 0px auto;
	height:291px;
	float:left;
	background:url(../images/index-g.png) no-repeat;
}

#droite{
	float:left;
	width:310px;
	margin:0px auto 0px auto;
	height:291px;
	background:url(../images/index-d.png) no-repeat;
}

#texte{
	width:820px;
	height:auto;
	text-align:center;
	margin:0px auto 0px auto;
}
	
#texte p {
	padding:10px;
}

#promo{
	width:420px;
	height:173px;
	text-align:center;
	margin:-150px auto 0px auto;
	background:url(../images/promo_index.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/promo_index.png', sizingMethod='crop');
	color:#FFF;
}

#titre_promo{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#cccccc;
	letter-spacing:2px;
}

#promo p {
	padding:60px 20px 0px 20px;
}


#footer{
	clear:both;
	width:900px;
	height:20px;
	margin:20px auto 0px auto;
	color:#333366;
	text-align:center;

}
#footer p{
	 
	padding-top:15px;
	text-align:center;
	font-weight:bold;

}
#footer a
{
color:#414040;
text-decoration:none;

}
#footer a:hover
{
color:#414040;
text-decoration:underline;

}

#bas{
	background:url(../images/ombre_bas.png) center top no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ombre_bas.png', sizingMethod='crop');
	width:940px;
	height:20px;
	margin:0px auto 0px auto;
}
