/* ----------------------------------------
   © 2008 - 2010
   Web Creations Tous droits réservés 
   Réalisation: Studio Devil & TheToch
   ---------------------------------------- */
   
   
body {
	margin:0px auto;
	padding: 0px;
	width: 100%;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Tahoma;
	font-size: 12px;
	color: #000000;
	background: #d2d2d2;
}
a, strong a {
	color: #3979C3;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #3979C3;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}

img {
	margin: 0px 0px 5px;
	border: none;
}
p {
	margin: 0px 0px 12px;
}
form {
	margin: 0px;
	padding: 0px;
}
hr.hidden {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px 0px 3px 0px;
	color: #3979C3;
	border-bottom: 1px dashed #CCCCCC;
	font: normal 170%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 2px;
}
h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 3px;
	color: #3979C3;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 2px solid #CCCCCC;
	font: normal 170%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 2px;
}
h3 {
	font: normal 150%/100% "Trebuchet MS", Tahoma, Arial;
	color: #489aac;
	margin: 0px 0px 5px 0px;
}


/***  BODY  ***/
#ombre-page-d{
	background: transparent url('../images/ombre-page-d.gif') repeat-y left;
	padding-left:20px;
}
#ombre-page-g{
	background: transparent url('../images/ombre-page-g.gif') repeat-y right;
	padding-right:20px;
}
#page {
	margin: 0px auto;
	position: relative;
	width: 100%;
	max-width: 1000px;
	min-width: 900px;
	background: #FFFFFF;
}


/***  HEADER  ***/
#header {
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	max-width: 1000px;
	min-width: 900px;
	height: 170px;
	background: #046380 url(../images/logo.png) no-repeat left;
}
#header-menu {
	margin: 0px;
	padding-top: 27px;
	height: 40px;
	background: #FFFFFF url(../images/backg-submenu.png) repeat-x;
	list-style-type: none;
	text-align: center;
}
#header-menu li{
	margin: 0px;
	padding: 0px;
	margin-right: 15px;
	display: inline;
	list-style-type: none;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

#header-menu a, strong a, a:visited{
	color: #e7f4fb;
	text-decoration: none;
	outline: none;
}
#header-menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/***  MENU  ***/
#menu {
	margin: 23px 0px 15px; 
	padding: 10px 10px 10px 15px;
	float: left;
	width: 100%;
	max-width: 200px;
	min-width: 170px;
}
#menu li{
	margin: 0;
	padding: 5px 5px 5px 0px;
	line-height: 150%;
	background: url(../images/mini-navig.gif) no-repeat left;
	list-style-type: none;
	border-bottom: 1px dashed #CCCCCC;
	display: block;
}
#menu a, strong a, a:visited  {
	padding: 5px 5px 5px 10px;
	color: #000000;
	text-decoration: none;
	outline: none;
}
#menu a:hover {
	padding: 5px 5px 5px 10px;
	background: url(../images/mini-navig-hover.gif) no-repeat left;
	color: #ff9900;
	text-decoration: none;
}
.menu-list {
	margin: 0px 0px 15px; 
	padding: 0px; 
	list-style-type: none
}
.pub {
	margin: 0px 0px 15px 13px;
	padding: 0px; 
	list-style-type: none;
	position: relative;
	width: 180px;
}


/***  CONTENU  ***/
#contenu {
	margin: 0px;
	padding: 10px 10px 10px 15px;
	float: left;
	width: 100%;
	max-width: 706px;
	min-width: 700px;
}
#contenu a, .chemain a:visited{
	color: #046380;
	text-decoration: none;
}
#contenu a:hover{
	padding: 5px 5px 5px 10px;
	color: #ff9900;
	text-decoration: none;
}
.chemain {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #A7A7A7;
	text-align: right;
}
.chemain a, .chemain a:visited{
	color: #046380;
	text-decoration: none;
}
.chemain a:hover{
	padding: 5px 5px 5px 10px;
	color: #ff9900;
	text-decoration: none;
}
#auteur {
	margin: 0px 0px 3px 0px;
	color: #3979C3;
	border-bottom: 1px dashed #CCCCCC;
	font: normal 170%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 2px;
	text-align: right;
}


/***  FOOTER  ***/
#footer {
	margin: 0px;
	padding: 10px 10px 10px 15px;
	text-align: center;
	position: relative;
	clear: both;
}
#footer a, .chemain a:visited{
	color: #046380;
	text-decoration: none;
}
#footer a:hover{
	padding: 5px 5px 5px 10px;
	color: #ff9900;
	text-decoration: none;
}


/***  LIVRE D'OR  ***/
#id-livreor {
	background: #efefef;
	border-top: #CCCCCC 1px dashed;
	border-bottom: #CCCCCC 1px dashed;
	padding: 0px 0px 0px 0px;
}
#pseudo-livreor {
	background: #efefef;
	border-top: #CCCCCC 1px dashed;
	border-bottom: #CCCCCC 1px dashed;
	padding: 0px 0px 0px 0px;
}
#message-livreor {
	background: transparent url(../images/back-mess.png) no-repeat top left;
	border-bottom: #CCCCCC 1px dashed;
	margin: 0px 0px 15px 0px;
	padding: 15px 0px 55px 60px;
}


/***  AUTRE  ***/
#ombre-haut-droite{
	background: transparent url(../images/ombre-h-g.gif) no-repeat top left;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
#ombre-haut-gauche{
	background: transparent url(../images/ombre-h-d.gif) no-repeat top right;
	padding: 7px 0px 0px 0px;
}
#ombre-gauche{
	background: transparent url(../images/ombre-g.gif) repeat-y left;
}
#ombre-droite{
	background: transparent url(../images/ombre-d.gif) repeat-y right;
}
#ombre-bas-droite{
	background: transparent url(../images/ombre-b-g.gif) no-repeat bottom left;
	padding: 0px 0px 0px 10px;
}
#ombre-bas-gauche{
	background: transparent url(../images/ombre-b-d.gif) no-repeat bottom right;
	padding: 0px 10px 20px 5px;
}


/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; } 