@charset "utf-8";

/* La page
-------------------------------------------------------- */
body {
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E8F6F8;
	text-align: center;
}
#page{
	width: 950px;
	margin: 1em auto;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.titre_liens {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #20a2b9;
	text-decoration: none;
}
.titre_bloc_liens {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;;
	padding-top: 2px;
}
.texte_courant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.texte_courant_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.img_float_left {
	float: left;
}
a.lien_courant:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #20a2b9;
	text-decoration: underline;
}
a.lien_courant:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #20a2b9;
	text-decoration: underline;
}
a.lien_courant:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #20a2b9;
	text-decoration: none;
}
a.lien_courant:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #20a2b9;
	text-decoration: underline;
}

/* Header interactif
-------------------------------------------------------- */
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#menu_crayon{
	text-align: left;
	text-indent: 20px;
	vertical-align: bottom;
	display: inline;
	padding-top: 15px;
}
#lien_home{
	text-align: right;
	vertical-align: bottom;
	height: 70px;
	width: 250px;
}
.rubrique_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5A5A5A;
	text-decoration: none;
}

/* Le header
-------------------------------------------------------- */
#top{
	height: 132px;
}
#menu_crayon{
	float: left;
	text-align: left;
	text-indent: 20px;
	vertical-align: middle;
	display: inline;
	margin-top: 7px;
}

/* Le coeur de page
-------------------------------------------------------- */
#middle {
	background: transparent url(img/middle_bg.png) repeat-y center top;
}
#coeur_quoi {
	width: 890px;
	height: 400px;
	background-image: url(img/bg_quoi.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-left: 30px;
}
#coeur_contacts {
	width: 890px;
	height: 400px;
	background-image: url(img/bg_contacts.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-left: 30px;
}
#bloc_liens {
	width: 435px;
	height: 120px;
	background-image: url(img/fond_lien.png);
	background-repeat: no-repeat;
	position: relative;
	float: left;
}
#bloc_texte_liens {
	width: 245px;
	height: 100px;
	position: relative;
	float: left;
	top: 20px;
}
#texte_quoi_contacts {
	height: 200px;
	width: 400px;
	left: 210px;
	top: 50px;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	float: left;
}

/* Le pied de page
-------------------------------------------------------- */

#footer{
	margin: 0;
	padding: 0;
	background: transparent url(img/footer_bg.png) no-repeat left top;
	color: #666;
	height: 64px;
	clear: both;
}

#footer span.right{
	display: block;
	float: right;
	margin-top: 26px;
	margin-right: 16px;
	text-align: right;
	width: 252px;
}

#footer span.left{
	display: block;
	float: left;
	margin-top: 26px;
	margin-left: 16px;
	text-align: left;
	width: 432px;
}

#footer a{
	color: #FFFFFF;
	background-color: transparent;
}

#footer a:hover{
	text-decoration: none;
