/* CSS Document */

body {
	background-image: url(ImagesSite/Fond.jpg);
	background-repeat: repeat-x;
	background-color: #8ba1ac;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color:#E66625;
}
a:active {
	text-decoration: none;
}

.Bleu12 {
	color: #214f73;
	font-weight: bold;
	font-size: 12px;
}
.Rubriques {
	font-size: 12px;
	font-weight: bold;
}
.Texte10 {font-size: 10px}

.TexteMenuCourant {
	color:#3F3F3F;
	font-weight:bold
}

.TitreBleu15 {
	font-size: 14px;
	color: #2F4251;
	font-weight: bold;
}

.Texte14 {
	font-size: 14px;
	color:##1D1D1D;
}

.Orange {
	color: #E34F0F;
	font-weight: bold;
}

.TitreOrange15 {
	font-size: 15px;
	color: #E34F0F;
	font-weight: bold;
}

.TitreOrange12 {
	font-size: 12px;
	color: #E34F0F;
	font-weight: bold;
}

.LiensAccentues {
	color: #283E86;
	font-weight: bold;
	text-decoration:underline;
}

.MessagesErreur {
	color: #A81A1A;
	font-weight: bold;
}

.TexteSouSouMenu {
	color: #535A64;
	font-weight: bold;
}

.GrosTitre {
	font-size: 18px;
	font-weight: bold;
	color: #385066;
}

.MenuBas {
	font-size: 10px;
	color: #333333;
}
.TraitsMenuBas {
	font-size: 9px;
	color: #314053;
}

.LignesPaires{
	background-color:#D4DFE8;
}

.LignesImpaires{
	background-color:#F4F6F8;
}

.SousTitresGris{
color:#333333;

}
table.tableauadmin{
border-style:solid;
border-color:#000000;
border-width:1px;
}
td.dateadmin
{
color:#ff3709;
font-weight:bold;
}

.TitreBleu {
	font-size: 14px;
	font-weight: bold;
	color: #376282;
}
.GrosTitresoranges {
	color: #EC8A29;
	font-weight: bold;
	font-size: 14px;
}

.offresauv {
	border:solid;
	border-width:1px;
	border-color:#CCCCCC;
	color:#666666;
	font-weight:bold;
}

td.plusgros{
font-size:14px;

}

span.promosites{
	font-size: 15px;
	color: #E34F0F;
	font-weight: bold;
}

td.erreurdemo {
	color: #ff0000;
	font-weight: bold;
}

a.errdemo:link {
	color: #ff0000;
	text-decoration: underline;
}
a.errdemo:visited {
	text-decoration: underline;
	color: #ff0000;
}
a.errdemo:hover {
	text-decoration: underline;
	color:#ff0000;
}