@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	width:990px;
	height:auto;
	background-color:white;
	background-image: url(images/background-Deg.jpg);
	background-repeat: repeat-y;
	background-position:center;
	font-family:Verdana;
	font-size:12px;
	color:#666666;
}

h2{
	font-size:14px;
	margin:0;
	color:white;
	font-weight:500;
	padding-top:3px;
}

#contenu h2{
	padding-left:15px;
}

p img{
	margin-left:245px;
}
	
a{
	text-decoration:none;
	color:#6f3f0f;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
	float:left;
}

#footer a{
	color:white;
}
	
#footer a:hover{
	color:white;
}
	
#header{
	background-image:url(images/header.jpg);
	width:990px;
	height:120px;
}

#menu{
	height:118px;
	width:990px;
}

#conteneur{
	background-image:url(images/background.png);
	width:990px;
	min-height:620px;
	height:auto;
	padding:25px 0px;
}

#menu-gauche{
	width:250px;
	height:auto;
	text-align:center;
	margin:0px 0px 0px 30px;
}

#courses{
	width:212px;
	height:auto;
	float:left;
	margin-bottom:25px;
}

#services{
	margin-bottom:25px;
	height:auto;
	float:left;
}

#menu-courses{
	background-image:url(images/menu-courses.png);
	width:212px;
	height:24px;
}
	
#bas-menu{
	background-image:url(images/bas-menu.png);
	width:212px;
	height:17px;
}

#contenu-courses{
	border-left:solid thin #597903;
	border-right:solid thin #597903;
	width:210px;
	height:72px;
	padding-top:15px;
	background-color:white;
	text-align:center;
}

#contenu-courses img{
	padding:10px 10px 10px 15px;
}

#contenu-services{
	border-left:solid thin #597903;
	border-right:solid thin #597903;
	width:210px;
	height:auto;
	padding-top:15px;
	background-color:white;
}


#left{
	width:212px;
	height:auto;
	float:left;
}

#haut-menu{
	background-image:url(images/haut-menu.png);
	width:212px;
	height:24px;
}

#contenu-left{
	border-left:solid thin #597903;
	border-right:solid thin #597903;
	background-color:white;
	width:210px;
	height:auto;
}

#contenu-left p{
	margin:0px;
	text-align:justify;
	padding:15px 15px 0px 15px;
}

#haut-contenu-border{
	background-image:url(images/haut-contenu-border.png);
	width:693px;
	height:17px;
	background-repeat:no-repeat;
}

#haut-contenu{
	background-image:url(images/haut-contenu.png);
	width:693px;
	height:24px;
}

#bas-contenu{
	background-image:url(images/bas-contenu.png);
	width:693px;
	height:17px;
	margin-bottom:25px;
}

#contenu{
	width:693px;
	height:auto;
	float:right;
	text-align:justify;	
	margin: 0px 30px 0px 0px;
}

#contenu-principal p{
	text-align:justify;
	padding:15px 15px 0px 15px;
	margin:0;
}

#contenu-principal{
	border-left:solid thin #85ab22;
	border-right:solid thin #85ab22;
	background-color:white;
	width:691px;
	height:auto;
	margin:0;
}

#contenu-images{
	border-left:solid thin #85ab22;
	border-right:solid thin #85ab22;
	background-color:white;
	width:691px;
	height:auto;
	margin:0;
}

#footer{
	width: 990px;
	height:30px;
	background-color:#6f3f0f;
	float:left;
}

#footer ul{
	list-style-type:none;	
	color:white;
	font-size:11px;
	display:block;
	line-height:10px;
	margin-left:350px;
}

#footer li{
	float:left;
	padding-right:20px;
	text-align:center;
}

#contenu-services ul{
	list-style-type:square;
	text-align:left;
	padding-left:25px;
	margin:0;
	line-height:23px;
	background-color:white;
}

#contenu-services a{
	color:#666666;
}

form{
	margin-left:150px;
	padding-top:17px;
}

input{
	border:solid thin #85ab22;
	color:#6f3f0f;
	background-color:white;
}

#envoyer{
	font-weight:bold;
	cursor:pointer;
}

textarea{
	border:solid thin #85ab22;
	color:#6f3f0f;
	font-family:Verdana;
	font-size:12px;
}

#erreur{
	color:#6f3f0f;
}