* {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
}

body {
	padding: 0;
	margin: 0;
	background: black url(/img/design/page_bg.gif) repeat-x top left;
}

img {
	border: 0;
}

a {
	color: #e30606;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dashed #e30606;
}

#container {
	width: 980px;
	margin: auto;
}

#header {
	clear: both;
	height: 110px;
}

#header a:hover, #footer a:hover {
	border: 0;
}

#logo {
	float: left;
}

#baseline {
	float: left;
	padding: 20px 0 20px 40px;
	color: white;
}

#baseline h1 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

#baseline h1 a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

#baseline h2 {
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	text-align: right;
}

#nav {
	height: 30px;
	background: black url(/img/design/nav_bg.gif) repeat-x -3px left;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	text-align: center;
}

#nav ul, #nav li {
	margin: 0;
	padding: 0;
	display: inline;
	height: 30px;
}

#nav img {
	margin: 0 2px 0 2px;
}

#nav a:hover {
	border: 0;
}

#nav img:hover, #nav img.hover {
	margin: 0;
	border-left: 2px dotted black;
	border-right: 2px dotted black;
}

#nav img.on {
	margin: 0;
	border-left: 2px solid black;
	border-right: 2px solid black;
}

#page {
	background: white;
}

#content {
	clear: both;
}

#sidebar {
	float: left;
	width: 180px;
	padding: 5px;
}

#body {
	float: left;
	width: 770px;
	padding: 5px;
}

#footer {
	clear: both;
	display: block;
	border-top: 2px dashed black;
	font-size: 0.8em;
	padding: 5px;
	height: 15px;
}

#copyright {
	clear: both;
	display: block;
	text-align: center;
	color: white;
	font-size: 0.8em;
	margin: 5px 0 10px 0;
}

div.block {
	clear: both;
	display: block;
}

div.fleft {
	float: left;
}

div.fright {
	float: right;
}

.hidden {
	display: none
}

.small {
	font-size: 0.8em;
}

.subSectionLink {
	width: auto;
	margin: 15px auto 15px auto;
	display: block;
	text-align: center;
	background-color: #fbe8e8;
	border: 2px dotted #e30606;
	padding: 5px;
}

.listImages, .listObjects {
	width: 100%;
	border: 0;
}

.listImages td, .listObjects td {
	padding: 10px 5px;
}

.listImages a {
	color: black;
}

.listImages a:hover {
	border: 0;
}

.listObjects a {
	font-size: 0.8em;
	color: #666;
}

.listObjects a:hover {
	color: #e30606;
}

.pagesNav {
	text-align: center;
	margin: 10px auto 10px auto;
	background-color: #eee;
	padding: 10px;
	border: 1px dashed #999;
}

.pagesNav ul {
	margin: 0;
	padding: 0;
}

.pagesNav li {
	margin: 0 5px 0 5px;
	padding: 3px 7px 3px 7px;
	display: inline;
	font-size: 12px;
	border: 1px solid #999;
}

.pagesNav li.current {
	background-color: #fbe8e8;
	border: 1px solid #e30606;
}

.pagesNav li a {
	color: black;
}

#sidebar div.block {
	margin: 0 0 15px 0;
	padding: 5px;
}

#sidebar .style1 {
	background-color: #eee;
	border: 1px dashed #666;	
}

#sidebar div.titre {
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	display: block;
	margin-bottom: 10px;
}

#sidebar .style2 div.titre {
	color: #e30606;
	background-color: #fbe8e8;
	border: 1px dashed #e30606;
	padding: 3px;
}

#sidebar div.texte {
	font-size: 0.8em;	
}

#sidebar ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#sidebar li {
	margin: 0 0 5px 0;
}

h2 {
	font-size: 1.2em;
	margin: 5px 0 15px 0;
}

.odd {
	background-color: #efefef;
}

.over {
	background-color: #fbe8e8;
}
/*///// messages d'information /////*/

div.usermessage {
	clear: both;
	margin-bottom: 10px;
}

div.usermessage ul {
	margin-right: 0px;
	padding: 0;
}

div.usermessage p {
	margin: 15px 0 15px 0;
}

div.usermessage li {
	list-style-type:none;
	margin: 0 0 5px 0;
	background:url(/img/fleche1.gif) no-repeat 2px 2px;
	padding:0 0 0 22px;
}

div.erreur {
	background: #fff1eb url(/img/erreur.png) center no-repeat;
	background-position: 15px 10px;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #fc9040;
	border-bottom: 2px solid #fc9040;
}

div.erreur b {
	color: #e46101;
}

div.ok {
	background: #e8fff9 url(/img/ok.png) center no-repeat;
	background-position: 15px 10px;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #0ca57f;
	border-bottom: 2px solid #0ca57f;
}

div.ok b {
	color: #078465;
}

div.info {
	background: #e1effd url(/img/information.png) center no-repeat;
	background-position: 15px 10px;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #79ade5;
	border-bottom: 2px solid #79ade5;
}

div.info b {
	color: #528ac7;
}

