* { 
padding:0px; 
margin:0px; 
} 

body {
	color:#333;
	background-color:#999;
}

body,td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}


/* HEADER */

#gene{
	margin:auto;
	width:774px;
	margin-top:10px;
	border:3px solid #F5CAD1;
}



/* ACCUEIL */

#acc{
	margin:auto;
	width:610px;
	margin-top:100px;
}

.TOP_titre{
	background-image:url(../img/fd_newpho2.jpg); 
	background-repeat:no-repeat; 
	height:31px; padding:
	15px 10px 0px 10px;
}

.TOP_l{
	float:left; 
	width:100px; 
	padding-left:10px;
}

.TOP_r{
	float:right; 
	padding:10px;
	width:630px; 
	text-align:justify;
}

.TITP{
	text-align:center; 
	color:#990000;
}

/* FOOTER */

.copyfoot{
	float:left; 
	text-align:left;
	width:400px;
}

	
.tbc{
	float:right; 
	text-align:right; 
	font-size:9px;
}


/* HOME */

.top3_chx{
	display:block; 
	background-image:url(../img/pg_fd_men.jpg); 
	background-repeat:no-repeat; 
	width:152px; 
	height:31px; 
	text-align:center; 
	float:left; 
	padding-top:14px;
	cursor:pointer;
	color: #999;
	font-size:11px;
}

.top3_chxg{ 
	display:block; 
	background-image:url(../img/pg_fd_men1.jpg); 
	background-repeat:no-repeat; 
	width:152px; 
	height:31px; 
	text-align:center; 
	float:left; 
	padding-top:14px;
	cursor:pointer;
	color: #993300;
	font-size:11px;
}

#navigation p a {
	display:block; 
	background-image:url(../img/pg_fd_men3.jpg); 
	background-repeat:no-repeat; 
	width:126px; 
	height:31px; 
	text-align:center; 
	float:left; 
	padding-top:14px;
	cursor:pointer;
	color: #999;
	font-size:11px;
	text-decoration: none;
	}	
	
#navigation p a.chx {
	display:block; 
	background-image:url(../img/pg_fd_men4.jpg); 
	background-repeat:no-repeat; 
	width:126px; 
	height:31px; 
	text-align:center; 
	float:left; 
	padding-top:14px;
	cursor:pointer;
	color: #993300;
	font-size:11px;
	text-decoration: none;
	}	
		
#navigation p a:hover, #navigation p a:focus, #navigation p a:active {
	display:block; 
	background-image:url(../img/pg_fd_men4.jpg); 
	background-repeat:no-repeat; 
	width:126px; 
	height:31px; 
	text-align:center; 
	float:left; 
	padding-top:14px;
	cursor:pointer;
	color: #993300;
	font-size:11px;
	text-decoration: none;
	}

.niv_chx{
	display:block; 
	background-image:url(../img/pg_niv_ut.jpg); 
	background-repeat:no-repeat; 
	width:152px; 
	height:41px; 
	text-align:center; 
	float:left; 
	padding-top:14px;
	cursor:pointer;
	color: #999;
	font-size:11px;
}

.niv_chxg{ 
	display:block; 
	background-image:url(../img/pg_niv_ut1.jpg); 
	background-repeat:no-repeat; 
	width:152px; 
	height:41px; 
	text-align:center; 
	float:left; 
	padding-top:14px;
	cursor:pointer;
	color: #333;
	font-size:11px;
}

.div_gris{
	border:1px dotted #CCCCCC; 
	padding:5px; 
	color:#666666; 
	line-height:15px;
}

.contenu{
	display:none;
	visibility:hidden;
}

.clear {
	clear : both; 
	display : block; 
	height : 1px; 
	overflow : hidden; 
} 
.clear5 {
	clear : both; 
	display : block; 
	height : 5px; 
	overflow : hidden; 
} 
.clear15 {
	clear : both; 
	display : block; 
	height : 15px; 
	overflow : hidden; 
} 
.clear10 {
	clear : both; 
	display : block; 
	height : 10px; 
	overflow : hidden; 
} 

a:link, a:visited, a:active {
	color:#993300;
	text-decoration: none;
	font-weight:bold;
}
a:hover{
	text-decoration: none;
	color:#ccc;
	font-weight:bold;
}


/* DIVERS */

select, input{
	border:1px solid #FFFFFF;
	background-color:#F5CAD1;
	padding:2px;
	color:#333333;
}

h1 {
	font-size : 10px; 
}

h2 {
	font-size : 10px; 
}

h3 {
	font-size : 1.0em; 
}

h4 {
	font-size : 0.9em; 
}

h5 {
	font-size : 0.8em; 
}

.error{
	border:1px dashed #ccc;
	padding-left:5px;
	font-weight:bold;
}

.select{
	border:1px solid #3D3B23;
	color:#3D3B23;
	margin-top:5px;
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #fff;
	border: 2px solid #AEB241;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	letter-spacing: 5px;
	line-height: 1.1em;
	color: #C6478C;
	text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #C6478C;
	color:#FFFFFF;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}

 


