/* CSS Document */
body {
	background-color:#e0e0e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:0 auto;
	padding:0;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border */
}
div#wrap {
	width:90%;
	background:#ffffff url('../img/header-bg.png') no-repeat scroll top left;
	margin:0 auto;
	padding:0;
}
/*  header */
div#header {
	padding:30px 20px 0 20px;
	height:100px;
}
div#header-info
{
	float: right;
	letter-spacing:-1px;
	margin: 5px;
	margin-top: -20px;
	font-size: 14px;
}
div#header-text{
	float: left;
}
div#header div#header-text h1, div#header div#header-text h2 {
	padding:0;
	margin:0;
}
div#header div#header-text h1, div#header div#header-text h1 a {
	color:#c80094;
	border-bottom:none;
	font-size:1.8em;
	letter-spacing:-5px;
	line-height:1.0em;
	text-transform:lowercase;
}
div#header div#header-text h1 a span {
	color:#9c9d9d;
}
div#header div#header-text h2 {
	color:#9c9d9d;
	letter-spacing:-2px;
	margin-top:-5px;
}

div#header div#header-dir p{
	font-size:0.85em;
	text-align:justify;
	margin-bottom:10px;
}
/* content */
div#content {
	border-top:2px solid #c80094;
	background:#ffffff url('../img/body-bg.png') repeat-x scroll top left;
}
div#content a{
	color:#00ff00;
	font-weight: bold;
}
div#content img{
	border:none;
}
/* Page */
div#directory{
	font-size:0.85em;
	color:#9c9d9d;
	clear:both;
	padding:0px 20px 0 20px;
	height: 20px;
	width:100%
	background-color: #9c9d9d;
	font-weight: bold;
}
div#page {
	float:left;
	padding:10px;
	width:66%;
	color:#555555;
}
div#page div#legende, div#page div#legende table{
	font-size:0.85em;
	color:#555555;
}


div#page div#saviezvous {
	margin: 20px;
	border: 2px solid #00ff00;
	background-color: #DDFFDD;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;	
	 border-radius: 5px;
}
div#page div#saviezvous h1 {
	padding:inherit;
	padding: 20px 20px 0 20px;
	letter-spacing:0;
	font-size:1.3em;
	color:#00ff00;
	font-weight: bold;
}

div#page div#saviezvous p{
	padding:inherit;
	padding: 0 20px 0 20px;
}
div#page div#legende tdimg{
	width: 50px;
}
div#page div#legende tdtxt{
	width: 120px;
}
div#page h2 {
	color:#c80094;
	letter-spacing:-2px;
	background-image: url(../img/fondtitre.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
}
div#page h2 strong, div#page h3 strong {
	color:#00ff00;
}
div#page h3 {
	color:#c80094;
}
div#page h5 {
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
	color:#333333;
}
div#page p {
	font-size:0.85em;
	text-align:justify;
	margin-bottom:10px;
	padding-left: 50px;
	}
div#page a {
	}
div#page ul {
	padding-left: 50px;
	font-size:0.85em;
	text-align:justify;
	margin-bottom:10px;
	list-style-position: inside;
	list-style-image: url(../img/puce.gif);
	}
div#page il {
	margin-left: 50px;
}
div#page important {
	font-size:0.85em;
	text-align:justify;
	margin-bottom:10px;
	font-weight: bold;
	}
	
div#page div#bandeaumarques {
	width: 300px;
/*	border: 1px solid #333333;*/
	top:0px;
	height:100px;
	 }
div#page div#imggauche{
	float: left;/*	border: 1px solid #333333;*/
	margin-right: 10px;
	 }

/* sidebar + sidebar styles */
div#sidebar {
	float:right;
	width:28%;
	padding:10px;
}
div#sidebar h3 {
	background:transparent url("../img/h3-bg.png") no-repeat scroll bottom left;
	color:#c80094;
	letter-spacing:0;
	font-size:1.3em;
	margin-bottom:5px;
	padding:0 0 5px 0;
	font-weight:normal;
}
div#sidebar h3 strong {
	color:#00ff00;
}
div#sidebar p.newsitem {
	font-size:0.82em;
	margin-bottom:10px;
}
div#sidebar p.newsitem span {
	font-size:0.75em;
	text-transform:uppercase;
	color:#c80094;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* footer styles */
div#footer {
	clear:both;
	padding:10px 5px;
	border-top:1px solid #dbdbdb;
	width:98%;
	height:10px;
	margin:0;
	font-size:small;
}
div#footer p {
	margin:0;
	color:#999999;
}
div#footer p a {
	color:#999999;
	border-bottom:none;
	text-decoration:underline;
}
