@charset "utf-8";
/* Valeurs Globales */
a img {border:0;}


body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: center;
    color: #FFFFFF;
    background-color: #000000;
	margin: 0;
	padding: 0;
}

H1 {
	margin: 19px 0;
	padding: 0;
	font-size: 32px;
	font-weight: bold;
}

H2 {
	margin: 15px 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
}

H3 {
	margin: 12px 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

P {
	margin: 12px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited {
    text-decoration: none;
    background-color: transparent;
}

a:hover, a:active {
    text-decoration: underline;
} 

.lienpucerouge {
	background: transparent url(images/puce-rouge.png) no-repeat scroll 0 0.35em;
	padding-left: 10px;	
	color: #9f090a;
}

.floatleft {
	float: left;
	padding: 20px;
}

.floatright {
	float: right;
	padding: 20px;
}

.erreur {
	color: #9f090a;
}

/* CONTAINER */
#container {
    width: 780px;
    margin: 0 auto;
    text-align: left;
} 

/* HEADER */
#header img {
    height: 121px;
    width: 200px;
    float: left;
}

#header {
    height: 141px;
    padding-top: 20px;
}

#header h1 {
	margin: 0;
    padding: 20px 0 0 300px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 20pt;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 2px;
} 

#header h2 {
	margin: 0;
    padding: 10px 0 0 300px;
    color: #FFFFFF;
    font-size: 12pt;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
}

/* MAIN */
#main {
	background: #ffffff;
	padding: 20px;
}

#main H1 {
    font-size: 20pt;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 2px;
	color: #595959;
	
}

/* MENU */

#menu {
	width: 160px;
	float: left;
	margin-right: 20px;
}

#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background:#EDEDED none repeat scroll 0 0;
	border-color:#D9D9D9;
	border-style:solid;
	border-width:0 1px 1px;
	margin: 10px 0 0 0;
	padding: 0;
}

#menu li {
	border-top: 1px solid #D9D9D9;
	padding: 3px 12px 3px 12px;
}

#menu li a:link, #menu li a:visited {
	color: #666666;
	font-weight: normal;
}
#menu li a:hover, #menu li a:active {
	color: #9f090a;
}

#menu li a.selected {
	color: #9f090a;
}


/* CONTENU */
#contenu {
	margin-left: 180px;	
}

#contenu H2 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

#contenu H3 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

#contenu P {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-align: justify;
	color: #666666;
	line-height:1.5;
}

#contenu a:link, #contenu a:visited {
    color: #9f090a;
}

#contenu .separator {
	background:#CCC9C4;
	margin: 5px 0 12px 0;
	height: 1px;
}

#contenu .citation {
	font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
	color: #666666;
	padding-left: 40px;
}

#contenu .bloccontenu {
	padding-bottom: 15px;
}

#contenu .fb_share_button {
	display: block;
	padding: 1px 20px 0 5px; 
	margin-left: auto;
	margin-right: 50px;
	height:15px; 
	width: 50px; 
	border:1px solid #d8dfea; 
	background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right; 
} 

#contenu a.fb_share_button:link, #contenu a.fb_share_button:visited { 
	color: #3B5998; 
} 

#contenu a.fb_share_button:hover { 
	color:#fff; 
	border-color:#295582; 
	background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right; 
	text-decoration:none; 
} 

/* LOGO */
#logo {
	float: left;
}

#logo H2 {
	color: #333333;
    font-size: 12pt;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
}

/* FOOTER */
 #footer {
    clear: both;
    text-align: center;
}

#footer .destinations {
	margin: 0;
	background: #9f090a;
	padding: 2px 0 2px 0;
	color: #000000;
	font-weight: bold;
}

#footer .destinations A {
    color: #FFFFFF;
	font-weight: bold;
}

