/*  

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:100%;
	}
	
body {
	font-size:12px;
	font-family: Arial, sans-serif;
	background: #F0F0F0;
	padding: 10px 0 50px 0;
	margin: 0;	
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #CC0000;
	text-decoration:none
	}

a:hover, a:active {
	color:#0000FF;
	text-decoration:none;
	}

a.thickbox { text-decoration: none; color:black;}
a.thickbox:hover { text-decoration: none; color:black;}

img, a:link img, a:visited img {
	border:0
	}
	
		

/* Structure */

#page {
	background-color: #F0F0F0;		
	text-align: left;
	width: 800px;
	margin: 0 auto;	
	font-size:0.7em;
/*	background: #fff url('images/container-white.jpg') top center no-repeat;*/
	padding: 0;
	float:center;
}


.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 250px;
	float:right
	}

#leftcol {
	width:287px;
	border-right:1px dotted #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	}

	 
	
	
/*	Headers */

h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	}

h3 {
	text-align: left; 
	margin-top: 1.2em; 
	margin-bottom: 1.2em; 
	font-size: 1.2em; 
	font: Georgia, Arial, Verdana, Sans-Serif;
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	font-size:0.8em;
	padding-top:15px;
	color:#999999;
	}

#footer a {
	color:#999999;
	}
	
/* Entete */
#entete {
	padding: 10px 0 20px 0;
	font-size:3em;
	font-family: Georgia, Arial, sans-serif;
	background: #F0F0F0;
	width: 100%;
	display: block;
	float: left;
 }
#entete a { text-decoration: none; 	color:#CC0000;}
