/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
	background-image: url(images/bg.png);
	background-repeat:repeat-x;
	background-color: #134795;
}

div#conteneur {
	width:1000px;
	margin:0 auto 0 auto;
	overflow:auto;
}

div#header {
	width:100%;
	height:179px;
	margin:0 0 0 0;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	text-align:right;
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#A1B4D2;
}

div#header a {
	text-decoration:none;
	color:#A1B4D2;
}

div#header a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}

div#bottom {
	width:100%;
	margin:0 0 10px 0;
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:21px;
}

.fin_page {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;/*A1B4D2*/
	margin:0 0 10px 0;
	text-align:center;
}

.fin_page a {
	color:#FFFFFF;/*A1B4D2*/
	text-decoration:none
}

.fin_page a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.ref {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;/*A1B4D2*/
	margin:0 0 2px 0; 
	text-align:center;
}

div#contenu {
	width:720px;
	margin:0 10px 0 0;
	float:right;
	/* pour IE prob marge gauche display: inline;*/
}

div#contenu ul{
	margin-left:20px;
	list-style-type:square;
	color:#FFFFFF;
	/* pour IE prob marge gauche display: inline;*/
}

div#menu {
	width:230px;
	float:left;
	margin-left:10px
}

.coordonnees{
	font-family: Arial, Helvetica, sans-serif ;
	color:#FFFFFF;
	font-size:14px;
	margin:4px 0 6px 0;
}

div#centre {
	overflow: auto;
	background-image:url(images/bg_corps.png);
	background-repeat:no-repeat;
	background-position:center;
}

ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#menu li a {
	display: block;
	height: 27px;
	line-height: 27px;
	background: url(images/fond_menu.png) no-repeat left top;
	padding-left: 29px;
	margin: 2px 0;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

ul#menu li a:hover {
	background-position: left bottom;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border-bottom: 1px solid #C70000;
}

ul#activites {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#activites li a {
	display: block;
	height: 20px;
	line-height: 20px;
	background: url(images/fond_menu-petit.png) no-repeat left top;
	padding-left: 54px;
	margin: 2px 0;
	color: #FFFFFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:none;
}

ul#activites li a:hover {
	background-position: left bottom;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border:none;
}

.titre_blanc {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif ;
	color:#FFFFFF;
	font-weight: normal; 
}

.titre_blanc-texte {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif ;
	color:#FFFFFF;
	font-weight: normal; 
	font-size:19px;
	border-bottom:2px solid white;
}

.titre_bleu {
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif; 
	color:#A1B4D2;
}

.titre_bleu-texte {
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif; 
	color:#A1B4D2;
	font-size:20px;
}

.photographie {
	border:2px solid white;
	margin:16px;
}

.texte {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:justify;
	margin:5px;
}

.texte a{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

.texte a:hover{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

