/********/
/* HTML */
/********/
body {
	margin			: 0;	/* pas de marges */
	background-color: #C3C7CB;
}
body, td, th, tr, p {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #364351;
}
a:link, a:visited, a:hover, a:active {
	color			: #E76F00; /*364351;*/
	text-decoration	: underline;
}
a:hover {
	color			: #E76F00; /*364351;*/
	text-decoration	: none;
}

h1 {
	font-size	: 14px;
	color		: #364351;
}
hr {
	height		: 1px;
	border		: 0;
	border-top	: 1px #E76F00 dashed;
}
/******************************/


/******/
/* ID */
/******/
/* Structure */
#structure {
}

/* Bandeau */
#structure .bandeau {
	background-color: #C3C7CB;
}

/* Contenu */
#structure .contenu {
	background-image: url(images/fond/fond_body.gif);
}

/* Pied de page */
#structure .piedpage {
	background-color: #C3C7CB;
}

/* Tab_contenu */
#tab_contenu {
	background-color: #FFFFFF;
	background-repeat	: no-repeat;
	background-position	: left bottom;
}


/* Menu haut */
#menu_haut {
}

/* Menu gauche */
#menu_gauche{
	margin		: 0px;
	margin-top	: 0px;
	font-size	: 11px;
	font-weight	: bold;
	text-align	: left;
	width		: 180px;
}
#menu_gauche div {
	vertical-align	: middle;
	border			: 0px;
	margin-bottom	: 4px;
}
#menu_gauche a:link, #menu_gauche a:visited, #menu_gauche a:hover, #menu_gauche a:active {
	display			: block;
	text-decoration	: none;
	padding			: 4px;
}


/* Menu droit */
#menu_droit {
	width			: 219px;
	background-color: #E76F00;
}


/* Contenu */
#contenu {
	background-image	: url(images/fond/fond_contenu.gif);
	background-repeat	: no-repeat;
	background-position	: center;
	margin-left			: 0px;
	padding-left		: 20px;
	padding-right		: 20px;
}

/* News */
#news {
	font-size	: 11px;
	color		: #FFFFFF;
	margin		: 15px 15px 20px 15px;
}
#news .actu {
	margin-bottom	: 20px;
}
#news .titre {
	font-weight	: bold;
}
#news .description {
	font-style	: italic;
}

#news a:link, #news a:visited, #news a:hover, #news a:active {
	font-style	: normal;
	color		: #FFFFFF;
	font-weight	: bold;
}


/* Zone de téléchargement de fichiers */
#zone_fichiers {
	margin-top		: 30px;
	margin-bottom	: 30px;
	padding			: 5px;
	border			: 1px #E76F00 solid;
	background-color: #FAFAFA;
}
#zone_fichiers h1 {
	margin-top		: 0;
	margin-bottom	: 10px;
	font-size		: 16px;
}


/* Pied de page */
#pied_page {
	background-color	: #C3C7CB;
	height				: 41px;
	font-size			: 9px;
	color				: #364351;
	padding-top			: 3px;
}

#pied_page .coordonnees {
	font-size			: 10px;
}

#pied_page a:link, #pied_page a:visited, #pied_page a:hover, #pied_page a:active {
	font-size		: 10px;
	color			: #364351;
}
/******************************/


/***********/
/* CLASSES */
/***********/
/******************************/