/*Feuille de style special homepage, copyright LunaWeb 2007*/

#site #contenuhome {
	width: 988px;
	display: auto;
	float: left;
}
/*Contenu G*/
#contenug {
	display: block;
	width: 555px;
	float: left;
	padding: 20px 15px 0 15px;
	
}

#contenug h1 {
	font-size: 1em;
	border-bottom: 1px solid #ff8400;
	margin: 0 0 10px 0;
}

#contenug h2 {
	font-size: 1.2em;
	border-bottom: 1px solid #ff8400;
	margin: 0 0 10px 192px;
}

#contenug p {
	font-size: 0.8em;
	margin: 10px 0;
}

#contenug a {
	color: #ff8400;
	text-decoration: none;
}

#contenug a:hover {
	color: #005173;
	text-decoration: underline;
}


/*Contenu D*/
#contenud {
	display: block;
	float: right;
	width: 385px;
	padding: 20px 15px 0 0;
}

#contenud #actus {
	display: block;
	float: right;
	background: #ff8400 url(../img/css/bg-actus.jpg) bottom left repeat-y;
	display: block;
	width: 380px;
	min-height: 156px;
	border: 1px solid #000;
	margin-bottom: 15px;
	
}

#contenud #actus h2 {
	text-transform: uppercase;
	font-size: 0.8em;
	color: #fff;
	background: #005173 url(../img/css/bg-actus-titre.jpg) top left repeat-x;
	padding: 2px 0 0 10px;
	margin-bottom: 10px;
	height: 18px;
	font-weight: bold;
}

#contenud #actus ul {
	list-style-type: none;
	float: left;
	width: 100%;
	margin-top: -10px;
}

#contenud #actus ul li {
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	margin: 10px 5px 5px 10px;
	width: 265px;
}

#contenud #actus ul li span.titreactus {
	font-size: 1em;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: underline;
}

#contenud #actus a { 
	color: #000;
	border-bottom: 1px dotted #000;
	text-decoration: none;
	line-height: 20px;
}

#contenud #actus a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#contenud #accesforum a {
	display: block;
	float: right;
	width: 283px;
	height: 114px;
	border: 1px solid #000;
	background: #ff8400 url(../img/css/acces-forum.jpg) top left no-repeat;
	margin: 0 0 15px 0;
}
