/* @override http://www.tds38.com/design/css/global2.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;
}

a img{
	border: none;
}

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

h5{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	line-height: 1,1em;
}

h6{
	line-height: 1em;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	color: #4472ff;
}

ul{
	line-height: 2.5em;
}

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

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

#centre{
	position: relative;
	width: 835px;
	margin-left:50%;
	left: -417px;

}

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


#droite{
	position: absolute;
	top: 60px;
	left: 450px;
}


#droite a img{
	border: none;
}
#bottom{
	font-weight: bold;
	font-size: 1.2em;
	margin-top: -25px;
	}
	
	#bottom a{
	color: #004389;
}