/* CSS mise en forme */

body {
background-color: #b3b3b3;
}

#principal {
background-image: url(../images/corps.png);
background-position:center top;
background-color: #b3b3b3;
}

div.en_tete {
position:relative;
background-color: #b3b3b3;
background-image: url(../images/haut.png);
background-repeat: no-repeat;
background-position: center bottom;
height: 90px;
}


#corps {/*
background-color: #b3b3b3;
background-image: url(../images/corps.png);
*/

}

div.bas_page {

background-color: #b3b3b3;
background-image: url(../images/bas.png);
background-repeat: no-repeat;
background-position: center;
height: 35px;
}

#copyright{
color: #a0a0a0;
font-size: 12px;
font-weight: bold;
}
#copyright a {
color: #a0a0a0;
text-decoration: none;
}
#copyright a:hover {
color: #58b6e9;
text-decoration: none;
}



#txt_haut_page {
color: #ffffff;
font-family: Rockwell, Arial Black, Britannic Bold, Broadway, serif;
font-weight: bold;
font-size: 18px;
}

#ouvrir {
color: red;
font-weight: bold;
font-family: arial, verdana, helvetica, sans;
}

/* MENU */
.navigation {
font-family: verdana, helvetica, sans;
color: #606060;
font-weight: normal;
font-size: 15px;
}

#menu li {
font-size: 11px;
font-family: arial, verdana, helvetica, sans;
color: #a0a0a0;
list-style-image : url(../images/puce.gif);
}
#menu li:hover {
list-style-image : url(../images/fleche.png);
}

#menu a {
position: relative;
top: 1px;
color: #a0a0a0;
text-decoration: none;
color: #58b6e9;
}
#menu a:hover {
color: #58b6e9;
color: #404040;
}
/* fin du menu */


/* petit contenu */
#petit_contenu h1 {
font-family: verdana, helvetica, sans;
color: #606060;
font-weight: normal;
font-size: 15px;
}

#petit_contenu .texte {
font-family: verdana, helvetica, sans;
color: #303030;
font-size: 12px;
}




/* fin du petit contenu */



.date {
text-align: right;
font-weight: bold;
font-size: 10px;
font-family: helvetica, sans;
color: #d0a0a0;

}


/*rea*/
div.rea {
border-width: 1px;
border-style: dashed;
border-color: #c0c0c0;

}
.rea_titre {
font-size: 14px;
font-weight: bold;
color: #58b6e9;
}
.rea_description {
text-align: justify;
}

.rea_url, .news a {
color: red;
text-decoration: none;
}
a.rea_url:hover, .news a:hover {
color: blue;
}


/*news*/
div.news {
border-width: 1px;
border-style: dashed;
border-color: #c0c0c0;
margin:5px;

}
h2 {
font-size: 17px;
font-weight: bold;
color: #58b6e9;
}
.news_titre, h3{
font-size: 14px;
font-weight: bold;
color: #58b6e9;
margin:2px;
padding:0px;
}
.news_description {
text-align: justify;
}


.a_lien {
color: #a0a0a0;
font-size: 11px;
}

.a_lien a {
text-decoration: none;
color: #58b6e9;
}
.a_lien a:hover {
text-decoration: underline;
color: #FFb6e9;
}


.cvUnLm
{
	border:1px solid #C0C0C0;
	margin:5px;
	padding:5px 5px 3px 5px;
}

	.cvUnLm h2, .cvUnLm h3
	{
		margin-top:2px;
		color:#FF3a16;
	}
	
	.cvUnLm img
	{
		float:left;
		margin : 5px 5px 0px 5px;
	}
	
	.cvUnLm li {
	margin-top:3px;
	}

.cvUnLm a {
	color: #58B6E9;
	}
.cvUnLm table {}
.cvUnLm table tr {}
.cvUnLm table tr th {
	width:80px;
	font-weight: normal;
	font-size:small;
	
}


.clear
{
	clear:both;
}