/* General ==================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	background:  white;
	font-size: 13px;
}

#page {
margin-left: 0 !important;
width: 750px !important;
}

#entete {
border-top: 0;
height: 20px;
background: none;
}

#logo {
margin: 0 20px 20px;
}

#entete .content {
margin-top: 0;
}

#entete.home{
background: none;
}


a {
	color: black !important;
	text-decoration: underline !important;
}

a.linkhome {
padding: 10px 0 10px 200px !important;
text-decoration: underline !important;
}


#menu, #menutop, #pied, #dernieres_nouvelles, #sousmenu {
display: none;
}

#corps .content {
margin-left: 0 !important;
}

