/* CSS FRONTOFFICE V2 */

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; }
body { line-height: 1; }

blockquote, q { quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* SITE */

body {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#FEB800;
}

ul li {
	list-style:inside;
}

table#container {
	margin: 0 auto;
}

td#header {
	background:url(../../../images/v2/bandeau.jpg) top left no-repeat;
	height:205px;
}

td#footer {
	background:url(../../../images/v2/footer.jpg) bottom left no-repeat;
	height:100px;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
}

td#footer p {
	margin:0 0 5px 0;
}

td#footer p.liens-rouges, td#footer p.liens-rouges a {
	color:#D80025; 
}

td#footer p.liens-rouges a:hover {
	color:#FEB800; 
}

table.colonne-gauche {
	margin:10px 0 0 0;
}

td.colonne-gauche-haut {
	background:url(../../../images/v2/colonne-haut.jpg) top left no-repeat;
	height:36px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

td.colonne-gauche-milieu {
	background:url(../../../images/v2/colonne-milieu.jpg) top left repeat-y;
	font-size:12px;
	color:#FFFFFF;
}

table.menu-vertical td {
	text-align:center;
	border-bottom:1px solid #ffffff;
	padding:8px 0;
}

table.menu-vertical td a {
	display:block;
}

td.colonne-gauche-bas {
	background:url(../../../images/v2/colonne-bas.jpg) top left no-repeat;
	height:19px;
}

td.contenu-principal {
	padding:10px 0 0 10px;
}

td#contenu {
	margin:0 0 10px 0;
}

/* BLOC NORMAL */

table.bloc-normal {
	background:url(../../../images/v2/bloc-normal-milieu.jpg) top left repeat-y;
}

td.bloc-normal-haut {
	background:url(../../../images/v2/bloc-normal-haut.jpg) top left no-repeat;
	height:22px;
}

td.bloc-normal-haut h2 {
	font-size:16px;
	color:#db1134;
	margin:10px 0 0 20px;
	padding:0 0 5px 8px;
	background:url(../../../images/v2/bloc-normal-separateur.jpg) bottom left no-repeat;
}

td.bloc-normal-milieu {
	background:url(../../../images/v2/bloc-normal-milieu.jpg) top left repeat-y;
	padding:20px;
}

td.bloc-normal-milieu p {
	line-height:1.4;
	text-align:left;
}

.mini-promo {
	margin:10px;
	float:left;
}

td.bloc-normal-bas {
	background:url(../../../images/v2/bloc-normal-bas.jpg) top left no-repeat;
	height:21px;
}

ul.ListeStandard {
	padding:10px 0;
}

ul.ListeStandard li {
	list-style:disc;
	list-style-position:inside;
	padding-left:10px;
}

ul.ListeStandard li a {
	color:#D80025;
}

ul.ListeStandard li a:hover {
	color:#FEB800;
	text-decoration:underline;
}

h3 {
	font-size:20px;
	font-weight:bold;
	padding:20px 0;
}

/* BLOC depart */

td.bloc-depart-haut {
	background:url(../../../images/v2/bloc-depart-haut.jpg) top left no-repeat;
	height:22px;
}

td.bloc-depart-haut h2 {
	font-size:16px;
	color:#db1134;
	margin:10px 0 0 20px;
	padding:0 0 5px 8px;
	background:url(../../../images/v2/bloc-depart-separateur.jpg) bottom left no-repeat;
}

td.bloc-depart-bas {
	background:url(../../../images/v2/bloc-depart-bas.jpg) top left no-repeat;
	height:21px;
}

/* BLOC ACTU */

table.bloc-actu {
	background:url(../../../images/v2/bloc-actu-bas.jpg) bottom left no-repeat;
	height:200px;
	margin-bottom:10px;
}

td.bloc-actu-haut h2 {
	font-size:16px;
	color:#db1134;
	margin:10px 0 0 20px;
	padding:0 0 5px 8px;
	background:url(../../../images/v2/bloc-actu-separateur.jpg) bottom left no-repeat;
}

html>body table.bloc-actu {
	min-height:200px;
}

td.bloc-actu-haut {
	background:url(../../../images/v2/bloc-actu-haut.jpg) top left no-repeat;
	height:21px;
}

td.bloc-actu-milieu p {
	padding:0 10px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	line-height:1.6;
}

td.bloc-actu-milieu {
	padding:10px;
}

.champ-texte {
	 width:165px;
}

/* BLOC PROMO */

table.bloc-promo {
	background:url(../../../images/v2/bloc-promo-milieu.jpg) top left repeat-y;
}

td.bloc-promo-haut h2 {
	font-size:16px;
	color:#db1134;
	margin:10px 0 0 20px;
	padding:0 0 5px 8px;
	background:url(../../../images/v2/bloc-promo-separateur.jpg) bottom left no-repeat;
}

td.bloc-promo-haut {
	background:url(../../../images/v2/bloc-promo-haut.jpg) top left no-repeat;
	height:21px;
}

td.bloc-promo-bas {
	background:url(../../../images/v2/bloc-promo-bas.jpg) top left no-repeat;
	height:21px;
}

td.bloc-promo-milieu h3 {
	color:#0036db;
	font-size:14px;
	padding:0 0 10px 15px;
}

td.bloc-promo-milieu {
	padding:10px;
}

.image-promo {
	margin:0 15px 0 15px;
}

.texte-promo {
	padding:0 15px 0 5px;
	text-align:justify;
}

a.en-savoir-plus {
	color:#D80025;
	float:right;
	padding:20px 10px 0 0;
}

a.en-savoir-plus:hover {
	color:#0036db;
	text-decoration:underline;
}

/* PREPAGE */

table#prepage {
	margin:0 auto;
}

td.prepage-haut {
	height:141px;
	background-image: url(../../images/prepage-haut.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

td.prepage-milieu {
	background:url(../../images/prepage-anim.jpg) top left no-repeat;
	height:227px;
}

td.prepage-bas {
	background:url(../../images/prepage-bas.jpg) top left no-repeat;
	height:255px;
}

div.prepage-adresse {
	margin:25px 0 0 25px;
	color:#D80025;
}

div.prepage-adresse a {
	color:#D80025; 
	line-height:1.4;
	text-decoration:underline;
}

div.prepage-adresse a:hover {
	color:#817F80; 
}

div.lien-site {
	margin:60px 50px 0 0;
	text-align:right;
	font-size:25px;
	font-weight:bold;
}

p.prepage-footer {
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
}

p.prepage-footer, p.prepage-footer a {
	color:#D80025; 
	line-height:1.4;
}

p.prepage-footer a:hover {
	color:#ffffff; 
}
