@charset "utf-8";
/* CSS Document */

/* NORMALIZATION START */

/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}

img {
margin:0;
padding:0;
display:block;}



/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Normalize list styles */
ol, ul {
list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: bold;
}

/* Normalize table borders */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
border: 0;
}

/* Normalize text-alignment */
caption, th {
text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
content: '';
}
a{
 outline:none;}


/* NORMALIZATION END */

/* LAYOUT */






html {
	position: relative;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-image:url(../images/background/carte/page_back.jpg);
	background-repeat:repeat-x;
	z-index:1;
	
}

body {
	font-size:62.5%;
	margin: 0 auto;
	width: 1000px;
/*	background-image:url(../images/background/maison/content_back.jpg);
	background-repeat:repeat-y; */
	text-align:left;

	z-index:1;
}



#masthead {
	width:1000px;
	height:225px;
	background-image:url(../images/background/carte/banniere.jpg);
	background-repeat:no-repeat;
	margin:0px;
	z-index:1;
}

.cote {
	float:left;
	position:relative;
	top:0;
	left:-300px;
	margin-right: -260px;	

	display:block;
	z-index:1;

}

#contentArea {
/*	background-image:url(../images/background/carte/content_back.jpg);
	background-repeat:repeat-y;  */
	padding-left:335px;
	padding-right:80px;
	position:relative;
	margin-bottom:-7px;
	padding-bottom:10px;	 
	z-index:1;
}

#sidebar {
	width:216px;
	position:relative;
	right:-220px;
	margin:0px;
	padding-top:0px;
	margin-left:-200px;
	background-color:#877260;
	float:right;
	color:#FFFFFF;
	z-index:1;

}



#footer {
	width:1000px;
	height:60px;
	position:relative;
	background-image:url(../images/background/carte/pied_page.jpg);
	background-repeat:no-repeat;
	clear:both;
	margin:0px;
		padding:0px;
	z-index:1;
}


/* LAYOUT END */


/* MAIN NAVIGATION */

#mainNavigation {
	width:1000px;
	height:96px;
	padding-left:100px;
	background-image:url(../images/background/carte/nav_fond.jpg);
	background-repeat:no-repeat;
	margin:0;
	z-index:100;}

.nav {
	width:102px;
	height:40px;
	display:block;
	float:left;
	background-image:url(../images/background/carte/nav_button.jpg);
	background-repeat:no-repeat;
	margin-top:1px;
	outline:none;

	text-align:center;
	vertical-align:middle;
	line-height:40px;
	
	color:#FFCC66;
	font-size:1.3em;
	text-decoration:none;
	z-index:100;}

.tall {
	line-height:20px;
	z-index:100;	
}

#mainNavigation li ul li a.tall {
	line-height:12px;
	padding-top:4px;
	height:36px;
	z-index:100;}

.nav:hover {
	font-size:1.3em;
	text-decoration:none;
	background-position: 0px -40px;
	color:#FFFFFF;
	z-index:100;
}


#mainNavigation li {
	position: relative;
	display:block;

/*IE7 HACK */
	.width:102px;
	.height:34px;
	.float:left;
	z-index:100;	
}


#mainNavigation li ul {
	position: absolute;
	top:40px;
	left:0;
	width:102px;
	height:600px;
	left:-3000px;
	z-index:1500;
}

#mainNavigation li:hover ul {
	left:0;
}


#mainNavigation .nav2{
	width:102px;
	height:34px;
	margin:0;
	display:block;
	float:left;
	background-image:url(../images/background/carte/nav_button2.png);
	background-repeat:no-repeat;
	margin-top:0px;
	outline:none;
	color:#660000;

	text-align:center;
	vertical-align:middle;
	line-height:30px;
	
	font-size:1.1em;
	text-decoration:none; 
}
#mainNavigation .nav2.tall {
	height:30px;
}

#mainNavigation .nav2:hover {
	background-position: 0px -40px;

}



/* MAIN NAVIGATION END */


/* SECONDARY NAVIGATION */

.topPage {
	width:45px;
	height:45px;
	display:block;
	position:absolute;
	left:282px;
	top:9px;
	background-image:url(../images/background/carte/top_page.png);
	background-repeat:no-repeat;
	text-decoration:none;
	text-indent:-3000px;
	outline:none;
}

.topPage:hover {
	background-position: 0px -45px;

}

#secondaryNav {
	width:500px;
	height:20px;
	position:absolute;
	top:36px;
	left:335px;
	
}

.nav2 {
	display:block;
	float:left;
	margin-right:12px;
	color:#660000;
	font-size:1.3em;
	text-decoration:none;
	outline:none;
}

.nav2:hover {
	color:#EC0000;
}


/* SECONDARY NAVIGATION END */



/* TEXT STYLES */

#contentArea h1 {
	font-size:2.6em;
	color:#400000;
	font-weight:bold;
	margin-bottom:1em;
	font-stretch:extra-condensed;
	line-height:0.9em;
}

#contentArea h2 {
	font-size:2.2em;
	color:#950000;
	margin-bottom:0.7em;
	margin-top:0.7em;
	font-weight:bold;
}

#contentArea h3 {
	font-size:2em;
	margin-bottom:0.5em;
	margin-top:1em;
}

#contentArea h4 {
	font-size:1.4em;
	margin-bottom:0.5em;
}

#contentArea p {
	font-size:1.4em;
	margin-bottom:0.5em;
	line-height:1.5em;
	text-align:justify;
}


#contentArea ul {
	margin-bottom:0.6em;
	margin-top:0.6em;
	list-style:disc;
	margin-left:20px;
}

#contentArea li {
	font-size:1.2em;
	margin-bottom:0.5em;
	font-weight:bold;
	color:#400000;
}#contentArea h1 {
	font-size:2.6em;
	color:#400000;
	font-weight:bold;
	margin-bottom:1em;
	font-stretch:extra-condensed;
	line-height:0.9em;
}

#contentArea h2 {
	font-size:2.2em;
	color:#950000;
	margin-bottom:0.7em;
	margin-top:0.7em;
	margin-top:1em;
	font-weight:bold;
}

#contentArea h3 {
	font-size:2em;
	margin-bottom:0.5em;
}


#contentArea p {
	font-size:1.4em;
	margin-bottom:0.5em;
	line-height:1.5em;
}


#contentArea ul {
	margin-bottom:0.6em;
	margin-top:0.6em;
	list-style:disc;
	margin-left:20px;
}

#contentArea li {
	font-size:1.4em;
	margin-bottom:0.5em;
	font-weight:normal;
/*	color:#400000;*/
}
/* TEXT STYLES END */


.marge {
	position:relative;
	top:0;
	left:-195px;
	float:left;
	margin-right: -190px;
}




#sidebar h2 {
	font-size:1.8em;
	height:1.9em;
	line-height:1.9em;
	background-color:#FFFFFF;
	color:#400000;
	padding-left:10px;
	padding-right:10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #400000;
	border-bottom-color: #400000;	 
}

#sidebar h3 {
	font-size:1.6em;
	padding-left:10px;
	padding-right:10px;
	padding-top:1.3em;

}


#sidebar p {
	font-size:1.1em;
	padding-left:10px;
	padding-right:10px;

}

#sidebar .date {
	font-size:1em;
	padding-left:10px;
	margin-left:10px;
	text-align:right;

	margin-right:0px;
	padding-right:10px;
    padding-bottom:1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #400000;

}

#map1, #map2, #map3 {
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 560px;
	background-color:#5F363E;
}




table {
	width:600px;
	margin:20px 0 30px 0;
	padding:0;
}

td { 
    position:relative;
	border:solid 1px #400000;
}

tr {
	margin:10px 5px 10px 5px;
	padding:0;
}
	
.col1, .col2, .col3 {
	padding:10px 5px 10px 5px;}

.col1 {
	width:200px;
	font-weight:bold;
	}
.col2 {
	width:275px;
}
.col3 {
	width:125px;
}
		


.titleRow {
	background-color:#512828;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.4em;
	padding-left:15px;
	
}

.wideCol {
	background-color:#A75454;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.1em;
	padding: 10px 5px 10px 5px;

}


