body {
	background-color: #737373;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p {
	margin-top: 6px;
	margin-bottom: 0px;
}

/* Les Cellules */
/* ============ */
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td.bordure_grise {
	border: 1px solid #CCCCCC;
	vertical-align:top;
}
td.bordure_grise_centre {
	border: 1px solid #CCCCCC;
	vertical-align:middle;
	text-align: center;
}
td.bordure_grise_h {
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td.cel_logo {
	background-color: #D4D2D5;
}
td.cel_haut {
	background-color: #E6E6E6;
}
td.cel_menu {
	background-color: #D4D2D5;
	text-align: center;
	color: #333333;
	font-size: 12px;
	background-image: url(images/bandeau_menu.jpg);
}

td.cel_menu-beta {
	background-color: #D4D2D5;
	text-align: left;
	color: #333333;
	font-size: 12px;
	background-image: url(images/bandeau_menu.jpg);
}

td.cel_fond {
	background-color: #BFBFBF;
}
td.cel_bloc {
	background-color: #EEEEEE;
}
td.cel_pied {
	background-color: #BFBFBF;
	text-align: center;
	color: #666666;
}

/*   Liens URL   */
/* ============= */
a {
	color: #d9583b;
	text-decoration: underline;
	font-size: 12px;
}
a:hover {
	color: #000000;
	font-size: 12px;
}

a.url_menu {
	color: #333333;
	text-decoration: none;
	font-size: 13px;
}
a.url_menu_sel {
	color: #d9583b;
	text-decoration: none;
	font-size: 13px;
}
a.url_menu_sel:hover {
	color: #d9583b;
	text-decoration: none;
	font-size: 13px;
}
a.url_menu:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #d9583b;
	font-size: 13px;
}

a.url_pied {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
a.url_pied:hover {
	color: #333333;
	background-color: #CCCCCC;
	font-size: 10px;
}

a.url_zone_g {
	color: #666666;
	text-decoration: none;
	font-size: 14px;
}
a.url_zone_g:hover {
	color: #333333;
	font-size: 14px;
}

a.url_choix {
	color: #666666;
	text-decoration: none;
	margin-left: 6px;
}
a.url_choix:hover {
	color: #333333;
	background-color: #CCCCCC;
}


/* Textes */
/* ====== */
.titre_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	background-color: #d9583b;
	color: #ffffff;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.titre_orange2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 32px;
	color: #d9583b;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.GrasGris {
	color: #666666;
	font-weight: bold;
	font-size: 14px;
}

.GrasOrange {
	color: #d9583b;
	font-weight: bold;
}

.GrasOrangeBig {
	color: #d9583b;
	font-weight: bold;
	font-size: 14px;
}

.Orange {
	color: #d9583b;
	font-weight: bold;
}

.OrangeBig {
	color: #d9583b;
	font-weight: normal;
	font-size: 14px;
}


/* Formulaires */
/* =========== */
form {
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.cel_carac {
	border: 1px solid #CCCCCC;
}


/* images */
/* ====== */
.img_trans_out {
	filter:			alpha(opacity=100);
	-moz-opacity:	1;
	-khtml-opacity:	1;
	opacity: 		1;
}
.img_trans_over {
	filter:			alpha(opacity=80);
	-moz-opacity:	0.80;
	-khtml-opacity:	0.80;
	opacity:		0.80;
}
