html {
	height: 100%;
	font-size: 100%;
}

html * {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	background-color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
}

body,.Font-normal {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
}

a {
	color: #d80f1f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img{
	border: none;
	display: block;
}

a img:hover {
	text-decoration: none;
}

hr {
	width: 100%;
	clear: both;
	color: #DEDEDE;
}

h1 {
	font-size: 1.7em;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

.Rouge {
	color: #d80f1f;
}

.clear {
	clear: both;
}

#Global {
	position: relative;
	width: 990px;
	min-height: 100%;
	_height: 100%;
	background-color: #FFFFFF;
	margin: 0 auto;
	display: block;
	text-align: left;
	padding-bottom: 60px;
	-webkit-box-shadow: #666 0px 0px 15px;
	-moz-box-shadow: #666 0px 0px 15px;
	box-shadow: #666 0px 0px 15px;
	behavior: url(/js/PIE.htc);
}

#Top {
	position: relative;
	height: 106px;
	display: block;
	background: url("/design/fond_entet16.jpg") repeat-y left top #ea0a0a;
}

#Footer {
	clear: both;
	width: 100%;
	height: 30px;
	background: #e7e7e7;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #c1c1c1;
}

#Footer ul{
	position : relative;
	float : left;
	margin-left : 50px;
	margin-top : 10px;
	text-align: center;	
	font-size: 0.8em;
}

#Footer ul li {
	display : inline;
	white-space: nowrap;
	margin-right: 1.5em;
}

#Footer a {
	color : #000;
}

#Recherche {
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 5px;
	background-color: #ffb2b2;
	border: 1px solid #ab9393;
}

#Recherche * {
	vertical-align: middle;
	font-size: 1.1em;
	color: #ababab;
}

#Menu {
	background: url( "/design/fond_menu.jpg") repeat-x;
	width: 100%;
	position: relative;
	float: left;
	z-index: 2000;
}

#Menu ul {
	list-style: none;
	text-align: center;
	margin-left: 20px;
}

#Menu li {
	position: relative;
	float: left;
	display: block;
	float: left;
	margin-right: 0;
	white-space: nowrap;
}

/*Pour les onglets, ajouté avec jquery*/
.Onglet-Menu {
	text-transform: uppercase;
	font-size: 0.9em;
	text-decoration: none;
	color: #FFF;
	background: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-right: 2.5em;
	display: block;
	border: 1px solid transparent;
	padding: 0.4em;
	z-index: 12000;
}

/*Pour ie6 qui ne gere pas la transparence*/
.Onglet-Menu-ie-6 {
	border-color: #d50f1c;
}

.Onglet-Menu-Survol {
	background: #FFF;
	color: #000;
	border: 1px solid #CCCCCC;
}

.Onglet-Menu-Survol-Avec-Sous-Menu {
	border-bottom: 1px solid #FFF;
}

.Onglet-Menu:hover {
	text-decoration: none;
}

#Menu ul li ul {
	margin-left: 0;
	font-size: 1.15em;
	background: #FFF;
	position: absolute;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: #666 0px 1px 2px;
	-moz-box-shadow: #666 0px 1px 2px;
	box-shadow: #666 0px 1px 2px;
	behavior: url(/js/PIE.htc);
	display: none;
	z-index: 10000;
	border-top: none;
}

#Menu ul li ul li {
	clear: both;
	width: 100%;
	text-align: left;
}

/*Pour les liens des sous-menu, ajouté avec jquery avec la classe font-normal*/
a.Lien-Sous-Menu {
	text-transform: none;
	font-size: 1em;
	text-decoration: none;
	color: #d80f1f;
	display: block;
	margin: 0.2em 1em;
	height: 100%;
}

.Lien-Sous-Menu:hover {
	text-decoration: none;
}
