/* Copyright (C) Rozenn Dagorn (France) */
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	text-indent: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	background: #000;
	color: #fff;
}
p {
	margin: 7px 15px 12px 15px;
}
p#indexation {
	font-size: 0.7em;
	margin: 7px 15px 30px 15px;
}
kbd {
	border: solid 1px #d3d3d3;
	padding: 0 3px 0 3px;
	font-size: 1.1em;
	color: #000;
	background-color:  #e6e6e6;
}
address {
	font-style: normal;
	margin: 0 15px 0 15px;
}
a img {
	border: none;
}
#easy_access {
	height: 0.75em;
 	margin-right: 3px;
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 1px;
}
#easy_access p {
	margin: 0;
}
#global {
  width: 100%;
}
#entete {
	height: 4em;
	border-bottom: solid 1px #343434;
}

	#lang {
		text-align: center;
		margin-top: 10px;
	}
#menu {
	width: 7em;
	float: left;
}
#contenu {
	height: auto;
	margin: 0 0 0 12em;
 	padding-bottom: 60px;
}
	#contenu_bis {
		width: 570px;
		height: auto;
		margin-left: auto;
		margin-right : auto;
		text-align: center;
		margin-bottom: 60px;
	}
	#contenu_bis2 {
		width: 570px;
		height: auto;
		margin-bottom: 60px;
	}
		#contenu_bis p {
			text-align: left;
			line-height: 1.4em;
		}

	p#photo {
		margin: 7px 0 30px 0;
		text-align: center;
	}
	#photo_accueil {
		float: left;
		width: 500px;
		margin-left: 10px;
		margin-right: 20px;
	}
	
#bas {
	border-top: solid 1px #343434;
	float: left;
	width: 100%;
	margin-top: 15px;
}
/*Liens*/
a {
 	text-decoration: none;
 	color: #ffefce;
 	font-size: 1em;
}
a:hover {
	color: #fff;
}
a:visited {
 	color: #fff;
}

