body
{
	font-size					: 62.5%;
	font-family				: verdana, arial, sans-serif ;
	color 						: #0080FF ;
	background-color	: #FFFFFF ;
	margin-bottom			: 100px;
}

p, li
{
	font-size					: 1.25em ;
}

a
{
	color 						: #0080FF ;
	font-size					: 1em ;
	text-decoration 	: underline ;
}

a:hover
{
	color 						: #0080FF ;
	font-size					: 1em ;
	text-decoration		: none ;
}

h1
{
	font-size					: 2.75em ;
	text-decoration		: underline ;
}

h2
{
	font-size					: 2em ;
	text-decoration		: underline ;
}

h3
{
	font-size					: 1.5em ;
	text-decoration		: underline ;
}


h4
{
	font-size					: 2em ;
	text-decoration		: none;
}



table
{
	border-collapse 	: collapse ;
	width							: 100%;
	border-left				: 1px solid #0080FF ;
	border-right			: 1px solid #0080FF ;
	}

td
{
	margin						: 0px ;
	padding						: 3px ;
border-bottom				: 1px dashed #0080FF ;
	border-top				: 1px dashed #0080FF ;
}

img
{
	border						: 0px ;
}

input, textarea, select 
{
	border						: 1px solid #0080FF ;
	background 				: #E7B96D ;
	font-family				: courier, sans-serif ;
	font-size 				: .8em ;
	color 						: #0080FF ;
}

.ValeurForm
{
	padding-left 			: 5em;
	float 						: right ;
	width 						: 60% ;
		text-align 				: left ;
	margin-top 						: .5em;
}

.LabelForm
{
	margin-top 						: .5em;
	margin-left 			: 10em;
	width 						: 80% ;
	text-align			 	: left ;
}


#logo
{
	position 					: absolute ;

	top 							: 0em ;
	left 							: 2em ;
	width							:	15em ;
	height						:	10em ;

	border						: 1px solid #E7B96D ;

  background-image	: url(../img/logo.jpg);
  background-repeat	: no-repeat;
}



#col_menu
{
	position 					: absolute ;

	top 							: 10.5em ;
	left 							: 2em ;	
	width							:	15em ;
}

#slogan
{
	position 					: absolute ;
	
	top 							: 1em ;
	height						: 8em ;
	left 							: 17.5em ;
	width  						: 80% ;
	color 						: #0080FF ;
	text-align 				: center ;

  background-image	: url(../img/logo_slogan.jpg);
  background-repeat	: no-repeat;
	background-position : center center ;	

}

#langue
{
	position 					: absolute ;
	
	top 							: 9em ;
	left 							: 17.5em ;
	width  						: 80% ;
	
	text-align 				: right ;
}



#content
{
	position 					: absolute ;
	
	top 							: 10.5em ;
	left 							: 17.5em ;
	width  						: 75% ;
	
	border						: 1px solid #E7B96D ;
	
  background-image	: url(../img/logo_mini.jpg);
  background-repeat	: no-repeat;
	background-position : center center ;	
	padding						: 2.5%;
}

#copyright
{
	color							: #808040 ;
	text-align				: center ;
	margin-top				: 2em;	
	margin-right			: 1em;
	height						:	2em ;
	font-family				: "OCR A Extended" , verdana , arial, sans-serif;

}

#copyright a
{
	color							: #808040 ;
	font-size					: 1em ;

}

#accueil
{
	width  						: 15.2em;
	overflow					: hidden;
}

#accueil ul
{
	border-top				: 1px solid #E7B96D ;
	border-left				: 1px solid #E7B96D ;
	border-right			: 1px solid #E7B96D ;
	border-bottom			: 0px ;
	padding						: 0;
	margin						: 0;
}

#accueil li
{
	font-size					: 1em ;
	border-bottom			: 1px solid #E7B96D;
	list-style				: none;
	margin						: 0;
}

#accueil a
{
	display						: block;
	text-decoration		: none;
	color							: #E7B96D ;
	background-color	: #fff;
	padding-left			: 1em;
}

#accueil a:hover
{
	background-color	: #eff4fa;
	color							: #036;
}
