@CHARSET "ISO-8859-1";
body {
	background-color: #46474B;
	background-image: url(../images/backbody.gif);
	background-repeat: repeat-x;
}
p, div, span, table, td, tr, select, input, textarea {
	color: #4E4E4E;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	vertical-align: top;
	line-height: 14px;
}
h1 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #b93900;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding-top: 5px;
}
h2 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-style: italic;
	margin-bottom: -15px;
}
h3 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -15px;
}
h4 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 10px;
}
a {
	color: #E34212;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
hr {
	color: #CCCCCC;
	height: 1px;
	margin-top: -10px;
	margin-bottom: -10px;
}
img {
	border: none;
}
.clsMenu {
	background-image: url(../images/backmenu.gif);
}
.clsTelephone {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/telephone.jpg);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	padding-left: 75px;
}
.clsLogo {
	text-align: center;
	vertical-align: middle;
}
.clsTexteMenu {
	margin-bottom: -15px;
	text-align: justify;
}
.clsBasPage {
	background-image: url(../images/backbas.gif);
	height: 40px;
	padding-top: 35px;
	color: #FFFFFF;
	text-align: center;
}
.clsBoiteGauche {
	padding-left: 10px;
	text-align: justify;
}
.clsBoiteGaucheAdmin {
	width: 250px;
}
.clsBoiteDroite {
	text-align: justify;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
}
/*.clsBoiteDroite img {
	border: 1px solid #E34212;
}*/
.clsBoiteDroiteAdmin {
	text-align: justify;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
}
.clsFondBlanc {
	background-color: #FFFFFF;
}

/* Menu principal */

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	display: inline;
}
#menu a {
	height: 25px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	float: left;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#menu a:hover {
	background-image: url(../images/backmenuhover.gif);
	background-repeat: repeat;
}

/* Sous-Menu */

#sousmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sousmenu li {
	display: inline;
}
#sousmenu a {
	width: 180px;
	height: 25px;
	display: block;
	float: left;
	background-image: url(../images/btnsousmenu.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Tahoma, Verdana;
	color: #606060;
	font-size: 11px;
	text-decoration: none;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	margin-left: -15px;
}
#sousmenu a:hover {
	text-decoration: none;
	color: #D6620F;
}

/* Menu-nouvelles */

#newsmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#newsmenu li {
	display: inline;
}
#newsmenu a {
	width: 225px;
	display: block;
	float: left;
	font-family: Arial, Tahoma, Verdana;
	color: #606060;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-left: -35px;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
}
#newsmenu a:hover {
	text-decoration: none;
	color: #D6620F;
}

/* Formulaire */

.clsFormLogin {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
.clsGrilleTitre {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid #666666;
}
.clsGrilleCellule {
	background-color: #EEEEEE;
}
.clsMsgErreur {
	background-color: #FFA6A6;
	padding: 10px;
	border: 2px solid #FF0000;
}
