/*********** aspect général utilisateur ***********/
body	{
        margin: 0; /* pour éviter les marges */
        text-align: center; /* pour corriger le bug de centrage IE */

		color:#333333;
		font-family: Arial, Helvetica, sans-serif;
	    background-image: url(images/commun/fond.gif);
		font-size: 10px;
		background: url(images/commun/fond.gif) repeat-x;
		}

body a	{
		color:#d5a72d;
		font-size:11px;
		font-weight:bold;
		text-decoration:underline;
		}
		
a.liennormal	{
		color:#d5a72d;
		font-size:11px;
		font-weight:bold;
		text-decoration:underline;
		}
		
#global {
     margin-left: auto;
     margin-right: auto;
     width: 839px; /* largeur obligatoire pour être centré */
     text-align: left; /* on rétablit l'alignement normal du texte si pas IE */
	 background-color: #FFFFFF;
}

.menudyn 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding-left: 10px;
	text-align: left;
	height: 24px;
}

.menuhaut 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding-left: 2px;
	text-align: left;
	height: 24px;
}

li {
	list-style-position: outside;
	list-style-image: url(images/commun/fleche.gif);
	left: 5px;
	bottom: 10px;
}

.texte_normal 
{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #666666;
}
.news_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #c41b25;
}
.texte_normal a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #e42a18;
}
.titre_general1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
}
.titre_general2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.francebillet 
{
	color:#ffffff;
	font-size:12px;
}

.francebillet a {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
.francebillet a:link {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
.francebillet a:visited {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
.francebillet a:hover {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:overline;
}
