
a
{
	TEXT-DECORATION: none; 
}

body
{
	background-color:#faf4b8; /* Attention, cette condition doit etre au dessus pour fonctionner */
	overflow-x:hidden; 
	overflow-y: auto
}

#logo
{
	position:absolute; 
	overflow: hidden;
	width:800px;
	height:100px;
	top:0px; /* sans influence sur une position "Static", ne convient qu'en position fixed ou absolute*/
	left:0px; /*  sans influence sur une position "Static", ne convient qu'en position fixed ou absolute */
	display: block;
	background-image:url(./images/DSC00689-ter.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	z-index:5;
}

#navlist
{
	background-color: #FFFFFF;
	top:90px;
	left:20px;
	width:760px;
	text-align:center;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #4c4ca4;
	border-top: 2px solid #4c4ca4;
	font-style: normal;
	z-index:10;

}

#navlist ul
{
	margin: 0px;
	padding: 0px;
}

#navlist a
{
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

#navlist a:visited, #navlist a:link
{
//	background-color: #FFFFFF;
	color: #4c4ca4;
}

#navlist a:hover, #navlist a:focus
{
	background-color: #4c4ca4;
	color: #e83c6e;
}

#navlist a#current
{
	background-color: #4c4ca4;
	color: #e83c6e;
}

#navlist li
{
	display: inline;
}

#titre
{
	position:static;
	margin-top: 40px;	/* sans influence si pas de bloc (DIV) */
	margin-bottom: 25px;
	background-color:#faf4b8;
}

#titre .text
{
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	FONT-SIZE: 20px;  
	letter-spacing: 3px;
	color: #D20000;
//	background-color:#faf4b8;
}

#soustitre
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left:0px; 
}

#soustitre .text
{
	border-bottom: 3px solid #D20000;
	font-family: times new roman,times,serif; 
	color: #2d5074;
        FONT-WEIGHT: 700;
	FONT-SIZE: 14px;  
        font-style: italic;
        letter-spacing: 5px;
        padding-left: 10px;
        padding-right: 30px;
        padding-bottom: 5px;
}

.nom_chev
{
	COLOR: #D20000; 
	font-family:Verdana,Arial,Helvetica,sans-serif;
	TEXT-DECORATION: none; 
	TEXT-ALIGN: center;
	font-weight:bold;
	letter-spacing: 2px;
	FONT-SIZE: 14; 
}

.para_inter
{
	display: block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 3; 
}

.para_chev
{
	COLOR: #000000; 
/*	color: #e83c6e;*/
	font-family:sans-serif;
	TEXT-DECORATION: none; 
	FONT-SIZE: 10; 
}

.para2_chev
{
	COLOR: #2d5074; 
/*	color: #e83c6e;*/
	font-family:Verdana,Arial,Helvetica,sans-serif;
	TEXT-DECORATION: none; 
	TEXT-ALIGN: left;
	margin-left:2px;
	FONT-SIZE: 10; 
}

#clear_both	
{
clear:both;
	FONT-SIZE: 10; 
}

#tb_chev	
{
	position:static;
	float: left;
overflow:hidden; 
	width:360px;
	margin-top:10px; 
	margin-left:0px; 
	display: in-line;
	background-color:#FFFFFF;
	border: 0px solid #2d5074;
	z-index:1;
}

#tb2_chev	
{
	position:static;
	float: right;
	width:360px;
overflow:hidden; 
	margin-top:10px; 
	margin-right:0px; 
	display: in-line;
	background-color:#FFFFFF;
	border: 0px solid #2d5074;
	z-index:1;
}
.bottom, .bottom a:visited, .bottom a:link, .bottom a:hover, .bottom a:focus
{
	display: block;
	width:740px;
	height:13px;
	margin-top:20px;
	color: #ffffff;
	background-color:#000080;
	background-image:url(./images/chlogomini.gif);
	background-position: 9px 2px;
	background-repeat:no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	font-weight:bold;
	FONT-SIZE: 9px; 
	letter-spacing: 3px;
	TEXT-ALIGN: center;
	z-index:10;
}
