/* CSS Document */

body{
background-color: #F5E7D7;
}

.menu {font-family:Verdana; font-size:11px ;color:white ; text-decoration:none; font-weight: bold; cursor:hand;}

.menucalque {font-family:Verdana; font-size:11px ;color:#448cc8 ; text-decoration:none; font-weight: bold;}

a.menu:hover {color:#ffffff; font-weight: bold;}

li {
	color:#448cc8;
	padding: 3px;
}

.textenormal { font-family:Verdana;  font-size:11px ;color:white ;}

.textegras { font-family:Verdana;  font-size:11px ;color:#807C79 ; font-weight: bold;}

.textenv2 { font-family:Verdana;  font-size:11px ;color:#807C79 ;}

.textebleunv2 { font-family:Verdana;  font-size:11px ;color:#448cc8 ; font-weight: bold; text-decoration:none;}

table {align:center;}

.menunv2 {font-family:Verdana; font-size:11px ;color:#df1433 ; text-decoration:none; font-weight: bold; cursor:hand;}

.titre {font-family:Garamond; font-size:22px ;color:#f24422 ; font-weight: normal;}

#adressebasdepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background-color: #cc0000;
	padding: 2px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F57359;
	font-size: 21px;
	word-spacing: 0.2em;
	letter-spacing: 0.2em;
}
h2 {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #807c79;
	background-image: url(../fr/img/puce_orange.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #807c79;
	padding-left: 25px;
}

.chapo{
font-weight: bold;
padding-bottom: 10px;
margin-bottom: 10px;
}
.textarticle{
text-align: justify;
padding-bottom: 20px;
margin-bottom: 20px;
}
.chemin{
font-family:Verdana;
font-size: 10px ;
color: #807C79;
text-align: left;
}
.lienrechermention{
margin-left: 5px;
padding-left: 5px;
margin-right: 5px;
padding-right: 5px;
}
.lienrechermention a{
text-decoration: none;
color: #ffffff;
}
.lienrechermention a:hover{ 
color: #CD1641;
background-color: #ffffff;
}

/*
 *  liens normaux
 */

a { 
text-decoration: none;
color: #000000;
}
a:hover { 
text-decoration: none;
color: #CD1641;
background-color: #cccccc;
 }
a.spip_out { 
text-decoration: none;
color: #000000;
 }
a:hover.spip_out{
text-decoration: none;
color: #CD1641;
background-color: #cccccc;
}
a.spip_in, a.spip_url{ 
text-decoration: none;
color: #000000;
 }
a:hover.spip_in, a:hover.spip_url {
text-decoration: none;
color: #CD1641;
background-color: #cccccc;
}