/*
 * Reset css
 * Following the YUI CSS Reset (http://developer.yahoo.com/yui/reset/)
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
	background-color:#565759;
	font-family: Tahoma, Verdana, "Nimbus Sans L", sans-serif;
	font-size:12px;
}

a {outline:none;}
a:hover {text-decoration:none;}
a img {border:none;}

/*
 * Page et structure de la page
 */


/*
la div page se compose de trois parties : un header (#header) une div principale (#main) et un footer (#bottom)
*/
div#page {
	background-color:#FFF;
	width:891px;
	margin:30px auto;
}

div#header {
	background:transparent url(../images/top.jpg) top left no-repeat;
	height:165px;
	margin-bottom:5px;
}
	div#header h1 {display:none;}

/*
main est la div principale qui contient la div "menu" à gauche et la div "content" à droite
*/
div#main {
	margin:0 5px;
	background:transparent url(../images/fond-page.gif) top left repeat-y;
}

div#menu {
	width:198px;
	float:left;
}
	div#menu ul.menu1 li a {
		background:transparent url(../images/puce.gif) center left no-repeat;
		padding-left:17px;
	}
	
	div#menu ul.menu1 li a:hover {
		background:transparent url(../images/puce.gif) center left no-repeat;
		padding-left:17px;
		text-decoration:underline;
		color:#4f6dc7;
	}
	
	div#menu ul.menu1, div#menu ul.menu2 {list-style:none;}

	
	div#menu ul li a {
		/*text-transform:uppercase;  //les petites majuscules n'existent pas en CSS, c'est soi MIN soit MAJ*/
		font-size:16px;
		color:#565759;
		display:block;
		height:45px;
		padding-left:5px;
		line-height:45px;
		text-decoration:none;
	}
	
	div#menu ul.menu2 li a:hover {
		list-style:none;
		text-decoration:underline;
		color:#c74f4f;
		display:block;
	}
	div#menu div.references {
		text-align:center;
	}
		div#menu div.references p {
			color:#565759;
			font-size:16px;
			margin:10px 0 5px 0;
		}
		div#menu div.references img {
			float:left;
			padding:5px 10px;
		}

div#content {
	float:right;
	width:650px;
}
	div#content span.legende { 
	font-size:10px;
	}
	div#content p.call {
		color:#4f6dc7;
		font-size:20px;
		height:31px;
		line-height:31px;
		margin-bottom:15px;
	}
		div#content h2 {
		background:transparent url(../images/fleau.gif) top left no-repeat;
		width:406px;
		height:30px;
		line-height:30px;
		color:#FFF;
		font-weight:bold;
		font-size:16px;
		padding-left:35px;
	}
	div#content p.call img {margin-bottom:-10px;}
	
	div#content p.headline {
		color:#4f6dc7;
		font-size:10pt;
		margin:10px 0;
		LINE-HEIGHT:150%;
	}
	div#content p.headline_center {
		color:#4f6dc7;
		font-size:14px;
		margin:10px 0;
		text-align:center;
	}
	div.col1, div.col2 {float:left;}
	div.col1 {width:200px; }
	div.col2 {width:449px; border-left:1px solid #c2c2c2;}
		div.col1 p.txt_col, div.col2 p.txt_col {
			color:#A2A1A1;
			font-size:14px;
			font-weight:bold;
			padding-left:30px;
			padding-bottom:5px;
		}
		div.col1 p, div.col2 p {
			color:#A2A1A1;
			padding-left:30px;
			LINE-HEIGHT:150%;
			
		}
		div.col1 h3, div.col2 h3 {
			color:#4F6DC7;
			font-size:13px;
			font-weight:normal;
			margin-top:25px;
			padding-left:10px;
		}
	div.blocImg {
		background:transparent url('../images/bloc.gif') top left no-repeat;
		width:191px;
		height:84px;
		margin:15px 0;
		line-height:84px;
		text-align:center;
	}

div#bottom {
	background:#F6F6F7 url('../images/bottom.jpg') top left no-repeat;
	height:53px;
	color:#888;
}
	div#bottom p {
		font-size:10px;
		font-style:italic;
		padding:3px 0 0 350px;
		text-align:left;
	}
	div#bottom a {color:#888;}

/*
 * Hacks css pour interoperabilite browsers
 */

.clearfix:after, .evaluation:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}
.clearfix, .evaluation {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clearfix, * html .evaluation {height: 1%;}
	.clearfix, .evaluation {display: block;}
	/* End hide from IE-mac */
