/*structure*/

#entete {
	position: relative;
	width: 100%;
	height: 10%;
	background-attachment: scroll;
	background-image: url(../media/image/fond_entete.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	visibility: visible;
}
#page {
	position: relative;
	background-color: #074492;
	width: 100%;
	height: 75%;
	background-attachment: scroll;
	background-image:  url(../media/image/fond_hombre.jpg);
	background-repeat: repeat-y;
	background-position: right;
	visibility: visible;
}
#affichage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 100%;
	background-attachment: scroll;
	background-image: url(../media/image/fond_aigle-nuage.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	visibility: visible;
}
#logo {
	position: absolute;
	top: -30px;
	left: 10px;
	width: 120px;
	height: 125px;
	visibility: visible;
}
#menu {
	position: absolute;
	left: 10px;
	width: 310px;
	visibility: visible;
	height: 75%;
	top: -30;
}
#accueil {
	position: absolute;
	left: 220;
	width: 540px;
	height: 100%;
	overflow: auto;
	visibility: visible;
}
#contenu {
	position: absolute;
	left: 320;
	width: 430px;
	height: 100%;
	overflow: auto;
	visibility: visible;
}
#pied {
	position: relative;
	width: 100%;
	height: 15%;
	background-attachment: scroll;
	background-image: url(../media/image/fond_pied.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	visibility: visible;

}

/* BALISES */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #074492;
	scrollbar-track-color: #074492;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3Dlight-color: #074492;
	scrollbar-darkshadow-color: #074492;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2, h3 {
	font-size: 14px;
	font-weight: bold;
}
hr {
	border: 0;
	border-top: 1px solid #FFFFFF;
	height: 1px;
}
p {
	font-size: 11px;
}
li {
	font-size: 11px;
	list-style-type: square;

}
/* LIENS */
a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {  
	color: #CC9900;
	text-decoration: underline;
}

/* TYPO */
a.menu {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	color: #CC9900;
	text-decoration: none;
}
.sousmenu {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}
.sousmenu_on {
	font-weight: bold;
	font-size: 11px;
	color: #CC9900;
}
a.sousmenu {
	text-decoration: none;
}
a.sousmenu:hover {
	color: #CC9900;
	text-decoration: underline;
}
.photo {
	border: 1px solid #FFFFFF;
}
.perso {
	background: url(../media/image/personnages.gif) no-repeat;
}
.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #FFFFFF;
	background-color: #074492;
}
.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #074492;
	border: 1px solid #FFFFFF;
}
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #074492;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}