*{
	margin: 0px;
}
a img{
	border: none;
}
html{
	overflow-y: scroll;
}
body{
	font-family: Arial;
	background: #fff;
	margin: 0px;
	font-size: 15px;
}

#header{
	height: 170px;
	background: url('./images/background-haut.png') repeat-x #fff top;
	text-align:center;
}

#conteneur-menu{
	height: 10px;
	background: #996600;
}
#menu {
	padding: 0px; margin: 0px;
	list-style-type: none;
	margin: auto;
	width: 680px;
}
#menu li{
	float: left;
	width: 160px;
	margin: 0px 5px;
	text-align: center;
	background: url('./images/bouton.png') no-repeat center;
	height: 40px;
	position: relative;
	top: -15px;
	opacity: 1;
}
#menu li a{
	display: block;
	line-height: 40px;
	text-decoration: none;
	color: #000;
}
#menu li a:hover{
	color: #eee;
}

#corps{
	width: 800px;
	margin: auto;
	margin-bottom: 100px;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #555;
}
#conteneur-corps{
	background: url('./images/background.png') no-repeat center top;
}
#corps h1{
	margin: 20px 50px;
}
#corps h2 {
	margin: 20px 60px;
	border-bottom: 1px solid #000;
	padding-left: 20px;
}
#corps a{
	color: #666;
}
#corps a:hover{
	text-decoration: none;
}

#corps .info-bulle{
	border-bottom: 1px dotted #555;
	position: relative;
}
#corps .info-bulle span{
	display: none;
}
.clear{
	clear: both;
}


/* * * * * * * * * * * * * *
* * * * Info Bulle * * * * */
.bulle{
	display: none;
	position: absolute;
	left: -50px;
	width: 200px;
}
.bulle-content{
	background: #262626 url('images/background-bulle.png') right top no-repeat;
	border: 1px solid #000;
	color: #fff;
	padding: 5px;
	font-size: 13px;
}
.bas-bulle {
	position:relative;
	top:-1px;
	background: url("images/bas-bulle.png") no-repeat center;
	height: 8px;
}

/* * * * * * * * * * * * * * *
* * * * * Pop up * * * * * * */
.popup-background{
	position: absolute;
	opacity: 0;
	background: #fff;
	top: 0px;
	width: 100%;
}
.popup-conteneur{
	position: absolute;
	display: none;
	top: 100px;
	width: 100%;
	position: fixed;
}
.popup-corps{
	width: 500px;
	margin: auto;
	background: #def;
	padding: 5px 20px;
	border:1px solid #9CF;
}
.popup-fermer{
	float: right;
	position: relative;
	top: -15px;
}
.popup-contenu{
	height: 300px;
	overflow-y: scroll;
}
.NI-chargement{
	text-align:center;
	font-size: 20px;
	color: #000;
}

/* * * * * * * * * * * * * * *
* * * * * Cadres * * * * * * */
.haut-cadre{
	height: 20px;
}
.cadre-500{
	width: 500px;
}
.titre-cadre{
	margin: 5px 0px 10px 30px;
	padding-left: 10px;
	font-size: 20px;
	color: #000;
}
.cadre-500 .haut-cadre{
	background: url('/style/images/haut-cadre-500.png') no-repeat center;
}
.centre-cadre{
	padding: 5px;
	border:1px solid black;
	border-top: none;
	text-align: justify;
	background: url('/style/images/bas-cadre.png') no-repeat bottom right #FED79A;
}

.cadre-250{
	width: 250px;
}
.cadre-250 .haut-cadre{
		background: url('/style/images/haut-cadre.png') no-repeat center;
}
.cadre-250 ul{
	list-style-image: url('/style/images/check.png');
	padding-left: 30px;
	text-align: left;
}
.cadre-250 li{
	margin-top: 5px;
}



/* * * * * * * * * * * * * * * * *
* * * Spˇcifications globales * */
input[type='submit']{
	background: url('/style/images/background-boutons.png') center;
	height: 30px;
	font-size: 16px;
}