/* ---------------- page  */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
	background-color: #d5e5f2;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover, a:focus {
	color: #003300;
}


strong {
	color: #0066FF;
}

#page {
	width: 900px;
	max-width: 90em;
	min-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

/* --------------------bandeau */
#bandeau {
	width: auto;	
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 106px;
}

#bandeau_menu{
	margin:0;
	list-style-type: none;
	color: #FFFFFF;
	text-align:right;
	margin-top:0px;
	margin-right:0px;
	font-family: Sans;
	padding-top: 45px;
	padding-right: 10px;
	
}
#bandeau_menu li{
	display: inline;
	font-family: Sans;
	font-size: small;
	color:#FFFFFF;
}
#bandeau_menu li a{
	color: #FF9900;
	text-decoration:none;
	width:auto;
	font-size: 12px;
	font-family: Sans;
	margin-bottom: 5px;
	margin-top: 2px;
	margin-right: 12px;
	font-weight: bold;
	outline-width: thin;
}
#bandeau_menu li a:hover {
	text-decoration:none;
	background-color: #FF8200;
	color:#FFFF00;
}

.titre_logo {
	color: #FFFFFF;
	font-style: normal;
	font-family:Sans;
	font-size:x-large;
	font-weight: bolder;
	width: 400px;
	margin-left: 140px;
	float: left;
}

#site {
  width: 480px;
	float: right;
	margin: 5px;
}


/* --------------Conteneur central */
#centre {
	padding: 5px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
}


/* Bloc central */
#contenu-centre {
	width: auto;
	overflow: hidden;
	margin-top: 0px;
	background-color: #FFFFFF;
}

#contenu-centre0 {
	width: auto;
	overflow: hidden;
	margin-top: 0px;
	background: white;
	
}

/* --------------Contenu principal */
#principal {
	margin-left: 150px;
	width: auto;
	color: #181A12;
	background: #FFFFF0;
}
#bloc{
	
	float: left;
	background-position: top;
	margin-left: 50px;
} 

#blocG{
	width:380px;
	float: left;
	margin: 5px;
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 10px;
} 

#blocD{
	width: 480px;
	float: right;
	margin: 5px;
	background-image: url(images/fond_menuC_appli.png);
	background-repeat: no-repeat;
	background-position: top;
} 
#loc{
	margin-left: 10px;
	border: 1px;
	border-style: dotted;
	background-color: #F9F9F9;
	margin-top: 10px;
}
.titre_bloc {
	color: #3399FF;
	font-style: normal;
	font-family:Sans;
	font-size:large;
	font-weight: bolder;
	text-indent: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
} 
.titre2_bloc {
	color: #FF8809;
	font-style: normal;
	font-family:Sans;
	text-align:left;
	font-size:medium;
	font-weight: bolder;
	text-indent: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
	border: 1px;
	border-bottom-style: dotted;
	border-color: #FE8607;
} 

.titre2_bloc:first-letter{
	color: #FF8809;
	font-family: Sans;
	text-align: left;
	font-size: large;
	margin-bottom: 10px;
}

.texte_bloc
{
	color: #666666;
	font-family: Sans;
	text-align: left;
	font-size: small;
	margin-right:10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.texte_bloc:first-letter
{
	
	font-family: Sans;
	text-align: left;
	font-size: 16px;
	margin-bottom: 10px;
}

.titre_activite
{
	color: #996600;
	font-family: Sans;
	text-align: left;
	font-size: small;
	margin-bottom: 5px;
	font-weight: bold;
	border-top: 10px;
	text-indent: 15px;
}

.titre_description
{
	color: #996600;
	font-family:Sans;
	text-align: left;
	font-size: small;
	margin-bottom: 5px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-indent: 15px;
	background-color: #FFFFFF;
	background-image:url(images/rect2816.png);
}



ul#menu_liste_texte_bloc {
margin-left:50px;
color: #666666;
	font-size: small;
	text-align: left;
	font-family: Sans;

}

/* -------------------Pied de page */
#pied {
	background-image: url(images/fond_pied.png);
	background-repeat: no-repeat;
	height: 70px;
}

.titre-pied
{  padding-top: 10px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

