/* ----------------- */
/* Elements */
/* ----------------- */
	
html {
	background-image: url('../images/html-background.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #bfc6d1;
	height: 100%;
	}

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	height: 100%;
	}

div {
	display: block;
	}
	
div#global {
	width: 888px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	}


/* ----------------- */
/* Hearder */
/* ----------------- */

#header-main {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 888px;
	height: 102px;
	background-position: center top;
	background-image: url(../images/head-banniere.jpg);
	}


/* ----------------- */
/* Menu */
/* ----------------- */

#menu-main {
	width: 854px;
	height: 33px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	background-image: url(../images/menu-background.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
	overflow: hidden;
	}

#menu-rubrique, #menu-rubrique-select {
	margin: 8px;
	padding-right: 10px;
	float: left;
	}

#menu-h3 {
	word-break: normal;
	font-family: Helvetica, Verdana ;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	line-height: 1px;
	}

#menu-rubrique a:hover {
	color: #ffd076;
	}

#menu-rubrique a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	}
	
#menu-rubrique-select a {
	text-decoration: none;
	text-transform: uppercase;
	color: #a0171f;
	}


/* ----------------- */
/* Body */
/* ----------------- */

#body-content, #body-content-actu, #body-content-mvt, #body-content-doc, #body-content-pol {
	width: 100%;
	overflow: auto;
	position: relative;
	}
	
#body-content {
	background-image: url(../images/body-background.jpg);
	background-repeat: repeat-y;
	}

#body-content-actu, #body-content-mvt, #body-content-doc, #body-content-pol {
	background-image: url(../images/body-background-colgauche.jpg);
	background-repeat: repeat-y;
	}

#body-main {
	width: 738px;
	float: left;
	}
	
#body-bouton {
	font-family: Verdana;
	font-size: 11pt;
	text-align: center;
	width: 100%;
	}


/* ----------------- */
/* Liens */
/* ----------------- */

#lien-main {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	width: 143px;
	float: right;
	margin-bottom: 12px;
	}
	
#lien-nom {
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 24px;
	border-bottom: solid 1px #666666;
	font-weight: bold;
	}
	
#lien-nom a {
	color: #c8c8c8;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	}
	
#lien-nom a:hover, #lien-more a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	}

#lien-letter {
	font-family: Arial;
	font-size: 11px;
	color: #c8c8c8;
	font-weight: normal;
	}
	
	

/* ----------------- */
/* Footer */
/* ----------------- */
	
#footer-main {
	position: absolute;
	width: 100%;
	height: 32px;
	background-color: #2F4E6B;
	}

#footer-content {
	color: white;
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 32px;
	}

#footer-content a {
	color: white;
	text-decoration: none;
	}
	
#footer-content a:hover {
	text-decoration: underline;
	}
	

