* {
	font-family: Arial;
	color: black;
	font-size: 9pt;
}

a {text-decoration: none;}
img {border: 0;}
p {padding:0;margin:0;}
div {padding:0;margin:0;}

body {
	margin:0 auto;
	background:url(../../images/background.gif) #DCDDDF;
	background-position:top;
	background-repeat:no-repeat;
}

#main {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#maindiv {
	display:block;
	float:left;
	width: 1000px;
}

	
#header {
	width: 1000px;
	height: 391px;
}

#logo {
width:220px;
}

#onglets {
	list-style-type: none;
	float:left;
	margin: 0px;
	padding: 0px;
	height:140px;
}
#onglet {
	float:left;
	margin:0px;
	width:259px;
	height:140px;
	padding:0px;
}

#menu {
	width: 220px;
	height: 251px;
}
#visuel {
	float: left ;
	width: 560px;
	height: 250px;
}
#navigation {
	float: left ;
	margin-top:1px;
	padding-top:70px;
	width: 220px;
	height: 180px;
}

#content {
	width: 1000px;
	height:305px;
	background:white;
}
#content_texte {
	float:left;
	width:760px;
	padding-right:20px;
	height:305px;
	background:white;
}
#content_navigation {
	float:left;
	width:220px;
	height:305px;
	background:#F3F3F3;
}
#content_navigation ul {
	width:220px;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#content_navigation li {
	margin:0px;
	height:24px;
	padding:0px;
	padding-top:14px;
	text-align:center;
	background: url(../../images/bottom_fond.gif);
	font-size:8pt;
}
#content_navigation a {
	color:#333333;
	font-size:8pt;
}
#content_navigation a:hover {
	color:black;
	font-size:8pt;
}

#footer {
	width: 1000px;
	padding-top:8px;
	height: 55px;
	text-align:center;
	color:#4D4D4D;
	font-size:8pt;
}
#footer a{
	color:#4D4D4D;
	font-size:8pt;
}

