/* --- STYLES DE BASE --- */

/* Page */
html {
	font-size: 100%; /* �vite un bug d'IE 6-7. (1) */
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: .7em; /* � adapter pour la police choisie. (3) */
	line-height: 1.4; /* � adapter au design. (4) */
	color: #878787;
	background: white;
	text-align: center;
}
#main {
	margin: 0 auto;
	padding: 0;
	background: white;
	width: 767px;
	position: relative;
}
#header {
	margin: 0;
	padding: 0;
	background: #fff url("/images/header.jpg") no-repeat top center;
	height: 207px;
}
#navBar {
	margin: 0;
	padding: 0;
}
#wrapper {
	margin: 0;
	padding: 0 20px;
	background: #fff url("/images/bg-wrapper.jpg") repeat-y top center;
	clear: both;
}
#sideBar {
	margin: 0;
	padding: 0;
	text-align: left;
	float:left;
	width:180px;
}
#verticalSeparation {
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}
#content {
	margin: 0 0 0 200px;
	padding: 0;
	text-align: left;
}
#footer {
	margin: 0;
	padding: 0;
	background: #fff url("/images/footer.jpg") no-repeat top center;
	height: 89px;
}
/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
	line-height: 1.2;
	font-weight: bold; /* Valeur par d�faut. (6) */
	font-style: normal;
}
h1 {
	font-size: 1.75em;
}
#content h1 {
	font-size: 1.4em;
	color: #38B2D1;
	text-transform: uppercase;
	margin: 0;
	padding: 0.75em 0  0.2em;
}
h2 {
	font-size: 1.5em;
}
#sideBar h2 {
	font-size: 1.4em;
	font-variant: small-caps;
	margin: 0;
	padding: 0.8em 0  0.25em;
}
#content h2 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 1.25em;
}
#content h3 {
	font-size: 1.2em;
	color: #38B2D1;
	margin: 0;
	padding: 0.5em 0  0.2em;
}
h4 {
	font-size: 1em;
}
#content h4 {
	font-size: 1.4em;
	color: #38B2D1;
	margin: 0;
	padding: 0;
}
/* Listes */
ul, ol {
	margin: .75em 0 .75em 32px;
	padding: 0;
}
#navBar ul {
	margin: 0;
	padding: 0;
	height: 34px;
}
#navBar ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	height: 34px;
	overflow: hidden;
}

#sideBar ul li{
	margin: 0;
	padding: 0;
	list-style-image: url("/images/puce-sidebar.gif");
	font-size:1em;
}
#content ul li{
	margin: 0;
	padding: 0 0 0.75em;
	list-style-image: url("/images/puce-content.gif");
}
/* Paragraphes */
p {
	margin: .75em 0; /* Marges plus faibles que par d�faut. (7) */
}
#content p {
	text-align: justify;
}
#footer p {
	margin: 0;
	padding: 2.5em 0;
}
address {
	margin: .75em 0;
	font-style: normal;
}
#pseudoCompte {
	font-size: 1.3em;
}
/* Liens */
a {
	text-decoration: underline;
}
a:link {
	color: #38B2D1;
}
a:visited {
	color: #38B2D1;
}
a:hover, a:focus, a:active {
	color: #555;
}
a img {
	border: none;
}
img {
	border: none;
}
/* Divers �l�ments de type en-ligne (8) */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

/* Formulaires */
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, button, select {
	vertical-align: middle; /* Solution pb. d'alignement. (9) */
}
#content input.pl_button {
	background: #38B2D1;
	border: 1px solid #38B2D1;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.2em;
}
#content .Formulaires label {
	text-align: right;
	width: 200px;
	display: block;
	float: left;
	margin: 0;
	padding: 3px 5px 0 0;
}
#content .Formulaires input, #content .Formulaires textarea, #content .Formulaires select {
	background: #fff;
	border: 1px solid #38B2D1;
	color: #38B2D1;
	margin: 0 0 10px;
	padding: 1px;
	text-align: left;
}
#content .Formulaires textarea {
	width: 250px;
	height: 150px;
}
#content .Formulaires input.pl_button {
	background: #38B2D1;
	border: 1px solid #38B2D1;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 0 205px;
	text-align: center;
}
#sideBar input.ChampsConnection {
	background: #fff;
	border: 1px solid #38B2D1;
	color: #38B2D1;
	margin: 0 0 10px;
	padding: 2px;
	text-align: left;
	width: 160px;
}
#content .AreaBanniere {
	width: 100%;
	height: 70px;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	border: 1px solid #38B2D1;
	color: #555;
}
#content .AreaFormulaire {
	width: 100%;
	height: 250px;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	border: 1px solid #38B2D1;
	color: #555;
}
.EditTemplate {
	width: 50px;
}
/* Tableaux */
#content table {
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #555;
	width: 520px;
}
#content table thead tr th{
	padding: 2px;
	border: 1px solid #555;
	background: #38B2D1;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
}
#content table tbody tr td{
	padding: 2px;
	border: 1px solid #555;
	text-align: center;
	font-size: 0.8em;
}
#content table tbody tr:hover td{
	padding: 2px;
	border: 1px solid #555;
	background: #ececec;
	color: #000;
	text-align: center;
	font-size: 0.8em;
	cursor: pointer;
}
#content table tfoot tr th{
	padding: 2px;
	border: 1px solid #555;
	background: #38B2D1;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
}
#content table tfoot tr th a:link, #content table tfoot tr th a:visited {
	color: #fff;
	text-decoration: none;
}
#content table tfoot tr th a:hover, #content table tfoot tr th a:active {
	color: #fff;
	text-decoration: underline;
}
/* Boite � outils */
.Spacer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	display: block;
}
.Centerize {
	margin: 0 auto;
	text-align: center;
}
.SeparateContent {
	margin: 10px auto;
	text-align: center;
	background: #fff url("/images/separate-content.jpg") no-repeat center center;
}
object, embed {
	margin-bottom:1em;
	margin-right:1em;
}
.LegendeTemplate {
	float: right;
	margin: 50px 50px 0 0;
}
#groupeJechange {
	position: absolute;
	width: 185px;
	height: 70px;
	top: 120px;
	left: 175px;
	display: block;
	text-decoration: none;
	outline: none;
}
.formIns
{
	display : none;
}