/***********************************************************/
/* fichier : styles.css                                    */
/*                                                         */
/* auteur  : Ludovic Mauris                                */
/*                                                         */
/* date    : 4.07.2005                                     */
/*                                                         */
/* but     : feuille de style pour pages HTML              */
/*                                                         */
/***********************************************************/

/* corps travail par défaut */
body{
	margin: 0px;
	background-color:#918069;
	background-image:url('../images/fond.png');
	font-family:Arial, Verdana, Helvetica;
	font-size:12px;
	color:black;
}

.travail{
	background-color:white;
}

.travail_texte{
	background-color:white;
	padding:10px;
	text-align: justify;
}

.actualite{
	border-right: 1px #e3d5b3 solid;
	background-color:#eee3c8;
	padding:10px;
	text-align: justify;
	background-image:url('../images/newslogo.jpg');
	background-repeat:no-repeat;
}

.premiere_lettre{
	font-size:18px;
	font-weight:bold;
	color:#8a7350;
	font-family:Arial, Verdana, Helvetica;
}

.bande{
	background-color:#ae946c;
}

.haut{
	background-color:#ae946c;
	background-image:url('../images/banniere_hg.jpg');
}

.langues{
	font-size:12px;
	position:relative;
	top:4px;
	left:10px;
	color:white;
	
}

.langue_sel{
	color:white;
	font-size:12px;
	font-weight:bold;
}

A.langue:link,A.langue:active,A.langue:visited{
	color:white;
	font-size:12px;
	text-decoration:none;
}
A.langue:hover{
	color:white;
	text-decoration:underline;
}

.copyright{
	background-color:#f4eed6;
}

.lignes{
	background-color:white;
}

p{
	font-family:Arial, Verdana, Helvetica;
	font-size:12px;
	color:black;
}

/* mise en forme par défaut */
td,ul,ol,li {
	font-family:Arial, Verdana, Helvetica;
	font-size:12px;
	color:black;
}

input, textarea, select, button {
	font-size:12px;
	font-family:Arial, Verdana, Helvetica;
}

/* lien travail par défaut */
A:link,A:active,A:visited{
	color:#ab926a;
	text-decoration:none;
}
A:hover{
	color:#ab926a;
	text-decoration:underline;
}

/* page travail*/
#gras {
	font-weight:bold;
}
#justify {
	text-align: justify;
}
#center {
	text-align: center;
}

.menu_dessus{
	background-color:#8c7654;
	color:white;
	cursor:hand;
	cursor: pointer;
	background-image:url('../images/menu_over.png');
	background-repeat:repeat-x;
}

.menu_actif{
	background-color:#8c7654;
	color:white;
	background-image:url('../images/menu_over.png');
	background-repeat:repeat-x;
}

.menu_inactif{
	background-color:#9f8b6d;
	color:white;
	background-image:url('../images/menu.png');
	background-repeat:repeat-x;
}

.menu{
	background-color:#bba583;
}

.menu_droit_dessus{
	color:#594018;
	font-style: italic;
	cursor:hand;
	cursor: pointer;
	background-image:url('../images/menud.jpg');
	background-repeat:repeat-x;
}

.menu_droit{
	color:#594018;
	font-weight:bold;
	background-image:url('../images/menud.jpg');
	background-repeat:repeat-x;
}

/*Sous menu*/
.titre_droite{
	font-size:36px;
	font-family:Impact, Arial Black, Arial, Verdana, Helvetica;
	color:#a38c68;
	background-color:#9a8159;
	font-weight:bold;
	font-style: italic;
}

.sousmenu{
	font-size:12px;
	color:white;
	background-color:#ad946c;
}

.sousmenu_clair{
	font-size:12px;
	background-color:black;
	color:white;
}

.sousmenu_niveau_inf{
	font-size:12px;
	background-color:#776D4F;
	color:white;
}

A.liensousmenu:link,A.liensousmenu:active,A.liensousmenu:visited,A.liensousmenu:hover{
	font-size:12px;
	font-family:Arial, Verdana, Helvetica;
	color:white;
	text-decoration:none;
}

.fond{
	color:white;
	background-color:#bba583;
}

A.fond:link,A.fond:active,A.fond:visited{
	font-size:12px;
	font-family:Arial, Verdana, Helvetica;
	color:#5b421a;
}

A.fond:hover{
	text-decoration:underline;
}

.news{
	width: 100%;
	padding: 5px;
	cursor:default;
}

.smPhotos{
	border-right: 1px #e3d5b3 solid;
	background-color:#eee3c8;
	text-align: justify;
}

.smPhotosEl{
	color: #8a7350;
	border-bottom: 1px #e3d5b3 solid;
	padding:2px;
	text-align: center;
}

a.smPhotosL:link, a.smPhotosL:active, a.smPhotosL:visited {
	color: #8a7350;
	text-decoration:none;
}

a.smPhotosL:hover {
	text-decoration: none;
	font-weight:bold;
}

.newsLiens{
	text-align:right;
	background-image:url(play.gif);
	background-repeat:no-repeat;
}

.newsLiensPause{
	text-align:right;
	background-image:url(pause.gif);
	background-repeat:no-repeat;
}

a.newsLien:link ,a.newsLien:hover ,a.newsLien:visited ,a.newsLien:active {
    text-decoration: none;
    color: #bba583;
    font-weight:bold;
}

a.newsLienActif:link ,a.newsLienActif:hover ,a.newsLienActif:visited ,a.newsLienActif:active {
    text-decoration: none;
    color: #8a7350;
    font-weight:bold;
}

a.newsLienP:link, a.newsLienP:active, a.newsLienP:visited {
	color: #8a7350;
	text-decoration:none;
}

a.newsLienP:hover {
	text-decoration: none;
	font-weight:bold;
}

.newsDate{
	font-size:11px;
	color: #8a7350;
}

.texte_clair{
	color: black;
}
.numerotation{
	color:black;
}

A.numerotation:link,A.numerotation:active,A.numerotation:visited{
	font-family:Arial, Verdana, Helvetica;
	color:#bba583;
	text-decoration:none;
}

A.numerotation:hover{
	color:#bba583;
	text-decoration:underline;
}

.lienAd{
	font-size:12px;
	font-family:Arial, Verdana, Helvetica;
}

.date{
	font-size:11px;
 	color:#bba583;
}

.ligne{
	background-image:url('../images/ligne.gif');
	background-repeat:repeat-x;
}