@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a {
	color: #660066;
	text-decoration: none;
}
.bg-bleu {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(theme/barre-bleu.png);
	height: 33px;
	width: 994px;
	text-align: center;
	vertical-align: middle;
}
#menu{
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 1px;
	display: inline;
	text-align: center;
}
#menu li{
	display: inline;
	width: 93px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;

}
#menu li a{
	color: white; /*padding of tabs*/
	text-decoration: none;
	width: 93px;
	display: inline;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	vertical-align: middle;
	margin-right: 0px;
	margin-left: 0px;
	
	height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#menu li a:hover{
	color: #FFD595;
}
.glossymenu{
	list-style-type: none;
	padding: 0;
	width: 160px;
	border-bottom-width: 0;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.glossymenu li a{
	color: #660066;
	display: block;
	width: 160px;
	padding-left: 5px;
	text-decoration: none;
	height: auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 10px;	
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}
.glossymenu li a:hover{
	color: #660000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.edito {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #0054A6;
	text-decoration: none;
	background-color: #E5E6E6;
	height: 20px;
	width: 220px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.grand-texte {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #0054A6;
	text-decoration: none;
	background-color: #E5E6E6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.titre-article{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #0054A6;
	text-decoration: none;
	background-color: #F5F5F5;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}