/* Général */

html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #34414D;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 1em;
}

a:link, a:visited {
    color: #729fcf;
}
a:hover, a:focus, a:active {
    color: #FFFFFF;
}
a:focus, a:active {
    outline: 1px dotted #919EA1;
}

a img {
	padding: 2px;
}

/****************
       entete
****************/
#entete  {
	background: #000000 url(../images/fond.png);
	padding: 1em;
}
#entete h1 {	
	color: #3186BA;
}

/**********************
  barre de navigation
**********************/
#navbar ul {
	list-style: none;
	height: 55px;
	margin: 0 0 0 50px;
	padding: 0;
}
#navbar ul li {
	float: left;
	height: 55px;
	min-width: 80px;
	text-align: center;
	margin-right: 35px;
	padding:0;
	padding-top: 10px;
	font-weight: bold;
}
#navbar ul li.selected,
#navbar ul li:hover {
    background: transparent url('../images/nav-on.png') no-repeat top center;
}
#navbar ul li:focus {
    background: transparent url('../images/nav-ac.png') no-repeat top center;
}
#navbar ul li:active {
    background: transparent url('../images/nav-ac.png') no-repeat top center;
}
#navbar ul li.selected a {
    color: #FFFFFF;
}
#navbar ul li a,
#navigation ul li a {
    text-decoration: none;
    display: block;
}
#navbar ul li a:focus {
	outline: 0;
	border-bottom: 2px dotted #3A4851;
}
#navbar ul li a:active {
	outline: 0;
	border-bottom: 2px dotted #0291C0;
}

/*
#navbar ul li a {
	border: 2px solid #5588FF;
	text-decoration: none;
	padding: 0 0.1em; 
}
#navbar ul li a:link {
	background-color: #6699BB;
}
#navbar ul li a:visited {
	background-color: #99BBDD;
}
#navbar ul li a:hover, #navbar ul li a:focus {
	border-color: #EE9900;
}
#navbar ul li a:hover {
	
}
*/

/****************
     contenu
****************/
/*border-bottom: 2px solid #3A4851;*/
/* 
#77DDFF bleu ciel
#02A3D8 bleu liens
#0291C0 autre bleu liens
#919EA1 gris poussière
#FFD8AD beige rosé

#CE1419 rouge violent
 */
#contenu {
	background: transparent url('../images/nav-bg.png') repeat-x top;
	min-height: 400px;
}
h2 {
	background: transparent url('../images/divider.png') no-repeat bottom center;
	clear: both;
	color: #FFEEDD;
	font-size: 1.5em;
	line-height: 0.9em;
	margin-bottom: 1em;
	margin-left: 3em;
	margin-top: 2em;
    padding-bottom: 30px;
    text-align: center;
	min-width: 221px;
	width: 70%;
}
h3 {
	color: #77DDFF;
	margin-top: 2.5em;
}
#contenu p {
	margin-left: 2em;
}

.projet h4 {
	margin-bottom: 0;
	margin-left: 2em;
}

.map {
	border-bottom: 1px dotted #5588FF;
}
.map:hover {
	outline: 1px dotted #009bf9;
}
.map img.popup {
	display: none;
}
.map:hover img.popup {
	display: block;
	left: 25%;
	position: absolute;
}
a img.popup { 
	border: none;
}

.avatar {
	background-color: #000;
}
.avatar:hover {
	background-color: transparent;
}


/****************
  liste de liens
****************/
#navigation {
	background: transparent url('../images/nav-sidebar.jpg') no-repeat bottom right;
	clear: both;
	float: left;
	margin-top: 1em;
	min-height: 220px;
	min-width: 221px; /* 125px; */	
	position: fixed;
	width: 18%;
}
#navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0.2em;
}

#navigation h2 {
	background: transparent;
	margin: 0;
	padding-top: 1em;
}
#navigation ul li {
    font-weight: bold;
    margin-bottom: 5px;
}
#navigation ul li.selected a,
#navigation ul li a:hover {
    color: #FFFFFF;
}
#navigation ul li a:focus {
	outline: 2px dotted #3A4851;
    color: #FFFFFF;
}
#navigation ul li a:active {
	outline: 2px dotted #0291C0;
    color: #FFFFFF;
}

div.liens h5 a {
	color: #EEDDFF;
	display: block;
	/*width: 400px;*/
}
div.suite {
	text-decoration: none;   /* définition du bloc qui affichera le "calque" */
	font-family: Georgia, serif;
	font-size: 1em;
	display: block;
	/*width: 400px;*/
	border : 1px solid gray;
}
div.suite:hover {
	background: none;   /* correction d'un bug IE */
	display: block;
}
div.suite a, div.suite div.apercu {   /* définition de la balise <a> inclue dans <div class="suite"> */
	display: none;
}
div.suite:hover a {   /* définition de la balise <a> au survol */
	/*width: 396px;*/
	padding: 2px;
	line-height: 1.1em;
	display: block;
	font-size: 0.9em;
}
div.suite:hover a:hover {  
}

/****************
	Détails
****************/
#desc {
	clear: both;
	width: 75%;
	margin-left: 25%;
}
.site h3 {
	margin-bottom: 0;
}
.site p {
	margin-bottom: 0.5em;
	margin-top: 0;
}
.site p.lien {
	margin-bottom: 2em;
	margin-top: 0.3em;
}

/****************
  définitions
****************/
dt {
	clear: both;
	font-weight: bold;
	margin-top: 1em;
}
dt img {
	float: left;
	margin: 10px;
}
dd {
	margin-left: 1em;
	font-family: Arial, sans-serif;
	line-height: 1.3em;
	width: 95%;
}

/****************
  formulaires
****************/
textarea {
	background-color: #19262E;
	border: 2px solid #444149;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 1em;
	height: 5em;
	padding: 0;
	width: 80%;
}
textarea:hover {
	background-color: #39464E;
	border: 1px solid #344149;
	color: #FFD8AD;
	outline: 1px solid #444149;
	padding: 1px;
}


/****************
	  pied
****************/




#pied {
    background: transparent url('../images/footer-bg.jpg') repeat-x;
    clear: both;
    margin-top: 5em;
}
#pied p {
    margin: 7px 0 0 70px;
}
#pied p span {
    font-size: 11px;
}
#pied p span a {
    text-decoration: none;
    color: #919EA1;
}
#pied p span a:hover {
    text-decoration: underline;
}
