body
{
	width: 820px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #f4e7c2;
	text-align: center;
}
 /*En-tête */
#en_tete
{
	width: 820px;
	height: 180px;
	font-family: verdana, arial, helvetica, sans-serif, courier;
	text-align: center;	
	background-image: url("Bandeau1.jpg");
	background-repeat: no-repeat;
	margin-bottom: 5px;
	}
h1	
{	padding-top: 5px;
	padding-left: 5px;
	color: #252220;
	font-size: 16px;
	padding-bottom: 5px;
}

h3
{	padding-left: 150px;
	color: #8b847c;
	font-size: 11px;
}

/* Corps */
#corps
{
	font-family: verdana, arial, helvetica, sans-serif, courier;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 10px;
}
a	
{	color: black;
	font-size: 10px;
}
h4
{	text-align: center;
	color: black;
	font-size: 13px;
}
/* Menu gauche 
#menu
{
	padding-left: 5px;
	margin-top: 5px;
	width: 150px;
	float: left;
	font-family: verdana, arial, helvetica, sans-serif, courier;
	font-size: 11px;
}
*/
/* Menu déroulant horizontal */

#conteneur-menu0{
	width: 820px;
	background:silver;
	height:40px;
	position:relative;
}

#menu0{
	position:relative;
	background:red;
	height:40px;	
}
dl{
	height:40px;
	margin:0px; padding:0px;
	display:block;
	float:left;
}
dt{
	width:115px;
	display:block;
	height:40px;
	color:#FFF;
	line-height:20px;
	text-align:center;
	border-right:dotted 1px #C98C51;
	cursor:pointer;
}
dd{
	display:block;
	margin:0px; padding:0px;
	background:red;
}
dd ul{
	margin:0px; padding:0px;
	text-align:center;
	list-style:none;
}
dd ul li{
	display:block;
	margin:0px; padding:0px;
}

dd ul li a{
	background:orange;
	color:black;
	display:block;
	width:115px;
	text-decoration:none;
	height:40px;
	font-size:13px;
	line-height:20px;
	border-top:dotted 1px #C98C51;
	border-bottom:dotted 1px #C98C51;
}
dd ul li a:hover{
	background:yellow;
	color:black;
}
dl dd{
	display:none;
}
dl:hover dd{
	display:block;
}
/* Menu droite 1 pour pages en langues */

#menudroite1
{
	padding-left: 0px;
	margin-top: 10px;
	width: 240px;
	background: #e0ffff;
	/*background-image: url("CarteUnionEuropeDrapeauSite.jpg");
	background-repeat: no-repeat;*/
	float: right;
	font-family: verdana, arial, helvetica, sans-serif, courier;
	text-align: left;
	font-size: 11px;
}
h2	
{	margin-top: 20px;
	padding-left: 10px;
	color: #252220;
	font-size: 16px;
	text-align: left;
	padding-bottom: 5px;
}
h3	
{	margin-top: 20px;
	margin-left: 5px;
	color: #252220;
	font-size: 11px;
	padding-bottom: 5px;
}
#tabs ul 
	{
		margin: 0 0 0 0;
		padding: 10px 0 20px 0;
	} 

#tabs ul li 
	{
		margin:  0 0 0 0;
		padding: 5px 5px 5px 2px;
		background:#eeeeff;		
		border-bottom: 1px solid #000000;
		border-left: 10px solid #aaaaff;		
		list-style: none;
	}
	
#tabs ul li.here 
	{	
		background:#ffffff;	
		list-style: none;
		text-align: right;
		padding: 5px 5px 5px 10px;
		font-weight : bold;	
	}

#tabs ul li.texte
	{	
		background: transparent;
		border: 1px solid #ddddff;
		list-style: none;
	}

#tabs ul li.texte:hover
	{	
		background:#eeeeff;
	}

#tabs a
	{
		text-decoration:none;
		color: #000000;
	}

#tabs ul li:hover 
	{	background: #eeeeee;
	}
/* gauche
#gauche
{
	padding-left: 0px;
	margin-top: 0px;
	text-align: left;
	width: 140px;
	float: left;	
}
 */
 
/* droite */
#droite
{
	padding-left: 10px;
	margin-top: 20px;
	text-align: left;
	width: 130px;
	float: right;	
}

/* Texte */
#texte
{
	width: 540px;
	height: 830px;
	background: powderblue;
	margin-left: 0px;
	margin-right: 130px;
	margin-bottom: 20px;
	font-family: verdana, arial, helvetica, sans-serif, courier;
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 11px;
	overflow: auto;
}
h1	
{	padding-top: 5px;
	padding-left: 5px;
	color: #252220;
	font-size: 16px;
	padding-bottom: 5px;
}

h3
{	padding-left: 10px;
	color: #8b847c;
	font-size: 11px;
}

#texte a
{	text-decoration:none;
	color: #000000;
	background: #e0ffff;
}		
/* Pied de page */
#pied_de_page
{
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 1px;
	border: 1px;
}
h5	
{	text-align: center;
	font-size: 11px;
}
