/*feuille style ape5com.fr nov. 2009 - Gautier Gourmaud*/
/*version 11/11/2009*/
body{
	color:#333;
	font-family:Verdana;
	font-size:11px;
	line-height:150%;
	background-color:white;
}

a{
	color:#666;
	text-decoration:none;
}

a:hover{
	color:black;
	text-decoration:none;
}

h3{
	/*font-size:24px;*/
	color:#999;
}

.img_loader{
	position:absolute;
	top:-9000px;
	left:-9000px;
}

.page_loader{
	position:absolute;
	width:98%;
	height:98%;
	background-image:url(../images/pavage.png);
	z-index:10000;
}

.loader_cadre{
	color:#666;
	position:absolute;
	width:300px;
	height:30px;
	border:1px double #999;
	padding:5px 0px 10px 0px;
	background-color:white;
	top:50%;
	left:50%;
	margin-top:-15px;
	margin-left:-150px;
	text-align:center;
	vertical-align:middle;
}

.credits{
	position:absolute;
	width:300px;
	height:130px;
	padding:0px;
	margin:0px;
	top:0px;
	right:0px;
	background-image:url(../images/affiche_lightbox.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	z-index:3000;
	color:#999;
	font-size:10px;
	text-align:right;
	vertical-align:baseline;
}

.credits2{
	color:#333;
	font-size:9px;
	text-align:right;
	vertical-align:baseline;
}

.menu_top{
	position:relative;
	padding:5px;
	z-index:7000;
}

.menu_top img{
	z-index:7000;
}

.cadre_menu2{
	position:absolute;
	width:650px;
	height:500px;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-325px;
	z-index:500;
}

.cadre_menu{
	position:absolute;
	width:840px;
	height:630px;
	top:50%;
	left:50%;
	margin-top:-315px;
	margin-left:-420px;
	z-index:500;
}

.cadre_affiche{
	display:none;
	position:absolute;
	width:840px;
	height:630px;
	top:50%;
	left:50%;
	margin-top:-315px;
	margin-left:-420px;
	z-index:1000;
	padding:0px;
	background-image:url(../images/pavage.png);
}

.cadre_affiche_credits{
	display:none;
	position:absolute;
	width:840px;
	height:630px;
	top:50%;
	left:50%;
	margin-top:-315px;
	margin-left:-420px;
	z-index:1000;
	padding:0px;
	/*background-image:url(../images/pavage.png);*/
}

.cadre_affiche img{
	border:none;
	padding:5px;
	margin:5px;
}

.cadre_affiche_texte{
	position:absolute;
	width:540px;
	height:430px;
	/*height:430px;*/
	top:50%;
	left:50%;
	margin-top:-215px;
	margin-left:-270px;
	background-image: url(../images/affiche.png);
	background-repeat:no-repeat;
	overflow:auto;
	/*padding:30px 20px 0px 20px;*/
	/*background-color:red;*/
	
}

.cadre_affiche_interne{
	width:500px;
	padding:30px 20px 0px 20px;
}

/* crédits*/

.cadre_affiche_texte_credit{
	position:absolute;
	width:339px;
	height:175px;
	right:20px;
	bottom:100px;
	font-size:10px;
	font-family:arial;
	background-image: url(../images/credits.png);
	background-repeat:no-repeat;
	overflow:auto;
	line-height:130%;
	/*padding:30px 20px 0px 20px;*/
	/*background-color:red;*/
	
}

.cadre_affiche_interne_credit{
	width:250px;
	margin:30px 0px 0px 40px;
	padding:5px 10px 5px 10px;
	/*background-color:red;*/
}

.cadre_affiche_projet{
	display:none;
	position:absolute;
	width:260px;
	height:300px;
	top:150px;
	right:10px;
	z-index:5000;
	padding:0px;
	background-image:url(../images/explication_lightbox.png);
}

.close_affiche{
	position:absolute;
	width:25px;
	height:25px;
	right:158px;
	top:105px;
	z-index:2000;
	/*background-color:green;*/
}

.copyright{
	position: absolute;
	width:98%;
	bottom:5px;
	text-align:center;
	font-size:10px;
	color:#999;
	z-index:7000;
}

.copyright table{
	font-size:10px;
}

.copyright input{
	font-size:9px;
	color:#666;
}

.W3C{
	position: absolute;
	width:300px;
	bottom:5px;
	right:5px;
	font-size:10px;
	color:#999;
	text-align:right;
}

.W3C img{
	border:none;
}