
/*********************************
Generalites de la page
*********************************/
html, body {
	height: 100%;
	margin: 0;
	}
body {
	/*font: 90% "Trebuchet MS", sans-serif;*/
	font-size: 16px;
	color: #790600;
}
	
html {
	background: url(logos/sat3.jpg);
	}
	

/*largeur de la fenetre avec des bandes automatiques des deux cotes*/
div#global {
	min-height: 100%;
	width: 950px;
	padding: 0 10px;
	margin: 0 auto;
	position:relative;
	background: #ffffcc ;
	}
	
div#haut {
	/*background: #;*/
	color: #fff;
	/*height: 110px;*/
	padding:10px;
	position: relative;
	text-align:center;
	}	
div#bas {
	text-align:center;
	position: absolute;
	width: 100%;
	bottom: 0;
	}

div#centre {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 50px; 
	overflow: auto;
	}
	
/*Proprietes des deux colonnes*/
div#droite {
	float: right;
	width: 755px;
	background: #ffffe4 url(logos/bckgrd_sm.jpg);
	padding: 10px;
	}
	
div#gauche {
	float: left;
	width: 172px;
	padding-right:3px;
	}

/*******************************
Menu de navigation
*******************************/	
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
ul#menu li a {
	display: block;
	height: 23px;
	line-height: 30px;
	padding-left: 10px;
	margin: 2px 0;
	border-bottom: 1px solid #000099;
	color: #000099;
	font: small-caps 16px Georgia,serif;
	text-decoration: none;
}
ul#menu li a:hover {
	background-position: left bottom;
	color:#ff0000;
}
ul#menu li a:visited{
	color: #9fb9cc;
}

/*****************************
Images
*****************************/

img.aligne_droite {
float:right;
border:0; 
margin:10px;
width:40%;
}

img.aligne_gauche {
float:left;
border:0; 
margin:10px;
width:40%;
}

img.img_situation {
border:0; 
margin:20px;
height:205px;
}

img#plan {
	margin: 30px 15px 15px 15px;
	
}

/************************************
Contenu de la page, style des ecrits
************************************/


div#droite p {
	text-align:justify;
}	
div#droite h1{ 
text-align:right;
line-height: 25px ;
font-family: Georgia, "times", Helvetica, sans-serif;
font-size: 14pt;
font-style: italic;
border-bottom: 1px solid #ffcc00 ;
}
div#bas h4{
	font-size: 14px;
}
em.titre{
	display: block;
	height: 25px;
	line-height: 30px;
	padding-left: 7px;
	margin: 2px 0;
	border-bottom: 1px solid #790600;
	color: #790600;
	font-weight:bold;
	font: small-caps 1.1em/30px Georgia,serif;
	text-decoration: none;
}


/*Liens hypertextes*/
#haut a{
	color: #ffffcc;
	}
	
a {
	color: #000099;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: #ff0000;
}
a:visited{
	color: #9fb9cc;
}

/*Cas particuliers*/
p.centre {
text-align:center;
}