/****************/
/* TABLE STYLES */
/****************/


#body {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: none;
}
#body_cont {
	width: 800px;
	margin-: 0px;
	float: left;
	text-align: center;
	height: 620px;
}

#body_cont #news {
	background-color: #FFFFFF;
	width: 220px;
	margin-left: 255px;
	float: left;
	margin-top: 130px;
	background-image: url(../_i/_hot.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 78px 30px 30px 45px;
}
#body_conts {
	width: 800px;
	float: left;
	margin-top: 35px;
}

#body_contsP {
	width: 640px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 0px;
	padding-left: 55px;
	padding-right: 105px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#body_contsSep {
	width: 800px;
	background-color: 
	float: left;
	margin-top: 0px;
	height: 5px;
}

#body_contsN {
	width: 760px;
	background-color: #FFFFFF;
	float: left;
	padding-bottom: 1px;
	margin-left: 40px;
	border-bottom: 1px dotted #000000;
}


#page {
	width: 100%;
	float: left;
	text-align: center;

}



#body_conts_contact {
	width: 800px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 0px;
	background-image: url(../_i/Nicolasportrait_bgd.jpg);
	height: 620px;
}

#body_conts_contact #news {
	background-color: #FFFFFF;
	width: 530px;
	margin-left: 100px;
	float: left;
	margin-top: 100px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#header {
	text-decoration: none;
	background-color: #000000;
	float: left;
	height: 35px;
	width: 800px;
	position:fixed;
	top:0;
}

#header ul {
	margin: 0;
	padding: 0;
}

#header li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}

#header li.picto { margin: 0; }

#header a:visited { border-bottom: none; }

/*********/
/* LINKS */
/*********/


a:link, a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	border-bottom: 1px dotted #ff0000;
	text-decoration: none;
}

#header a:hover { border-bottom: none }

a:visited {
	color:#777;
	border-bottom: 1px dotted #777;
	text-decoration: none;
}


a.visited, a:hover {
color:#FF0000;

}


a.subNav:hover {
	color:#ff0000;
	border-bottom:0px;
	text-decoration:underline;
}

pour cacher les liens en "pointillés" identiques sous IE et FF
a:focus, a:hover, a:active { outline:none }
-moz-outline:none; 
a{
 outline: none;
}




/*a.header:link, a.img:active, a.img:hover, a.img:visited {
	border-bottom:0px;
	text-decoration: none;
}*/

#header.a:link, #header.a:active {
	text-decoration: none;
   	}

/***********/
/* TOP NAV */
/***********/



/* GENERAL NAV LINKS */
img {
	border:0px;
	padding-right: 2px;
	padding-top: 0px;
	}


/* GENERAL STYLES */

body {
	font-family: Monaco, Verdana, "Courier New", monospaced;
	font-size:10px;
	line-height:15px;
	color:#000000;
	margin: 0px;
}

#clean {
	clear: both;    
}

.news a:link, .news a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 150%;
	text-align: left;
	vertical-align: baseline;
	color: #000000;
	margin: 0px;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
} 
.news a:hover {
	color:#FF0000;
}
.news a:visited {
	color:#777;
	border-bottom: 1px dotted #777;
	text-decoration: none;
}

#wrap 		{ width:900px; margin:0 auto; } /* "auto" makes the left and right margins center the wrapper */