@charset "utf-8";

* {border: 0px; margin: 0px; padding: 0px;}
body
{
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	background-color: #cebca5;
	color: black;
	text-align:center;
}
#global {
	background-image: url(img/fond.jpg);
	background-repeat: repeat-y;
	width: 740px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}

#global #header{
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 119px;
}
#global #header a{
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 119px;
	text-indent: -5000px;
	display: block;
	width: 310px;
}
#global #contenu {
	margin-right: 30px;
	margin-left: 30px;
	height: 390px;
}
#global #contenu h2 {
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#global #contenu .colonnes {
	overflow: auto;
	width:680px;
}
#global #contenu .colonnes a{
	color: #000000;
	text-decoration: none;
}
#global #contenu .colonnes a:hover{
	color: #41a62a;
}
#global #contenu .colonnes .col-left {
	width: 335px;
	float: left;
	text-align: left;
	padding-left: 10px;
}
#global #contenu .colonnes .col-left a{
	font-weight: bold;
}
#global #contenu .colonnes .col-right {
	margin-left: 345px;
	text-align: right;
	padding-right: 10px;
}
#global #contenu .colonnes .col-right a{
	font-weight: bold;
}
#global #contenu .colonnes .col-right p {
	text-align: justify;
	text-indent: 20px;
	margin-bottom: 6px;
}
#global #contenu .colonnes .col-right .signature {
	text-align: right;
	font-style: italic;
}
#global #contenu .bd {
	text-align: center;
	height: 150px;
}
#global #contenu .flash {
	text-align: center;
	margin:auto;
	border: 2px solid #000000;
	width: 630px;
	height: 310px;
}
#global #contenu #num_page {
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 1.2em;
}
#global #contenu #navig {
	padding-top: 20px;
	padding-bottom: 10px;
}
#global #footer {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}
#global #footer p{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 3px;
}
#global #footer ul{
	list-style-type: none;
	display: block;
	width: 361px;
	overflow: auto;
	margin: auto;
	font-size: 1.2em;
}
#global #footer li{
	float: left;
	text-align: center;
}
#global #footer li.active{
	display: block;
	width: 40px;
	font-weight: bold;
}
#global #footer li.vide{
	display: block;
	width: 40px;
	border-left-width: 0px;
}
#global #footer a{
	color: black;
	text-decoration: none;
	display: block;
	width: 40px;
}
#global #footer a:hover{
	background-color: #8accc6;
}

#global #reseaux_sociaux {
	overflow: hidden;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #cebca5;
}

#global #reseaux_sociaux ul {
	float: left;
	left: 50%;
	position:relative;
	list-style-position: inside;
	list-style-type: none;
}

#global #reseaux_sociaux li {
	float: left;
	right: 50%;
	position:relative;
	width: auto;
	padding-left: 20px;
	padding-right: 0px;
	line-height: 20px;
}
