/* Mise en page globale */

body {

	background-color: #444444;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
		margin: 2em 6.5em 2em 6.5em;

	}
	
	
	#container {
	width:800px;
	height:auto;
	margin:auto;
	
	}
#menuhaut{
    width: 800px;
	height: 35px;
	padding: 0.7em 0em 1em;
	background-color:#FFFFFF;
	list-style-type: none;
	color: #444444;
	text-align: right;
	font-size:12px;
	text-decoration:none;}
	
#main{
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	border:medium;
	margin:inherit;
	
}

#main h1{
	margin-left: 15em;
	margin-top: 2em;
	padding-bottom: 0.2em;
	font-size: 1em;
	font-variant: small-caps;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-color: #030D56;
	border-bottom-style:none;
}
#main h2{
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 15.5em;
	text-align: justify;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
#main h3{
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 3em;
	margin-left: 7em;
	text-align: justify;
	font-size: 12px;
	font-weight:normal;
	color: #444444;	
}
#main h4{
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 8em;
	text-align: justify;
	font-size: 10px;
	font-weight: bold;
	color: #000000;	
	}
#main h5{
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 8em;
	text-align: justify;
	font-size: 11px;
	font-weight: bold;
	color: #000000;	}
	
a:link{color: #444444; text-decoration:none;}
A:visited {font-family: Verdana, Arial, Helvetica, sans-serif; color:#000033; text-decoration: none;}



.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 0px solid #444444;
}
.highslide:hover img {
	border: 0 px solid #444444;
}

.highslide-image {
    border: 0px #444444;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border:none;
    border-top: none;
    font-family: Verdana;
    font-size: 7pt;
    padding: 0px;
    background-color: #444444;
}
.highslide-loading {
    display:none;
	color: #444444;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 0px;
	border-top: 0px solid #444444;
	border-bottom: 0px solid #444444;
    background-color: #444444;
    /*
    padding-left: 18px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 0px;
    color: #444444;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: #444444;
    background-color: #444444;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 0px solid #444444;
    border-bottom: 0px solid #444444;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color:#444444;
}
	
