html {
	margin:0;
	padding:0;
}

*{outline: none;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #000;
	margin:0;
	padding:0;
	background: url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#adc3d4;
}

*{ outline: none; }

#main {
	width:970px;
	background-color:#FFF;
	padding:15px;
	margin:0 auto;
}

#header {
	background-color:#181818;
	color:#FFF;
	padding:5px;
	margin:0 auto;
	height:210px;
}

#footer {
	background-color:#000000;
	color:#FFF;
	padding:5px;
	margin:0 auto;
	padding-bottom:20px;
	width:990px;
	height:60px;
	margin:0 auto;
}

#content {
	min-height:700px;
}



#menu {
	background-color:#000;
	color:#FFF;
	padding:5px;
	margin-top:1px;
	height:37px;
	margin-bottom:20px;
}

#menu ul {
	list-style:none;
}

#menu ul li {
	float:left;
	font-size:15px;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	margin-right:40px;
	background-color:#000;
}

#menu ul li a {
	text-decoration:none;
	color:#FFF;
}

#menu ul li a:hover {
	padding-bottom:2px;
	border-bottom:1px solid #666;
}

#menu ul li ul {
display:none;
}
#menu ul li:hover ul {
display:block;
position:absolute;
margin-left:-20px;
margin-top:0px;
}
#menu li:hover ul li {
float:none;
width:100px;
background-color:#000;
padding:8px 10px;
padding-bottom:10px;
}





ul#social {
	float:right;
	margin-right:-8px;
	margin-top:-6px;
}

ul#social li {
	list-style:none;
	margin-right:10px;
}

#ad728_90 {
	width:728px;
	height:90px;
	margin-top:40px;
	background-color:#666;
	color:#000;
	font-size:10px;
	float:left;
	text-align:right;
	visibility:hidden;
}

#date {
	float:right;
}


#footer #about {
	float:right;
	padding:5px;
}

#footer #about a {
	color:#FFF;
	text-decoration:none;	
}

#footer #about a:hover {
	text-decoration:underline;
}

#partners ul {
	margin-top:30px;
	margin-left:10px;
	list-style:none;
	float:left;
}

#partners li {
	float:right;
	margin-right:7px;
	border-right:1px solid #333;
	padding:1px 0px;
	padding-right:5px;
}

#partners a {
	color:#787878;
	text-decoration:none;
}

#partners a:hover {
	text-decoration:underline;
}

#last {
	background-color:#000;
	padding:10px;
	color:#FFF;
	width:612px;
	float:left;
}

#last h1 {
	text-transform:uppercase;
	font-size:20px;
	margin-top:0px;
}

#last a {
	color:#FFF;
	text-decoration:none;
}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0; /* -> 9 */
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}

/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}


#news { margin-top:20px; float:left; }

#news h2 {
position:absolute;
padding:5px;
background-image:url(../img/transparent.png);
background-repeat:repeat;
width:192px;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
bottom:-12px;
}

#news a {
	text-decoration:none;
	color:#FFF;
}

#news img {
border:1px solid #666;
margin-right:12px;
}

#flashnews {
	background-color:#E5E5E5;
	padding:5px;
	color:#000;
	border:1px solid #D9D9D9;
	margin-bottom:20px;
}

#flashnews ul {
	list-style:none;
	margin:0;
}

#flashnews li {
	padding:10px 5px;
}

#flashnews span {
	color:#333;
}

#flashnews li:hover {
	background-color:#CCC;
}

#flashnews a {
	color:#000;
	text-decoration:none;
}

#flashnews h1 {
	margin:3px 2px;
	font-size:18px;
}

table#more_news {
	padding-top:20px;	
}

#more_news ul {
	list-style:none;
	margin:0;
}

#more_news li {
	padding:10px 5px;
	border-bottom:1px solid #CCC;
	width:90%;
}

#more_news a {
	color:#000;
	text-decoration:none;
}

#more_news a:hover {
	text-decoration:underline;
}

#more_news h1 {
	border-bottom:1px solid #333;
	width:90%;
	margin:5px;
}

ul#listing {
	margin-top:0;
}

ul#listing li {
	float:left;
	margin:0;
	margin-bottom:10px;
	padding:10px;
	margin-left:-20px;
	list-style:none;
	width:98%;
	border:1px solid #CCCCCC;
	background-color:#E5E5E5;
}

ul#listing li:hover {
	background-color:#CCCCCC;
}

ul#listing li a {
	color:#000;
	text-decoration:none;
}

ul#listing li img {
	border:1px solid #000;
}

ul#listing h3 {
	font-size:16px;
	font-weight:bold;
	margin:0;
	margin-bottom:10px;
}

#pagination {
	float:left;
	margin-left:5px;
	margin-bottom:10px;
}

#pagination a {
	color:#000;
}