/* @override http://www.tds38.com/design/css/global.css */

body{
	background: #004389 repeat-x 0 0;
	margin: 0;
	padding: 0;
	font: 0.8em/1.5em verdana, "Century Gothic", "Helvetica Neue LT Std", sans-serif;
}

h1{
	font-size: 1.3em;
	color: #4a9b3e;
	font-weight: bold;
	margin-top: 45px;
	
}



#corps{
	background-color: #ffffff;
	width: 1000px;
	height: 100%;
	position: relative;
	margin-left: 50%;
	left: -500px;
}

#top{
	background:url(/design/images/top.jpg) repeat-x 0;
	width: 1000px;
	height: 64px;
	
}

#menu{
	width: 140px;
	height: 100%;
	float: left;
}

#menu a img{
	margin: 5px;
	border: none;
}

#centre{
	width: 835px;
	margin-left: 162px;

}

#texte{
	width: 570px;
	text-align: justify;
	color: #004389;
}

#droite{
	position: absolute;
	top: 220px;
	left: 765px;
	background-color: #ffffff;
	width: 190px;
}

#droite img{
	margin-bottom: 25px;
	
}

#droite a img{
	border: none;
}