@import "layout.css"; /* CSS definissant la structure des pages */

html, body {
	color: #000;
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}
#body{
	background: scroll #fff url(img/fond-body.png) top center repeat-y;
}
#global{
	background-color: #def6dd;
}
#top{
	background: scroll #009933 url(img/bandeau-titre.jpg);
}
/* MENU DU HAUT */
#menu{
	background: scroll #def6dd url(img/fond-menu.gif);
	/*background-color: red;*/
}
#menu ul{
	/*background-color: red;*/
	height: 30px;
	margin: 0;
	padding: 3px 0 0 0;
}
#menu li{
	/*background-color: lime;*/
	display: block;
	float: left;
	height: 30px;
	margin: 0 5px;
	padding: 0;
	background: scroll #8dc8a9 url(img/fond-menu-centre.gif) top left repeat-x;
}
#menu li.relief{
	background: scroll #8dc8a9 url(img/fond-menu-centre-relief.gif) top left repeat-x;
}
#menu li img{
	vertical-align: middle;
}
#menu li a{
	/*background-color: blue;*/
	/*padding: 0 22px 5px 12px;*/
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	vertical-align: middle;
}
#menu #langues {
	color: #76a88e;
	font-size: 0.9em;
}
/* FIN MENU DU HAUT */

#top h1{
	margin: 0;
}
#top h1 img{
	margin: 8px 0 0 319px;
}
#sidebar{
	background: scroll #9f9 url(img/fond-sidebar-centre.png) top left repeat-y;
}
#sidebar2{
	background: url(img/fond-sidebar-haut.png) top left no-repeat;
}
#sidebar3{
	background: url(img/fond-sidebar-bas.png) bottom left no-repeat;
}
#sidebar h3{
	display: none;
	color: #04a150;
	font-size: 1.2em;
}
#sidebar img{
	margin: 20px 0 30px 0;
}
#page{
}
/* ZONE DE CONTENU */
#content{
}
#content h2{
	margin: 0 0 10px 0;
	color: #04a150;
	font-size: 1.2em;
}
#content h3{
	margin: 20px 0 5px 0;
	color: #04a150;
	font-size: 1em;
}
#content a{
	color: #1178c6;
	text-decoration: none;
}
#content a:hover{
	border-bottom: 1px dotted #1178c6;
}
/* bloc flottant à droite */
#content div.droite{
	/*background-color: red;*/
	float: right;
	width: 200px;
	margin-left: 20px;
	text-align: center;
}
/* legende accompagnant une image */
#content p.legende{
	color: #04a150;
	font-size: 0.9em;
	font-weight: bold;
}
/* image à gauche d'un texte */
#content img.flottant{
	float: left;
	margin: 1px 15px 1px 0;
}
/* panoramiques */
#content #panoramique{
	text-align: center;
}
#content #panoramique #mini_pano {
	margin: 5px auto 0 auto;
	width: 590px;
}
#content #panoramique #mini_pano .img{
	float: left;
	margin: 0 2px 5px 2px;
	color: #333;
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
}
/* FIN ZONE DE CONTENU */

/* PIED DE PAGE */
#footer p{
	margin: 0;
	text-align: center;
	font-size: 0.7em;
}
#footer a{
	color: #1178c6;
	text-decoration: none;
}
#footer a:hover{
	border-bottom: 1px dotted #1178c6;
}
/* FIN PIED DE PAGE */

/* styles generiques */
img {
	border: 0;
}
.spacer {
	clear: both;
	visibility: hidden;
	margin: 0;
}
/*a[hreflang]:after {
	content: " [" attr(hreflang) "]";
	font-size: 80%;
}
a[href*="mailto:"]:after {
	content: "\0000a0\0000a0\0000a0\0000a0";
}
a[href*="mailto:"] {
	background-image: url(http://www.nagadoudi.info/css/img/courriel.png);
	background-position: right;
	background-repeat: no-repeat;
}
acronym {
	border-bottom: #f66 1px dotted;
	cursor: help;
}

.hidden {
	display: none;
}
.small {
	font-size: 80%;
}
.light {
	color: #999;
	font-size: 80%;
	font-weight: normal;
}*/