@charset "utf-8";


a:link {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #E0CC43;
}
a:visited {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #E0CC43;
	
}
a:hover {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #F18F4E;
	/*F18F4E*/
}

a.menu:link {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #F18F4E;
}
a.dark:visited {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #F18F4E;
	
}
a.dark:hover {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #E0CC3;
	/*E0CC43*/
}

a.gro:link {
	font-variant: normal;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #E0CC43;
}
a.gro:visited {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #E0CC43;
	
}

a.gro:hover {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #F18F4E;
	/*F18F4E*/
}



.texte {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #E0CC43;
}
.textepetit {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #E0CC43;
}
.titre {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #E0CC43;
}
.titrepetit {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	color: #ffffff;
}
.soustitres {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #E0CC43;
}
body {
	background-color: #C0C0C0;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	text-align: justify;
	line-height: normal;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #E0CC43;
	position: relative;

	
	/* couleur du dessus des boutons et de la barre de défilement 
	scrollbar-face-color: #666666;*/
	/* couleur des flèches 
	scrollbar-arrow-color: #BB6383;*/
	/* couleur du fond de la barre 
	scrollbar-track-color: #545454;*/
	/* couleur claire du relief des boutons 
	scrollbar-highlight-color: #666666;*/
	/* couleur sombre du relief des boutons 
	scrollbar-shadow-color: #98003A;*/
	/* couleur claire du relief des boutons quand ceux-ci ne sont pas  enfoncés 
	scrollbar-3dlight-color: #98003A;*/
	/* couleur sombre du relief des boutons quand ceux-ci ne sont pas enfoncés 
	scrollbar-darkshadow-color: #666666;*/
}

#conteneur {
	background-image: none;
	height: 768px;
	width: 1024px;
	float: left;
}
#drapeau {
	margin-top: 460px;
	margin-left: 325px;
	width: 150px;
	height: 50px;
}

