* { padding:0; margin:0; }

html, body {
	height:100%;
	padding:0;
	margin:0;
	border:0;
}

a:focus { outline:none; }
#contenu a { color:#c10a3b;
	 text-decoration:none; }
#contenu a:hover { text-decoration:underline; }
#clList a{
	text-decoration:none;
	color:#969595;
}
#clList a:hover{
	text-decoration:none;
	color:#b50938;
}
body {
	font-size:75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#474747;
}

#main {
	height:100%;
	padding:0;
	margin:0 auto;
	border:0;
}

#main .tableCell {
	height:100%;
	padding:0;
	margin:0;
	border:0;
	text-align:center;
	vertical-align:middle;
}

#StyleFond {
	background-color:#ffffff;
	width:969px;
	height:606px;
	background-repeat:no-repeat;
	background-image:url(../images/fonds/default.gif);
}

#topMenuSpacer { padding-top:85px; }

::-moz-selection {
background:#c10a3b;
color:#fff;
}

::selection {
background:#c10a3b;
color:#fff;
}

*selection {
	background:#c10a3b;
	color:#fff;
}

/*********************** MENU ***********************************/


#menu {
	width:949px;
	height:27px;
	color:#474747;
	font-size:11px;
	text-align:right;
	font-weight:bold;
	padding-top:5px;
	padding-right:20px;
}

#menu a {
	color:#00FF00;
	text-decoration:none;
	padding-left:20px;
	padding-right:24px;
}

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

/*********************** FIN DU MENU  ***************************/

#contenu {
	height:443px;
	width:969px;
}

.titre {
	font-size:18px;
	color:#535353;
}

.sousTitre {
	font-size:22px;
	color:#c10a3b;
}

.description {
	width:512px;
	color:#535353;
	font-size:13px;
}

#footer {
	height:28px;
	width:969px;
	color:#fff;
	font-size:11px;
	text-align:right;
}

#footer .lang { font-weight:bold; }

#footer .lang a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#footer .lang a:hover {
	color:#000000;
	text-decoration:none;
}

