/*defaults*/
body 	{color:#000000; margin:10px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#339900; border-bottom:1px dashed #339900; text-decoration:none; }
a:hover	{color:#225799; text-decoration:none; border:none;}
.td img a { border:none; }

h1 {
	font-size: 150px;
	color: #225799;
	text-align:center;
}

/*_________________ LISTE TROIS COLONNES_______________ */  
.album {
	padding: 3px;
	margin-bottom: 12px;
	border: 1px solid #E7F0F5;
	float: left;
	width: 230px;
	margin-right: 10px;
	margin-left: 10px;	
	height: 110px;
}

/*structural elements*/
#container	{
	margin:0px auto;
	text-align:center;
	width:1000px;
	background-color: #DAFFF9;
	border:2px solid #225799;
}
#holder		{width:100%; background:#EDFFFC; text-align:left;}
#logo		{background:#225799 url(../images/bandeau_image.jpg) no-repeat right; border-bottom:1px solid #DADADA; padding:0px 0px 0px 10px; height:85px; }
#navigation	{padding:5px 0 5px 5px; }
#header		{padding:0 0px 12px 0px; height:200px; }
#header img	{border-top: 2px double #225799 ;border-bottom: 2px double #225799 ; padding:-10px 0px 10px 0px;}
#content	{float:left; width:700px; padding:10px 10px 0 10px; line-height:160%; }
#news		{
	float:right;
	width:280px;
	padding:0;
	line-height:140%;
	text-align:justify;
	
}
#news img   {border: thin solid #2765AF; }
.newsItem	{
	padding:10px 10px 5px;
	background:#FEFFD5;
	border:1px solid #FFEB70;
	font-size:90%;
	margin-bottom:20px;
	text-align: left;
}
#footer		{clear:both; width:100%; font-size:80%; background:#EDFFFC;  text-align:left; border-top:2px solid #2765AF; }
#copyright	{float:right; }
.orange {
	color: #FF3300;
}


/*headings*/
.newsItem h1	{color:#225799; margin:0 0 5px 0; padding:0; font-size:130%; font-weight:normal; }
.newsItem h3	{color:#225799; margin:0 0 5px 0; padding:0; font-size:140%; font-weight:bolder; text-align:center; }
#content h1		{font-size:170%; font-weight:bold; line-height:100%; margin:0; padding:0 0 20px 0; }
#logo h3		{font-weight:normal; font-size:120%; margin:0; padding:5px 0 0 0; color:#ffffff; }


/*navigation*/
#navigation ul 		{margin: 0 0 0 5px; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#339900; padding:0 3px 0 3px; text-decoration:none; font-size:19px; border-bottom:none; }
#navigation a:hover	{color:#225799; }

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }


/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */
.lefted {
	float: left;
	margin: 12px;
	border: medium solid #225799;
}
.righted {
	float: right;
	margin: 12px;
	border: medium solid #225799;
}
.td {
	color: #2765AF;
	text-align: center;
}
.td img{
	margin: 12px;
	border: medium solid #225799;
}
.description {
	font-size: 12px;
	text-align: left;
	color: #000033;
	vertical-align: top;
	white-space: normal;
	display: table-cell;
}
.titre_tableau {
	font-size: 25px;
	color: #2765AF;
	text-align: center;
	font-weight: bold;
}
.clear_img {
	text-align: center;
}
.leftedclearfix {
	display:block;
	margin: 8px;
	border: medium solid #225799;
}

.circuit {
	padding:20px 20px 5px;
	background:#A6FAFF;
	border:1px solid #CC3300;
	
	
	font-size:90%;
	margin-bottom:30px;
	color: #93BCFF;
	float: left;
	width: 150px;
}

/*Tableau*/

#tableau {
	float: left;
	}

.tableau h2 {
	font-size: 16px;
	font-weight: bold;
	color: #3F9F10;
	background-color: #FEFFD5;
	text-align: right;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #99FF66;
	padding-right: 10px;
	}

.tableau_rub {
	font-size: 14px;
	color: #2672C3;
	background-color: #FEFFD5;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #225799;
	padding-left: 10px;
	}
	
.tableau_valeur {
	color: #000033;
	background-color: #E6FFFC;
	text-align: right;
	padding-right: 10px;
	}
	
.tableau_orange {
	color: #006699;
	background-color: #E6FFFC;
	text-align: right;
	padding-right: 10px;
	}
#flag img {border:none; border-bottom:0px; }