/* CSS Document */


/*-----> Redefinition de balises globales <-----*/
body {
	background-color: #ffffff;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

table, td {
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #999999;	
}

a:hover {
	color: #FF0000;
}

ul {
	margin: 0;
	padding: 0;
}
blockquote {
	margin: 0 0 0 15px;
	padding: 0;
}

#col_centrale table.contentpaneopen ul   {
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}
#col_centrale table.contentpaneopen ul li {
	padding: 0;
	margin: 0;
}
#col_centrale p {
	text-align: justify;
}
/*-----> Zones du document <-----*/

#conteneur {
	width: 100%;
}

#header {
	position: relative;
	z-index: 999;
	background: url(../images/header/bkg_main_nav.gif) no-repeat bottom left;
}

#main_nav {
	height: 59px;
	padding: 0 5px 0 5px;
}

#page {
	padding: 0 5px 0 5px;
	background: url(../images/footer/bkg_general_footer.gif) repeat-y bottom center;
	position: relative;
	z-index: 99;
}
#griffe {
	clear: both;
	background: none;
}
#griffe_page {
	clear: both;
	background: none;
}

#banner {
	/*padding: 0 5px 0 6px;
	background: url(../images/bannieres/bkg_banner.gif) repeat-y top left;
	display: none;*/
}

/*-----> Zones HEADER <-----*/
	/*--> Outils <*/
	#mainlevel-tools {
		display: none;
	}
	
	/*--> Recherche <*/
	.search {
		display: none;
	}
	/*--> Menu PRINCIPAL <*/
	.menu-suckerfish-horizontal {
		display: none;
	}

/*-----> Zones PRINCIPALE ( centre ) <-----*/
#col_left {
	float: left;
	width: 23%;
	font-size: 11px;
}
		
#col_centrale {
	width: 77%;
	/*float: left;
	width: 500px;
	padding-left: 20px;*/
	/*width: 670px;
	padding-right: 12px;*/
}

#col_right {
	display: none;
}

/*-----> Zones GAUCHE  <-----*/
		
		/*--> Menu <*/
		.item-menu-left,
		#mainlevel-menu-left {
			
			display: none;
		}

/*-----> Zones FOOTER <-----*/
#footer {
	display: none;
}

/*-----> ELEMENTS MEP TEXTES <-----*/

h1, 
.contentheading,
.componentheading {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
}

h2 {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}

h3 {
	color: #FF0000;
	font-weight: normal;
	font-size: 11px;
}

h4 {
	color: #00A75C;
	font-weight: bold;
	font-size: 12px;
}

h5 {
	color: #00A75C;
	font-weight: normal;
	font-size: 11px;
}

.titre_fleche_verte {
	background: url(../images/pictos/bt_fleche_verte.gif) no-repeat 0px 5px;
	font-size: 20px;
	margin-left: 10px;
	padding-left: 15px;
	font-weight: bold;
}

.titre_fleche_rouge {
	/*background: url(../images/pictos/bt_fleche_rouge.gif) no-repeat center left;*/
	color: #330000;
	font-size: 12px;
	margin-left: 10px;
	padding-left: 8px;
	font-weight:bold;
}

/*--> Partenaires<*/
		.table_partenaires {
			border-collapse: collapse;
		}
		.table_partenaires a {
			color: #00A75C;
		}
		.cell_top_left_bott {
			padding: 3px;
			width: 450px;
			vertical-align: top;
			border-top: 1px solid #CCCCCC;
			border-left: 1px solid #CCCCCC;
			border-bottom: 1px solid #CCCCCC;
		}
		.cell_top_right_bott {
			padding: 3px;
			border-top: 1px solid #CCCCCC;
			border-right: 1px solid #CCCCCC;
			border-bottom: 1px solid #CCCCCC;
			text-align: right;
		}
table.event {
	border: none;
}
table.event form {
	background: url(../images/pictos/bt_fleche_rouge.gif) no-repeat center left;
	color: #330000;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 15px;
	font-weight:bold;
	text-align: left;
}

table.event th.date {
	color: #666666;
	text-align: left;
	padding-bottom: 8px;
}
