/****************  STRUCTURE ********************/
html{
	margin:0;
	padding:0;
}

body{
	text-align:center;	
	margin:0;
	padding:0;
	background: #FFF url(images/fond.jpg) repeat-x;	
}

#page{
	text-align:left;
	padding:0;
	margin: 20px auto;
	width: 800px;
}

/****************  EN TETE **************************/
#header{
	height: 80px;
}

#header table{
	border: none;
	width: 100%;
	border-collapse:collapse;
}

#header table td{
	margin: 0;
	padding: 0;
}

#head-left{
	height: 25px;
	width: 25px;
	background: url(images/head_left.gif) no-repeat;
}

#head-right{
	height: 25px;
	width: 25px;
	background: url(images/head_right.gif) no-repeat;
}

#head-middle{
	height: 25px;
	width: 750px;
	background: url(images/head_middle.jpeg) no-repeat;
}

#head-content{
	height: 55px;
	width: 800px;
	background: url(images/bandeau.jpg) no-repeat;
}

#head-content table{
	margin: -15px 0 0 10px;
	width: 780px;
	border: none;
	border-collapse:collapse;
	height: 70px;
}

#logo{
	font-size: 22px;
}

#titre{
	text-align: left;
	font-size: 14px;
	position:relative;
	top: 5px;
}

#sous_titre{
	text-align: right;
	vertical-align: bottom;
	font-size: 12px;
}

/****************  PIED DE PAGE ***********************/
#footer{
	clear: both;
	text-align: right;
	padding-right: 15px;
	background:#e2e9f1 url(images/bandeau_bas.gif) repeat-x;
}
/**************** MENU GAUCHE *************************/
#menu-gauche{
	float:left;
	width: 150px;
	background-color: #FFF;
	text-align: left;
}

#menu-gauche ul{
	margin:10px 0 0 0;
	padding:0;
}

#menu-gauche li{
	margin:0 0 10px 0;
	padding:3px;
	list-style-type:none;
	background-color: #e2e9f1;
}
/**************** PAGE ACCUEIL  ***************************/

#page_accueil{
	padding: 10px 0 10px 0;
	text-align: justify;
	background-color: #FFF;
	border-left: 3px solid #e2e9f1;
	border-right: 3px solid #e2e9f1;
	min-height: 400px;
}

#page_accueil .presentation{
	border: 1px solid black;
	padding: 5px;
	margin: 0 auto 10px auto;
	font-size:80%;
	width: 95%;
}

#page_accueil .bloc{
	border: 1px solid #8cc7ff;
	width:80%;
	margin: 0 auto 10px auto;
	background-color: #e2e9f1;
}

#page_accueil .bloc h3{
	margin: 0;
	padding:5px;
	height: 20px;
	background: #8cc7ff url(images/bandeau-2.jpg) repeat-x;
}

#page_accueil .bloc .content{
	padding: 5px;
	text-indent: 15px;
}

#page_accueil .bloc .content2{
	padding: 5px;
}

/**************** CENTRE  ******************************/
#centre{
	margin-left: 170px;
	padding-right: 10px;
	text-align: justify;
	background-color: #FFF;
}

#centre h3{
	text-align: left;
	color: #3366FF;
}

#centre .retrait{
	text-indent: 25px;
	padding-bottom: 2px;
}

ul{
	list-style-type:none;
}

li{
	list-style-type:none;
}

.blue{color: #3333CC;}
.green{color: #009900;}
.red{color: #993300;}
.orange{color: #FF6633;}

.souligne{
	color: #3333CC;
	text-decoration: underline;
}
/**************** LIENS **********************************/
a{
	color: #3366FF;
	text-decoration: underline;
}

a:hover{
	color: #3366FF;
}

#header a{
	color: #000;
}

#header a:hover{
	color: #3366FF;
}

#menu-gauche li a{
	text-decoration: none;
}

#menu-gauche li a:hover{
	text-decoration: underline;
}

#page_accueil .bloc h3 a:hover{
	color: #FFF;
}

#centre a{
	color: #3366FF;
}

#centre a:hover{
	color: #000;
}