﻿/* CSS Document */

@import "new_FrontOffice_print.css";

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0; 
	padding: 0;
	background: #f7f6ee;
}
body a 
{
    color: #1e7cc5;
	text-decoration: none;	
}
body a:hover {
	text-decoration: underline;
}
body img {
	border: 0px;
}


#container {
	min-width: 990px;  
	margin: 0 auto; 
	text-align: left;
}

.clear{
	clear: both;
}

.rouge{
	color: #d14800;
}
.vert{
	color: #77a50a;
}
.bleu{
	color: #1e7cc5;
}
.gris_clair{
	color: #808080;
}


.fleches_rouges { /* utilisées dans toutes les pages */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #d14800;
	font-style: normal;
}

.fleche_marronclair {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #afa076;
	font-style: normal;
}

/*----------------------------*/

/* HEADER --------------- */


#header_page { /* pages interieures */
	display:none;
}
@import "new_FrontOffice_print.css";

/*  --------------- */



/* CONTENU --------------- */

#contenu {
	width: 978px;  
	margin: 0 auto;  
}

/* SERVICES & PROGRAMME  */
#service_programme {
	display:none;
}


/* FOOTER  */
#footer {
	display:none;
}

#copyright {
	display:none;
}


