body {
	text-align: center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(images/logo-fond-page.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#lng {
	float: right;
	border: 1px solid #CCCCCC;
	position: absolute;
	right: 10px;
	top: 10px;
}
#lng ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #FFFFFF;
}
#lng li {
	margin: 0px;
	color: #CCCCCC;
	padding: 2px;
	height: 20px;
	width: 20px;
}
#lng a {
	text-decoration: none;
	color: #666666;
	background-color: #FFFFFF;
	padding: 2px;
}
#lng a:hover {
	text-decoration: none;
	color: #000000;
	border: 1px solid #666666;
	padding: 2px;
}

#container {
	width: 700px;
	text-align: left;
	margin: 0 auto;
}
#page {
	border: 1px solid #000000;
	background-color: #e5e5e5;
}
#entete {
	height: 120px;
}

#zone-gauche {
	width: 180px;
	position: relative;
	float: left;
}
#home-contact {
	height: 50px;
}
#home-contact p {
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#home-contact a {
	color: #000000;
	text-decoration: none;
}
#home-contact a:hover {
	color: #D3020C;
	text-decoration: underline;
}

#menu {
	width: 180px;
	background-color: #cecece;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}
#menu li {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	line-height: 20px;
	color: #666666;
	font-style: italic;
}
#menu  a, menu a:hover {
	text-decoration: none;
	display: block;
	padding-right: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 20px;
	font-style: normal;
}
#menu a {
	color: #000000;
}
#menu a:hover {
	color: #003399;
	background-color: #b9c3d3;
}
#zone-droit {
	width: 490px;
	float: right;
	position: relative;

}
#titre {
	height: 50px;
}
#titre p {
	font-weight: bold;
	font-size: 18px;
	padding-top: 24px;
	margin: 0px;
}
.titre-actu {
	font-weight: bold;
	font-size: 13px;
	padding-top: 12px;
	margin: 0px;
}
#texte {
	background-color: #FFFFFF;
	padding: 20px;
	font-size: 12px;
	margin-right: 20px;

}
#texte p {
	margin: 0px;
	padding: 0px 0px 20px;
}
#texte ul {
	font-size: 12px;
	list-style-position: outside;
	margin-bottom: 20px;
	margin-top: 0px;
}
#texte li {
	margin: 0px;
	font-size: 12px;
	padding-bottom: 6px;
}
#texte #actu {
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	width: 410px;
	float: right;
	border: 1px dashed #666666;
	padding: 10px;

}
#actu p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


#pied { height: 150px; 
}

#copy {
	font-size: 10px;
	text-align: left;
	color: #666666;
	padding-top: 10px;
}
#copy a {
	color: #666666;
	text-decoration: none;
}
#copy a:hover {
	color: #3A33AB;
	text-decoration: underline;
}


a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #D3020C;
	text-decoration: none;
}

/*  CLASSES   */

.intertablo {
	height: 20px;
}
.chapitre {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	color: #666666;
	font-style: italic;
}
.sscat {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #000000;
}
.right {
	text-align: right;
}
.sponsors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	color: #999999;
}



.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}

