body
{
	background-color: white;
	margin: auto;
	width: 90%;
}

#tete
{
	width: 100%;
	height: 50px;
	background-color: orange;
	margin-left: 10px;
	padding-top: 20px;
}

#tete a
{

	width: 559px;
	height: 50px;
	border: none;
	display: block;
}


#corps
{
	font-size: 20px;
	color: black;
	margin-left: 26%;
	
}

#corps p
{
	border-left: 1px solid orange;
	border-bottom: 1px solid orange;
	padding: 3px;
	text-align: justify;
	font-family: Calibri;
	text-indent: 10px;
}

#corps p:hover
{
	background-color: orange;
}

#corps a
{
	text-decoration: none;
	color: orange;
	background-image: none;
}


#corps a:hover
{
	color: orange;
}


#menu_all
{
	float: left;
	width: 22%;
	margin-top: 10px;
	font-family: Calibri;
	padding: 1%;
	
	
}


.menu
{
	color: white;
	width: 100%;
	margin-top: 10px;
	border: 2px solid orange;
	background-color: orange;
	
}


.menu a
{
	display: block;
	padding-left: 5px;
	margin: auto;
	width: 98%;
	font-family: Calibri;
	height: 20px
	color: white;
}


.menu a:hover
{
	background-color: white;
	color: orange;
}



.copyright
{
	color: black;
	width: 98%;
	font-size: 11px;
	padding: 1%;
	border-top: 1px solid orange;
	text-align: center;
	font-family: Calibri;
}



.derniers_ajouts
{
	
	width: 100%;
	color: orange;
	border: 2px solid orange;
	border-top: none;
	clear: both;
	padding-top: 3px;
}


.derniers_ajouts p
{
	text-align: center;
	vertical-align: center;
	font-size: 12px;
	
}

h2
{
	font-family: Calibri;
	border-bottom: 1px dashed orange;
}

.menu h1
{
	text-align: center;
	color: white;
	font-family: Calibri;
}

.logo
{
	background-image: url(logo.png);
	width: 559px;
	height: 50px;
}


.logo:hover
{
	background-image: url(logo_hover.png);
}

.image_news
{
	float: left;
}

.image_news2
{
	float: right;
}