@charset "utf-8";
/* CSS Document */

body{
margin:0;
background-image: url(img/fond.png);
}
a {   outline: none; }

.Style1 {font-size: 10px}

#conteneur{
position:absolute;
margin-left:-511px;
margin-top:-385px;
left:50%;
top:50%;
width:1022px;
height:770px;
background-image: url(img/degrade_fond.png);
border:solid #fff 1px;
}

#fond_portee{
width:1022px;
height:770px;
background-image: url(img/fond_etoiles.png);
}
#header{
position:absolute;
width:1022px;
height:125px;
}
#logo{ position:relative; left:400px; top:10px;}

#titre{
	width:600px;
	height:40px;
	position:relative;
	top:20px;
	left:220px;
	font-family:Verdana;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}
#page{
position: absolute;
width:648px;
height:612px;
top:125px;
left:196px;
background-color:#ddeb8d;
z-index:99; 
}

#main{
margin:21px 26px 21px 44px;
width:576px;
height:566px;
}

/*********************************************************************/
.texte {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #54378A;
	width:480px;
	height:200px;
	margin-left:50px;
	line-height: 14px;
	letter-spacing: 1px;
}
