body
{
	font-family : Verdana, Arial, Sans-Serif;
	padding : 0px;
	margin : 0px;
	margin-bottom : 20px;	
}

a
{
	font-weight : bold;	
	text-decoration : none;
	color : black;
}

a:hover
{
	color : #555555;
}

img
{
	border : solid 0px white;
}

li
{
	margin-bottom : 5px;
}


/*==== En têtes / titres ====*/
h1
{
	font-size : 15px;
	margin : 1px;
	background-color : #EBF1E9;
	padding : 2px;
}

h2
{
	font-size : 16px;
	font-weight : bold;	
	padding : 3px;
	padding-left : 10px;
	background-color : #E3E7E2;
	margin-top: 5px;
	margin-bottom: 5px;
}

.titre-centre
{
	font-size : 17px;
	text-align : center;	
}


/*==== MENU ====*/
.menu
{
	border-bottom : solid 2px black;		
}

.menu * .logo
{
	width : 229px;
	border-right : solid 1px black;	
	background-color : #F1F5F0;
	
}

.menu * .items
{		
	background-image : url('img/fond-menu.jpg');
	background-repeat : no-repeat;	
	background-color : White;
	
}

.menu * .items td
{		
	font-size : 12px;
	vertical-align : top;
	padding-left : 10px;
	
}

/*==== Contenu ====*/
.contenu
{
	padding-left : 18px;
	padding-right : 25px;
	font-size : 12px;	
	margin-bottom : 30px;	
	text-align : justify;	
}

.gras-gris
{
	color : #31334E;
	font-weight : bold;
}


/*==== Tableaux ====*/
.contenu * th
{
	font-size : 12px;	
	background-color : #E3E7E2;
	padding : 5px;
	border-bottom : dashed 1px #C0CABD;
	border-right : solid 1px #C0CABD;
	border-left : solid 1px #C0CABD;
	border-top : solid 1px #C0CABD;
	
}

.contenu + table
{
	border : solid 1px #CCCCCC;		
	
}

.contenu table  td
{	
	font-size : 13px;
	padding : 5px;
	
}


.footer
{
	font-style : italic;
	text-align : center;	
}

.tabSimple
{
	border-collapse : collapse;
	
}

.tabSimple .titre
{
	font-weight : bold;
	
}


.tabSimple * td
{
	border-right : solid 1px #C0CABD;
	border : solid 1px #C0CABD;
	
	
}

.imagette
{
	text-align : center;
	
}

.imagette td
{
	border : solid 0px white;
	
}







