
body {

	background-color: transparent;
	background-image: url(../images/line.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
}


h4{
	color:#572C00;
}

h3{
	color:#E65200;
}
/* Affichage de la date au fond*/
.aff_date{
 	text-align: right;
 	font-style: italic;
 	font-size:10px;
}

/* Afficher l'annee au sommet des news */
.bte_annee_news{
	width:100%;
	text-align: left;
	font-weight:bold;
	color:#572C00;
	display:block;  
	border-bottom: 1px dashed gray;
}


/* Cadre exterieur */

#Table_ext {
	border-width:0px; 
	border-style:solid ; 
	border-color:#B0B0B0;
	width:760;
	height:760;
	background-color:white;
}

#pied_page{
	font-size:12px;
 	text-align: center;
}

.TD_ext {
  vertical-align:top;
 
}

/*
Typo du site 
*/

.TD_contenu {
	font-family: Arial regular,Arial,Verdana,Tahoma,sans-serif; 
	font-size:13px;
	padding-left: 15px;
	padding-right: 10px;
+}
	
.TD_contenu a{



}

.TD_contenu a:hover{
	text-decoration: none;
	color: #6F3800;
	/*font-weight: bold;*/
}

/*
 menu du haut *******************************************************************
*/

#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color:#735C4E; /* couleur de fond des cases sans liens */
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

#navcontainer li { display: inline; }

#navcontainer a
{
text-decoration: none;

background-color:#553E30; /* couleur de fond des cases de liens */
color: #FFF;
padding: 0.2em 0.5em;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
font-size:14;
}

#navcontainer li a:hover
{
background-color: #735C4E; /* couleur de fond des cases lors du hover */

color: #fff;
font-weight: bold;
}

/*
Menu de gAUCHE
*/

#menulist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 188px;
}

#menulist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;

}


#menulist li a { 
/*color:#036;*/
color:#572C00;
Font-family:Arial regular,Arial,Verdana,Tahoma,sans-serif;
font-size:12;
text-decoration: none;
font-weight: bold;
margin-left:10;
}

#menulist li a:hover { 
color:#ED9438;
text-decoration: none;
font-weight: bold;
margin-left:20;
 }

/*
	formulaires administration
*/

#FORM_news td{
font-size:13;
text-align:left;
}
/* Galleries */
#menu_galerie
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width:80%;
}

#menu_galerie li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#menu_galerie li a { 
/*color:#036;*/
color:#572C00;
Font-family:Arial regular,Arial,Verdana,Tahoma,sans-serif;
font-size:12;
text-decoration: none;
font-weight: bold;
margin-left:10;
}

#menu_galerie li a:hover { 
color:#ED9438;
text-decoration: none;
font-weight: bold;
 }

/* News *******************************************************/

.boite_news{
border-bottom: 1px dashed #D0D0D0;
Font-family:Arial regular,Arial,Verdana,Tahoma,sans-serif;
}

.titre_news {
	text-align:left;
	font-weight: bold;
	padding-left:10px;
	padding-top:10;
	padding-bottom:0;
	font-size:12;
}

.chapeau_news{
	text-align:left;
	font-size:12;
	padding-left:10px;
	padding-top:5;
	padding-bottom:10;
}

.chapeau_news a {
	font-size:11;
	text-decoration: none;
}

.chapeau_news a:hover {
	font-size:11;
	text-decoration: underline;
}
/* boite pour les actualites */ 

.table_aff_news_titre{
	font-size:12;
	font-weight: bold;

}

.table_aff_news_texte{
	font-size:11;
}

.table_aff_news_lire{
	font-size:11;
}
/* Organigramme */

#organigramme td{
	font-size:12;
}

/* Table des aides */

#table_aide td{
	font-size:11;
}

#table_aide .type_data{
	font-weight: bold;
	background-color:#F6BE8C;
	
}

tr.rollover:hover {
	background-color:#F6BE8C;
}

.erreur{
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 1em 1em;
	color:red;
	font-weight: bold;
}

/* liste des liens *********************************************************/

.lien{
	width:320px;
	margin-left:50px;
	/*border-left: 1px solid black;*/
	/*border-right: 1px solid black;*/
	/*border-top: 1px solid black;*/
	border-bottom: 1px dashed gray;
	padding: 1em 1em;

}

.lien a {
	color:#036;
	Font-family:Arial regular,Arial,Verdana,Tahoma,sans-serif;
	font-size:14;
	text-decoration: none;
	font-weight: bold;

}

.lien a:hover{
	color:#E65200;
	text-decoration: none;
	font-weight: bold;
	margin-left:5;
}

/* Gallerie des images */
#Texte_image_gallerie{
	text-align:left;
	width:320px;
	margin-bottom:20px;
}

.div-mh {
width: 900px;
height: 125px;
overflow: auto;
white-space:nowrap;
overflow-y: hidden;
}
