/* CSS Document */
a:link, a:visited, a:hover {
	color: #63370C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #334d55;
	font-weight: normal;
}

h2{
	font-size: 100%;
	color: #000000;
	font-weight: normal;
}

h3{
 font-size: 100%;
 color: #334d55;
}


h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #000000;
 font-weight: bold;

}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
#centrer {
	/* position: relative; on positionne le conteneur */
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	}
#global {
	width: 800px;
	text-align: left;
	background: #F1ECD9;
	position: absolute;
	}
	
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #7298AF;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-attachment: fixed;
}
#conteneur {
	width: 800px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-repeat: repeat-y;
	background-color: #F1ECD9;
	background-position: right;
	height: 100%;
}
#tete {
	width: 250px;
	padding: 10px 0 0 0px;
	background-color: #E4D496;
	height: 165px;
	display: block;
	float: left;
	background-image: url(../images/fondangle_bleu.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#head {
	float: left;
	width: 550px;
	font-size: 10px;
	height: 50px;
	background-color: #E4D496;
	margin-top: 0px;
}
#boutons {
	float: left;
	width: 550px;
	font-size: 10px;
	height: 100px;
	background-color: #B0171A;
	margin-top: 0px;
}
#boutonslien {
	float: left;
	width: 550px;
	font-size: 10px;
	height: 25px;
	background-color: #9FC104;
	margin-top: 0px;
	background-image: url(../images/angle_g25beige.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* 	PARTIE TEXTE */
#partgauche {
	float: left;
	width: 50px;
	font-size: 10px;
	height: 530px;
	background-color: #F1ECD9;
	margin-top: 0px;
}
#barreinfos {
	float: left;
	width: 200px;
	font-size: 10px;
	height: 100%;
	background-color: #E4D496;
	margin-top: 0px;
	background-image: url(../images/angle_jaune_bd.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#partexte {
	float: left;
	width: 520px;
	font-size: 130%;
	background-color: #F1ECD9;
	background-image: url(../images/angle_g37_9FC104.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-left: 30px;
}
/*********** #navBar link styles ***********/

#barreinfos ul a:link, #navBar ul a:visited {display: block;}
#barreinfos ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#barreinfos li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #barreinfos li {border-bottom: none;}
/*********** #sectionLinks styles ***********/
#sectionLinks{
	position: relative;
	font-size: 150%;
	background-image: url(../images/angle_db37_9FC104.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F1ECD9;
	margin: 0px;
	padding: 0px;
}

#sectionLinks li {
	list-style-type:none;
	background-image:url(../images/puceflechemarron.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 5px;

}
#sectionLinks a:link, #sectionLinks a:visited{
	display: block;
	padding: 2px 10px 2px 10px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1ECD9;
}
#sectionLinks a:hover{
	display: block;
	background-color: #F1ECD9;
	padding: 2px 10px 2px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1ECD9;
}
/*********** #partexte styles ***********/
#partexte li {
	list-style-type:none;
	background-image:url(../images/puce_lien01.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#partexte titre {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#partexte h1{
	padding-right: 10px;
	padding-bottom: 2px;
	font-style: italic;
}
#partexte h2{
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 20px;
}
#partexte h3{
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 2px;
	font-size: 150%;
}
#partexte h4{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-size: 150%;
	text-align: center;
	background-color: #9FC104;
	padding-left: 0px;
	margin-right: 30px;
	color: #FFFFFF;
	text-transform: capitalize;
}
#partexte h5 {
	margin-right: 200px;
}
#partexte a:link{
	padding: 2px 10px 2px 0px;
	width: auto;
	width: auto;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #F1ECD9;
}

#partexte a:visited{
	padding: 2px 10px 2px 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #F1ECD9;
}

#partexte a:hover{
	padding: 2px 10px 2px 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #F1ECD9;
}
#imagedroite{
	float: right;
	margin-left: 20px;
}
#imagegauche{
	float: left;
	margin-right: 20px;
}
/*********** CALENDRIER ***********/
#calendrier{
padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #E4D496;
	padding-left: 10px;
	margin-right: 30px;
	color: #FFFFFF;
}
#calendrier_modif{
	font-style: normal;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #9FC104;
	margin-right: 30px;
	height: 20px;
}
#calendrier_modif a:link{
	padding: 2px 0px 2px 0px;
	width: auto;
	width: auto;
	color: #FFFFFF;
}

#calendrier_modif a:visited{
	padding: 2px 0px 2px 0px;
	color: #FFFFFF;
}

#calendrier_modif a:hover{
	padding: 2px 0px 2px 0px;
	color: #FFFFFF;
}
#calendrier_tdate{
	padding-right: 10px;
	font-style: italic;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #334d55;
}
#calendrier_ttitre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: normal;
	padding-right: 80px;
	text-align: justify;
	padding-top: 5px;
}
#calendrier_tcontact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #63370C;
	font-weight: normal;
	padding-right: 80px;
	text-align: justify;
	padding-top: 5px;
}
#calendrier_tdescription{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F1ECD9;
	border-bottom-color: #F1ECD9;
	color: #000000;
	margin-right: 10px;
}
/*********** CALENDRIER ***********/
#actu{
padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #E4D496;
	padding-left: 10px;
	margin-right: 30px;
	color: #FFFFFF;
}
#actu_tdetail{
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #334D55;
	text-align: left;
	float: Aucune;
}
#actu_tdate{
	padding-right: 10px;
	font-style: italic;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #334D55;
}
#actu_ttitre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: normal;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F1ECD9;
}
#actu_ttitre a:link, #actu_ttitre a:visited{
	font-weight: bold;
	background-color: #9FC104;
	padding-right: 15px;
	padding-left: 10px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
#actu_ttitre a:hover{
	font-weight: bold;
	background-color: #9FC104;
	padding-right: 15px;
	padding-left: 10px;
	color: #FFFFFF;
	margin-bottom: 20px;
	border: thin solid #FFFFFF;
	text-decoration: none;
}
#actu_tcontact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #63370C;
	font-weight: normal;
	padding-right: 80px;
	text-align: justify;
	padding-top: 5px;
}
#actu_tdescription{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F1ECD9;
	border-bottom-color: #F1ECD9;
	color: #000000;
	margin-right: 10px;
}
/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
/************* #souslien styles *************/

#souslien{
	font-size: 130%;
	padding: 5px 0px 5px 10px;
}
#souslien a:link{
	padding: 2px 0px 2px 10px;
	width: auto;
	width: auto;
	color: #FFFFFF;
}

#souslien a:visited{
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
}

#souslien a:hover{
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
}
/************* #souslien styles *************/

#actualite {
	float: left;
	width: 200px;
	font-size: 130%;
	height: 30px;
	background-color: #9FC104;
	margin-top: 0px;
	display: block;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	position: relative;
	background-image: url(../images/angle_g25maron.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
}
#actualiteNews {
	float: left;
	width: 200px;
	font-size: 130%;
	height: 100%;
	background-color: #FFBF00;
	display: block;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	vertical-align: text-top;
	position: relative;
	background-image: url(../images/angle_g37_9FC104.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#actualiteFin {
	background-color: #FFBF00;
	background-image: url(../images/angle_g25beige.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	position: relative;
	height: 25px;
	width: 200px;
}
#actualiteBas {
	float: left;
	width: 200px;
	font-size: 130%;
	background-color: #F1ECD9;
	display: block;
	color: #63370C;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	vertical-align: text-top;
	text-align: center;
	position: relative;
	background-image: url(../images/angle_g37_FFBF00.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}
#actualiteBas_maj {
	float: left;
	width: 200px;
	font-size: 130%;
	background-color: #F1ECD9;
	display: block;
	color: #63370C;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	vertical-align: text-top;
	text-align: center;
	position: relative;
	background-image: url(../images/angle_g37_9FC104.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}
#bandeaubasfond {
	float: left;
	width: 800px;
	height: 37px;
	background-image: url(../images/angle_gb37_016DB6.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	
}
#bandeaubas {
	float: left;
	width: 800px;
	font-size: 130%;
	height: auto;
	background-color: #016DB6;
	display: block;
	color: #F1ECD9;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	position: relative;
	background-position: right top;
	background-image: url(../images/angle_d25beige.png);
	background-repeat: no-repeat;
}
#actualiteFin_maj {

	background-color: #9FC104;
	background-image: url(../images/angle_g25beige.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	position: relative;
	height: 25px;
	width: 200px;
}