
/* Les Éléments Généraux
--------------------------------------------------------------------------------------- */

*{margin:0; padding:0;}

body {
	background: #d2cbbe url(/images/bg.gif) repeat-x top;
	color: #3c3c3c;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

img {border: 2px solid #877552;}

a img {border: 0;}
a, a:active, a:focus {outline:none;}
a:active {color: #ff0000;}

h1 {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	padding: 24px 0 0 162px;
}
h2 {
	border-bottom: 1px solid #888;
	color: #877552;
	font: bold 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 20px;
}
h3 {	
	color: #877552;
	font-size: 15px;
	line-height: 17px;
	margin: 0 0 14px 0;
}
h4 {color: #877552; font-size: 13px; margin: 0 0 3px 0;}
h5 {font-size: 12px; margin: 0;}
h6 {}

.clear {clear: both;}
.fright {float: right; padding:0 0 5px 8px;}
.fright img{ border:0;}
.fleft {float: left;}
.img-left {
	float: left; 
	margin: 0 10px 4px 0; 
}
.img-right {
	float: right; 
	margin: 0 0 4px 10px;
}



/* Le Container
--------------------------------------------------------------------------------------- */

#page {
	width: 777px;
	background: url(/images/bg-page.png) repeat-y;
	margin: 0 auto;
}



/* Le Header
--------------------------------------------------------------------------------------- */

#header {
	background: url(/images/bg-header-2.jpg) no-repeat;
	height: 305px;
	color: #fff;
}

.english #header {
	background: url(/images/bg-header-en-2.jpg) no-repeat;
	height: 305px;
	color: #fff;
}

#header p {
	padding: 24px 14px 0 0;
	float: right;
}

#header a {color: #fff; text-decoration: none;}
#header a:hover {text-decoration: underline;}

.francais a#fr, .english a#en {font-weight: bold;}

#header img {
	margin: 28px 24px 0 0;
	border: none;
	float: right;
	clear: both;
}



/* Le Contenu
--------------------------------------------------------------------------------------- */

#content {
	width: 523px;
	margin: 0 25px 0 0;
	padding: 12px 0 0 0;
	float: right;
}

#content p {margin: 0 0 12px 0;}

div.hr {
	height: 1px;
	background: #fff url(/images/bg-hr.gif) no-repeat scroll center;
	padding: 6px 0;
	margin: 0 0 12px 0;
	clear:both;
}
div.hr hr {display: none;}

#content a {color: #877552; text-decoration: none;}
#content a:hover { text-decoration: underline;}

#content ul {
	list-style-image: url(/images/bullet.gif);
	margin: 0 0 12px 20px;
}

#content ol {margin: 0 0 12px 28px;}

table {margin: 0 0 12px 0;}



/* La Sidebar
--------------------------------------------------------------------------------------- */

#sidebar {
	width: 205px;

	border-top: 8px solid #fff;
	margin: 0 0 0 15px;
	float: left;
}

#sidebar ul {list-style: none;}

#sidebar li {display: inline;}

#sidebar li a {
	background: url(images/bg-menu-off.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 14px 0 13px 25px;
	display: block;
}
#sidebar li li a {
	background: url(images/bg-menu-off.gif) left -9px no-repeat;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 4px 25px;
	display: block;
	font-size: 10px;
	font-weight: normal;
}
#sidebar li ul{
	padding-bottom: 2px;
	background: url(images/bg-menu-off.gif) left bottom no-repeat;
}

#sidebar img {margin: 0;}

#sidebar a:hover {
	color: #494b4e;
	background: url(/images/bg-menu-on.gif) no-repeat;
}
#sidebar li li a:hover {
	color: #494b4e;
	background: url(/images/bg-menu-on.gif) left -9px no-repeat;
}

#mailing {
	height: 93px;
	background: url(/images/bg-mailing.gif) no-repeat;
	margin: 8px 0 0 0 ;
}

#mailing h2 {
	border: none;
	color: #434447;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 8px 0 6px 8px;
	margin: 0;
}

#mailing p {
	color: #fff;
	font-weight: bold;
	margin: 0 0 3px 8px;
}

#mailing input {
	border: 1px solid #434447;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 0 0 3px 8px;
}

#mailing #soumettre {
	width: 86px;
	height: 17px;
	background: url(/images/submit.gif) no-repeat;
	border: none;
	cursor: pointer;
	padding: 0;
	margin: 0 0 0 8px;
}

.english #mailing #soumettre {
	width: 54px;
	background: url(/images/submit-en.gif) no-repeat;
}



/* Le Footer
--------------------------------------------------------------------------------------- */

#footer {
	width: 815px;
	margin: 0 auto;
}

#copyright {	
	height: 96px;
	background: url(/images/bg-footer.png) no-repeat;
	margin: 0 0 0 19px;
}

#copyright p {
	color: #fff;
	text-align: right;
	padding: 62px 40px 0 0;
}

#copyright a {color: #fff; text-decoration: none;}
#copyright a:hover {text-decoration: underline;}