html {
	font-size: 100%;
	
}
body {
	padding:0;
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: .8em;
	line-height: 1.25;
	background: #0f025b url("../images/background.jpg") repeat-x;
}
a img {
	border: none;
}

#superglobal {
	width: 100%;
	overflow:hidden;
	margin: 0 auto;
	padding:0;
}

#objectif{
	position:absolute;
	right:0;
	top:0;
}



#global {
	width: 800px;
	margin: 0 auto;
}


/* En-tête */
#entete {
	text-align:center;
	padding-top:20px;
}



#centre {
	width: 800px;;
	overflow: hidden;
}




#navigation ul {
	margin: 0;
	margin-top:20px;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%;
	padding: 15px 10px 15px 10px;
	line-height: 1.5;
	text-align:center;
	width:140px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-color:#ff00fe;
	text-decoration: none;
	color:#FFF;
	margin-bottom:10px;
	font-weight:bold;
}
#navigation {
	margin-top:20px;
	width: 180px;
	min-height:200px;
	float: left;
}
#navigation a:hover, #navigation a:focus {
	text-decoration:underline;
}

.pola {
}


#texte{
	min-height:590px;
	height:590px;
	overflow:auto;
}

#contenu {
	color: #666;
	font:Verdana, Geneva, sans-serif;
	margin:0;
	margin-left: 200px;
	padding: 10px 10px;
	padding-top:28px;
	background-color: #FFF;
	min-height:600px;
	height:600px;
}
#contenu a {
	color: #E56120;
	text-decoration:none;
}
#contenu a:hover, #contenu a:focus {
	color: #E56120;
	text-decoration:underline;
}
#contenu strong {
	color: #181A12;
}
#contenu p, #contenu li {
	line-height: 25px;
	padding-left:35px;
}
#contenu h2 {
	margin-bottom:20px;
}



#pied {
	margin: 0;
	padding: 15px 20px 10px 0;
	font-size: .85em;
	color:#FFF;
}

#pied a{
	color:#FFF;
	text-decoration:none;
}

#pied a:hover{
	color:#E56120;
}

label {
	display:block;
	width:90px;
	float:left;
}
input{
	margin-bottom:10px;
}
