* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	background-color: #585858;
	text-align: center;
}

a {
	color: #CE0303;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

h1 {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 20px;
}

#global {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

#langs {
	height: 26px;
	width: 793px;
	line-height: 26px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#langs a {
	color: white;
}

#main_frame {
	margin-left: auto;
	margin-right: auto;
	border-top: 4px solid #CE0303;
	border-bottom: 4px solid #CE0303;
	background-color: #E7E7E7;
}

#header {
	margin-top: 1px;
	margin-bottom: 1px;
	width: 793px;
	margin-left: auto;
	margin-right: auto;
}

#navigation {
	padding: 0;
	width: 793px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	background: url(../../medias/bg_mainnav.jpg);
	text-align: left;
}

#nav li a span {
	display: none;
	position: absolute;
	left:0;
	top: -5000px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav .nav_main {
	float: left;
}

#nav li ul {
	position: absolute;
	left: -999em;
	padding: 0 0 5px 0;
	display: block;
	z-index: 10;
}

#nav li ul.cols1 {
	background: url(../../medias/bg_submenu_cols1.gif) bottom left no-repeat;
	width: 160px;
}

#nav li ul.cols2 {
	background: url(../../medias/bg_submenu_cols2.gif) bottom left no-repeat;
	width: 320px;
}

#nav li ul.cols3 {
	background: url(../../medias/bg_submenu_cols3.gif) bottom left no-repeat;
	width: 480px;
}

#nav li ul li {
	width: 160px;
	height: 15px;
	padding: 1px 0 1px 10px;
	line-height: 15px;
}

* html #nav ul li ul li {
	position: relative;
}

#nav li ul li.column1 { margin-left: 0; }
#nav li ul li.column2 { margin-left: 160px; }
#nav li ul li.column3 { margin-left: 320px; }

#nav li ul li.reset {
  margin-top: -255px;
}

#nav li ul li a {
	color: white;
}

#nav li ul li a:hover {
	color: white;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover #smenu1, #nav li.sfhover #smenu1 {
	margin-left: 50px;
	height: 257px;
}

#nav li:hover #smenu2, #nav li.sfhover #smenu2 {
	margin-left: 0px;
	height: 257px;
}

#nav li:hover #smenu3, #nav li.sfhover #smenu3 {
	margin-left: 15px;
}

#nav li:hover #smenu4, #nav li.sfhover #smenu4 {
	margin-left: 15px;
}

#content_frame {
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 11px;
	width: 793px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
}

#home_headline {background: url(../../medias/bg_headline_home.gif);width: 387px;float:left;}
#home_headline_adjust {padding: 10px;}
#home_headline h1 {line-height: 20px;}
#home_headline .headline_img {margin: 10px 0;}
#home_headline p {line-height: 16px;}

#home_newslist {background: url(../../medias/bg_newslist_home.gif);width: 239px;float: left;margin-left: 11px;}
#home_newslist #archives {text-align: right;padding-top: 8px;}
#home_newslist_adjust {padding: 10px;}
.home_news_left {float: left;width: 63px;}
.home_news_right {float: left;width: 150px;margin-bottom: 8px;}
.home_news_right a {font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;font-size: 11px;color: black;font-weight: bold;line-height: 14px;}

#home_links {background: url(../../medias/bg_links_home.gif);width: 144px;float: left;margin-left: 11px;}
#home_links_adjust {padding: 10px;}
.home_link {margin-top: 1px;}
.home_link_left {float: left;width: 50px;}
.home_link_right {float: left;width: 72px; height: 45px;}
.home_link a {font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;font-size: 11px;color: black;line-height: 14px;}

#home_partners_content {background: url(../../medias/bg_partners_home.gif);width: 793px;text-align: center;}
#home_partners_content_adjust {padding: 10px;}
#home_partners_content img {padding: 0;}

.date {
	color: #CE0303;
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#fulltext_adjust {
	padding: 5px 15px 5px 15px;
}

.free_text {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 17px;
}

.free_text h1 {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #CE0303;
	line-height: 30px;
}

.free_text h2 {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #CE0303;
	margin-left: 20px;
	line-height: 25px;
}

.free_text p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.free_text td {
	border: 1px solid #CCC;
}

.free_text blockquote {
	padding-left: 20px;
}

.free_text ul, .free_text ol {
	list-style-type: squared;
	margin-left: 20px;
}

.free_text li {
	margin-left: 20px;
}

.event {
	padding: 10px 0;
	background: url(../../medias/bg_event.gif) repeat-x top left;
}

.event_date {
	color: #CE0303;
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.event_titre {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-left: 2px;
}

.event_description {
	padding: 5px 0;
}

#news_detail {
	width: 450px;
	padding-left: 20px;
	float: left;
}

#footer {
	color: white;
	line-height: 26px;
}

#footer a {
	color: white;
}

/* Formulaire */

#form_title, #form_footer {
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: white;
	font-weight: bold;
	background-color: #D30B0B;
	margin: 0;
	padding: 5px;
}

#form_footer {
	text-align: right;
}

#form_footer input {
	font-size: 13px;
	font-weight: bold;
	background-color: #FFF;
	border: 1px solid #B80000;
}

#form_body {
	background: #FFF;
	margin: 0;
	padding: 1em;
	height: 90px;
}

html>body #form_body {
	height: auto;
	min-height: 90px;
} 

#form_body fieldset {
	margin: 0 15px 0 0;
	font-style: normal;
	padding: 0 1em 1em;
	width: 325px;
	float: left;
}

#form_body legend {
	font-weight: bold;
	color: black;
	background: transparent;
}

#form_body p {
	padding: .2em 0;
	margin: 0 0 .2em 0;
}

#form_body fieldset#coordonnees label, #form_body fieldset#sports label {
	float: left;
	width: 30%;
	text-align: right;
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;
}

#form_body label:hover, #form_footer input {
	cursor: pointer;
}

#form_body label.oblig {
	font-weight: bold;
}

#form_body .legende {
	font-style: italic;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 0;
}

#form_body input,textarea,select {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	border: 1px solid #B80000;
}

#form_body .focus {
	background: #E7E7E7;
	color: black;
}

#form_body .normal {
	background: white;
	color: black;
}

#envoi_ok {
	display: block;
	clear: both;
}

/* Recherche */

#search {
	width: 224px;
	float: left;
	margin-right: 14px;
	z-index: 0;
}

#search input, #search select {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

#search #freesearch {
	margin: 12px 0 0 15px;
	width: 150px;
	vertical-align: middle;
}

#search select {
	border: 1px solid #A9AAAC;
	width: 145px;
}


#search label {
	float: left;
	width: 60px;
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;
}

#search #type_infos {
	line-height: 25px;
	margin-left: 10px;
}

#search .special_events {
	margin: 5px 0 5px 30px;
}

#search #search_footer {
	width: 224px;
	height: 26px;
	background: url(../../medias/bg_search_bottom.gif) top left no-repeat;
}

#search #search_go {
	margin-top: 3px;
	margin-left: 8px;
	vertical-align: bottom;
}

#search_results {
	width: 525px;
	float: left;
}

#search_news {
	padding: 5px;
}

#search_news .news_date {
	color: #CE0303;
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#search_news .news_titre a {
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#search_news .news_titre a:hover {
	text-decoration: underline;
}

#privacy {
	text-align: left;
	background-color: white;
	padding: 10px;
}

#privacy h1 {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #CE0303;
	margin: 10px 0 10px 0;
}

