﻿/*---- MENU ----*/
#menu {
	width: 600px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 50px; 
	text-align: justify;
	font-size: 14px;
	font-family: century gothic, arial, sans-serif;
	color: white;
}
#menu a{
	text-decoration: none;
	font-weight: bold;
	color: #e95d0f;
}
#menu a img{
	border: none;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
#menu a img.floatleftsansmargin{
	border: none;
	float: left;
	margin-right: 0px;
	margin-bottom: 8px;
}
/*---- CORPS ----*/
#corps {
	width: 600px;
	margin-left: auto; 
	margin-right: auto;
	text-align: justify;
	font-size: 14px;
	font-family: century gothic, arial, sans-serif;
	color: black;
}
#corps p{
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px; 
	margin-bottom: 10px;	
}
#corps a{
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #e95d0f;
}
#corps img.floatleft{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
#corps img.floatleftsansmargin{
	float: left;
	margin-right: 0px;
	margin-bottom: 8px;
}
#corps img.floatright{
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
#corps img.floatrightsansmargin{
	float: right;
	margin-left: 0px;
	margin-bottom: 8px;
}
#corps a img{
	border: none;
}
#corps img{
	margin-bottom: 8px;
}
#corps .vert{
	background-color: #becf38;
	height: 4px;
	border: none;
}
#corps .orange{
	background-color: #e95d0f;
	height: 2px;
	border: none;
}
/*---- TITRES ----*/
h1{
	color: #e95d0f;
	font-size : 20px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	}
h2{
	color: #e95d0f;
	font-size : 16px;
	margin-top: 20px;
}

