/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
//
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style générale du site
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}
body{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11pt;
	background: url(images/body.gif) left top no-repeat black;
	color: white;
}
a img{
	border:none;
}
img{
	vertical-align:middle;
}
/*------------------------------------------------------------------*/
#top {
	background: url(images/pointille-horizontal.gif) bottom repeat-x;
}
#top #top-in {
	max-width: 1000px; /* max !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
	_width: 1000px;
	margin: auto;
	background: url(images/pointille-vertical.gif) left repeat-y;
}
#top #top-in #top-in-in {
	height: 50px;
	background: url(images/pointille-vertical.gif) right repeat-y;
}
/*------------------------------------------------------------------*/
#header{
	background: url(images/pointille-horizontal.gif) bottom repeat-x;
}
#header #header-in {
	max-width: 1000px; /* max !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
	_width: 1000px;
	background: url(images/pointille-vertical.gif) left repeat-y;
	margin: auto;
	padding-left: 1px;
}
#header #header-in #header-in-in {
	background: url(images/pointille-vertical.gif) right repeat-y;
	padding-right: 1px;
}
#header #header-in #header-in-in #header-in-in-in {
	height: 214px;
	background: url(images/header.jpg) right center no-repeat;
}
#header #header-in #header-in-in h1 {
	margin-left: 1px;
}
/*------------------------------------------------------------------*/
#page {
	background: url(images/pointille-horizontal.gif) bottom repeat-x;
}
#page #page-in {
	max-width: 1000px; /* max !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
	_width: 1000px;
	background: url(images/pointille-vertical.gif) left repeat-y;
	margin: auto;
	padding-left: 1px;
}
#page #page-in #page-in-in {
	background: url(images/pointille-vertical.gif) right repeat-y;
	padding-right: 1px;
}
/*------------------------------------------------------------------*/
#menu{
	width: 237px;
	float: left;
	height: 250px;
}
#menu h2 {
	font: bold 20px Arial;
	color: #5e0000;
	background: url(images/menu-h2.gif) 10px center no-repeat;
	padding-left: 30px;
	height: 25px;
	padding-top: 0px;
	margin-bottom: 5px;
}
#menu ul {
	list-style-type: none;
	background: url(images/menu-separateur.gif) top no-repeat;
}
#menu ul li {
	font: bold 14px Arial;
	background: url(images/menu-separateur.gif) bottom no-repeat;
	height: 22px;
	padding-top: 7px;
	padding-left: 25px;
}
#menu ul li a {
	color: white;
	text-decoration: none;
}
#menu ul li a:hover {
	font-style: italic;
}
/*------------------------------------------------------------------*/
#content{
	margin-left: 230px;
	font: normal 13px Arial;
	padding: 20px;
}
#content h2 {
	color: #5e0000;
	font: bold 26px Arial;
	margin-bottom: 10px;
}
#content p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content a {
	color: #cc0000;
}
/*------------------------------------------------------------------*/
#footer{
	max-width: 1000px; /* max !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
	_width: 1000px;
	background: url(images/pointille-vertical.gif) left repeat-y;
	margin: auto;
	padding-left: 1px;
}
#footer #footer-in {
	background: url(images/pointille-vertical.gif) right repeat-y;
	padding-right: 1px;
	font: normal 12px Arial;
	color: #333333;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#footer #footer-in a {
	color: #333333;
	text-decoration: none;
}
#footer #footer-in img {
	position: relative;
	top: -1px;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
/*------------------------------------------------------------------*/
