/*
--------------------------------------------------------------------
Auberge Dragon Rouge Base Styles
WEB designer: Marie-Eve Roy
Version:  juillet 2008
-------------------------------------------------------------------------- */



/*                                                           GENERAL RULES
-------------------------------------------------------------------------- */
* {
	margin : 0;
	padding : 0;
}  
	  
body {
	background: #d2b79c;
	background-position:top right;


	/* global font settings */
	font-family: Arial, Helvetica, sans-serif;
	color: #000; /* main text color */
}




/*                                                             GLOBAL DIVS
-------------------------------------------------------------------------- */
div#global {
	width : 817px;
	height:inherit;
	background:none;
	padding:0px;
	text-align:left;
}
	
	  
	  
	   
/*                                                    GLOBAL TEXT SETTINGS
-------------------------------------------------------------------------- */	 	
h1 {
	font-size: 23px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
	padding-left:5px;
	background-image:url(../img/img_h1.jpg);
	background-repeat:no-repeat;
	margin-bottom: 10px;
	padding-left:25px;
}

h2 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 12px;
	color:#c31200;
	padding-left: 25px;
}


h3 {
	font-size: 17px;
	padding-left: 25px;
	padding-top: 6px;
}

h4 {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	padding-left: 25px;
	padding-top: 1px;
}

h5 {
	font-size: 15px;
	font-weight:bold;
	color: #c31200;
	padding-left: 25px;
	padding-top:8px;
	line-height:17px;
}

h6 {
	font-size: 15px;
	font-weight:bold;
	color: #000;
	padding-left: 25px;
	padding-top:5px;
	line-height:18px;
}

p {
	margin-left: 1em 0;
	line-height: 17px;
	padding-top: 7px;
	padding-left: 25px;
	font-weight: normal;
	font-style: normal;
	font-size:12px;  
}


blockquote {
	font-size:12px;
	font-weight:bold;
	line-height: 12px;
	padding-right: 40px;
	padding-left: 27px;
}  



table {
	height:inherit;
	text-align:left;
	cellpadding: 0px;
	cellspacing: 0px;
}


tr {
	text-align:left;
}

th {
	text-align:left;
}   

td {
	vertical-align: top;
	}
	
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}
	
hr {
	width:530px;
	height:1px;
	text-decoration:none;
	color:#7B0401;
	margin:0px;
}   
/*                                                                  CLASS
-------------------------------------------------------------------------- */  
table.menu {
	height:inherit;
	text-align:left;
	margin-left: 25px;
	margin-top: 10px;
	cellpadding: 0px;
	cellspacing: 0px;
	border-top: 1px solid #c0aa94;
	border-bottom: 1px solid #c0aa94;
	background-color:#dcc7b2;
}

th.menu {
	text-align:center;
	padding:3px;
} 

p.menu {
	padding:0px;
}

a.menu {
	color:#a58c74;
}

a:hover.menu {
	color:#fff;
}


.color {
	color: #000;
	font-weight: normal;
}


/*                                                   NAVIGATION MENU HAUT
-------------------------------------------------------------------------- */

div#header {
	height: 101px;
	width:817px;
	margin: 0px;
	padding: 0px;
	float:left;
	background-image:url(../img/bgrd_header.jpg);
	background-repeat:no-repeat;
}

div#headermenu {
	height:20px;
	padding-left : 100px;
	margin-top:26px;	
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	font-size:14px;
	font-variant:small-caps;
	text-decoration:none;
	padding-right:1.45em;
}

#nav li li a {
	font-size:0.7em;
	display: block;
	font-weight: normal;
	color: #fff;
	font-variant: normal;
	background-color:#cf1400;
	width:140px;
	padding: 0.3em 5px;
}

#nav li li a:hover {
	color:#000000;
	padding: 0.3em 5px;
}

li { /* all list items */
	float: left;
	cursor: default;
}


li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	text-decoration: none;
	line-height:12px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: #cf1400;
	border: 0;
}


li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}



/*                                                         SOUSMENU GAUCHE
-------------------------------------------------------------------------- */
div#sousmenu {
	width: 147px;
	height:550px;
	background-image:url(../img/bgrd_smenu.jpg);
	background-repeat: no-repeat;
	
}

#sousmenu p {
	color: #000;
	padding-left:6px;
	padding-right:0px;
	padding-top:20px;
	line-height:2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
} 


#sousmenu a {
	display:block;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding-left:18px;
	padding-right:0px;
} 

#sousmenu a:hover {
	color: #cf1400;
	background-color: #d2b79c;
	text-decoration: none;
} 




/*                                                                   TEXTE
-------------------------------------------------------------------------- */
div#texte {
	padding:15px;
	width:550px;
	position:absolute;
	left:175px;
	top: 120px;
	width:550px;
	z-index: 2;
}


#texte ul {
	margin-left: 1em 0;
	padding-top: 7px;
	padding-left: 45px;
	font-weight: normal;
	font-style: normal;
	font-size:12px;
	
}

#texte li {
	line-height: 16px;
	padding-bottom: 5px;
	list-style-image:url(../img/Btn_liste.gif);
	display:block;
	float:left;
}


/* Fixes footer containment bug in IE-Win (5 and 6)
http://www.positioniseverything.net/explorer/escape-floats.html
But IE5-Mac shouldn't see this \*/

* html #footer p {
	height:1%;
}
/* Resume IE5-Mac */
