body {
	margin: 0px;
}

body, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

FondOffres{
	background-color: #FFE4E1;
}
.titreDepartement{
	color: Red;
	font-weight: bold;
	font-size: 15px;
	height: 20px;
	text-align: center;
}
.titre {
	background-color: #FF3333;
	font-size: 15px;
	font-weight: bold;
	height: 20px;
	color: White;
}

.titreLieu {
	font-size: 15px;
	font-weight: bold;
	height: 20px;
}

.titreProduit {
	font-size: 12px;
	font-weight: bold;
	height: 15px;
}

.etiquettePrix {
	
	background-color: #FF3333;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	color: White;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}


a.mail:link {	color: white;	text-decoration: none;}
a.mail:visited {	color: white;	text-decoration: none;}
a.mail:hover {color: white;	text-decoration: underline;}


.bordencart {
    border: 1px solid #FF3333;
}

.justify {
	text-align: justify;
}

.cache {
	display: none;
	visibility: hidden;
    overflow: hidden;
    position: absolute;
}

.chapitre {
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 25px;
	font-size: 13px;
	font-weight: bold;
}

hr {
	border: 0;	
	background-color: #D1E9F2;
	height: 1px;
}


.border {
        border: 1px solid #55B5D2;
}

.borderNoir {
        border: 1px solid #000000;
}

.noborder {
	border: 0px;
}

input.bouton {
        background-color: white;
        border: 1px solid #55B5D2;
}

.Clair{
background-color:#EFEBFE;
}

.Fonce{
background-color:#D1C7FE;
}

div.frame_actu{
	 width: 297px;
	 height: 167px; 
	 overflow: auto;
	  padding: 3px
} 

div.frame_calendrier{
	 width: 295px;
	 height: 167px; 
	 overflow: auto;
	  padding: 3px
} 


a.accueil{
	position:relative;
	z-index:24;
	color:#000;
	text-decoration:none}

a.accueil:hover{z-index:25; background-color:#cff}

a.accueil span{display: none}

a.accueil:hover span{
	display:block;
	position:absolute;
	top:2em; left:0em; width:200px;
	border:1px solid #0cf;
	background-color:#cff; color:#000;
	text-align: center;
	text-decoration:none
}


a.info{
	position:relative;
	z-index:24;
	color:#000;
	text-decoration:none}

a.info:hover{z-index:25; background-color:#FFCCCC}

a.info span{display: none}

a.info:hover span{
	display:block;
	position:absolute;
	top:3em; left:0em; width:200px;
	border:1px solid #FF3333;
	background-color: #FFCCCC; color: #000000;
	text-align: center;
	text-decoration:none
}