﻿/* *************************************** */
/* -------- Grafique Design - 2009 ------- */
/* -------- www.grafiquedesign.com ------- */
/* ----------------- START --------------- */
/* *************************************** */
@charset "utf-8";
/* --------------------------------------- */
/*                GENERALITES              */
/* --------------------------------------- */
/* ------- Stabilité des blocs img  ------ */
img {
	display:block;
	border:none;
	padding:0;
	margin :0;
}
/* --------------------------------------- */
/*                   BASE                  */
/* --------------------------------------- */
/* --- body-wrapper-header-footer,etc. --- */
body {
	padding:0;
	margin:0;
	background-image:url(../img/background.gif);
	background-repeat:repeat-x;
	background-position:top;	
	border:none;	
}
#center {
	margin:0 auto;
	padding:0;
	width:800px;
	height:auto;
	text-align:center;
}
#wrapper {
	margin:0 auto;
	padding:0 0 20px 0;
	width:800px;
	height:auto;
	text-align:center;
	float:left;
}
/* --------------------------------------- */
/*       GESTION DES POLICES + LIENS       */
/* --------------------------------------- */
/* ------ Communs à toutes les pages ----- */
body {
	font-family: "Verdana", Trebuchet MS, Tahoma, Arial;
	font-size: 13px;
	color: #00A0C6;
}
p {
	margin: 0;
	padding: 0 0 14px 0;
	text-align:justify;
}
.h1 {
	font-size:15px;
	font-weight:bold;	
}
.h2 {
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;	
}
.b2 {
	color:#FFFFFF;
}
a {
	color:#A1CD0A;
	text-decoration:none;
	padding:0;
	margin:0;
}
a:hover {
	color:#A1CD0A;
	text-decoration:none;
	padding:0;
	margin:0;
}
strong {
	font-weight:bold;
}
#in_bottom a,
#in_bottom a:hover {
	color:#FFFFFF;
	font-weight:bold;
}
/* --------------------------------------- */
/*                SITE CONTENT             */
/* --------------------------------------- */
#sitecontent {
	width: 800px;
	height: auto;
	text-align:left;
	float: left;
	padding: 0;
	margin: 0;
	background-color:#BDE4F7;	
}
#cale_gauche {
	width:185px;
	height:30px;
	margin:0;
	padding:0;
	float:left;
}
.list {
	width: auto;
	height: auto;
	margin : 0;
	padding: 0;
	float:left;
}
.list_li {
	width: auto;
	height: auto;
	margin : 0;
	padding: 4px 0 0 0;
	list-style-type:none;
	color:#4E8196;
	font-size:22px;
	list-style-position: outside;
	list-style-image:url(../img/puce_fleche.jpg);
}
#texte {
	width: 800px;
	height: auto;
	text-align:left;
	float: left;
	padding: 0;
	margin: 0;	
}
#txt_inside {
	width : auto;
	height: auto;
	float:left;
	padding: 20px 60px 20px 60px;
	margin:0;
	line-height:1.7em;
}
/* --------------------------------------- */
/*              HEADER + BANNER            */
/* --------------------------------------- */
#header {
	width: 800px;
	height: 389px;
	text-align:left;
	float: left;
	padding: 0;
	margin: 0;
}
#banner {
	width: 800px;
	height: 128px;
	text-align:left;
	float: left;
	padding: 0;
	margin: 0;
}
/* --------------------------------------- */
/*                 BODY SITE               */
/* --------------------------------------- */
#body_site {
	width: 800px;
	height: auto;
	text-align:left;
	float: left;
	padding: 20px 0 20px 0;
	margin: 0;
}
/* --------------------------------------- */
/*             BAS PAGE + BOTTOM           */
/* --------------------------------------- */
/* -------- header-langue-banner --------- */
#bas_page {
	width:800px;
	height:203px;
	float:left;
	padding:0;
	margin:0;
}
#bottom_bottom {
	width: 800px;
	height: 20px;
	text-align:left;
	float: left;
	padding: 0;
	margin: 0;
}
#bottom {
	width: 750px;
	height: 125px;
	text-align:left;
	float: left;
	padding: 0 0 0 50px;
	margin: 0;
	background-image:url(../img/bottom.jpg);
	background-repeat:no-repeat;
}
#in_bottom {
	width:750px;
	height:auto;
	float:left;
	padding: 40px 0 25px 0;
	margin:0;
}
/* --------------------------------------- */
/*                 FOOTER GD               */
/* --------------------------------------- */
/* ------- signature site-copyright ------ */
#footer {
	width:800px;
	height: auto;
	float:left;
	text-align:center;
	font-size:11px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display:block;
	color:#0089c3;
}
#footer a {
	color:#A1CD0A;
	text-decoration:none;
	font-weight:bold;
	overflow: hidden;		
}
#footer a:hover {
	color:#A1CD0A;
	text-decoration:none;
	font-weight:bold;
	overflow: hidden;	
}

/* *************************************** */
/* -------- Grafique Design - 2009 ------- */
/* -------- www.grafiquedesign.com ------- */
/* ------------------ END ---------------- */
/* *************************************** */