#container {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 100%;
}

#menu {
	float: left;
	width: 685px;
	background-color: #00AAD2;
	height: 30px;
	display: block;
	border-radius: 0px 0px 10px 10px;
}

#menu ul {
	margin: auto 0px;
	padding: 3px 0;
	display: block:
}

#menu li {
	display: inline;
	list-style: none;
	color: #FFFFFF;
	font-weight: bold; 
	font-variant: small-caps;
	font-size: 18px; 
	letter-spacing: -0.5px;
	padding-left: 10px;
}

#menu a {
	color: #333333;
	text-decoration: none;
}

#menu a:hover {
	color: #F39B1C;
}

#fillin {
	float: left;
	width: 685px;
	height: 85px;
	text-align: right;
	font-size: 14px;
}

#logo	{
	float: left;
	width: 260px;
}

#logo img	{
	border: none;
	text-align: center;
}

html,body	{
	background-color: #343333;
	font-size : 14px;
	font-family : "Verdana","Arial", "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Futura", "Helvetica", sans-serif;
	vertical-align:top;
}

h1	{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
	color : white;
	margin-bottom : 20px;
	margin-top: 10px;
	text-align: center;
}

h2	{
	color : #00AAD2;
	font-variant: small-caps;
	font-size : 15px;
	padding-top: 10px;
	font-weight : bold;
	text-align: left;
}

#content-left {
	margin-top: 50px;
	padding: 0px 10px 20px 10px;
	clear: both;
	float: left;
	width: 650px;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #333333;
	border-radius: 10px;
}

#content-left div {
	padding: 0px 15px;
	margin: 0px;
}

#content-left a {
	color: #00AAD2;
	text-decoration: none;
	font-weight: bold;
}

#content-left a:hover {
	color: #F39B1C;
}

#content-left p {
	text-align: justify;
	padding-bottom: 20px;
}

#content-left .left {
	text-align: left;
	width: 600px;
}

#content-left .right {
	text-align: right;
}

#content-left ul.inter {
	line-height: 2;
}

#content-right {
	float: right;
	width: 245px;
	background: #00AAD2;
	margin-top: 50px;
	color: #333333;
	text-align: center;
	border-radius: 10px;
}

#content-right a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.blanc {
	color: #FFFFFF;
}

.gris {
	color: #333333;
}

.bleu {
	color: #00AAD2;
}

.orange {
	color: #F39B1C;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 12px;
}