body {
	font-family: Candara, Tahoma;	
	font-style: normal;
	font-size:14px;
	color: #000;
	font-weight: normal;
	margin: 0px;	
	padding: 0px;	
	background-color: #fff;
	text-align:center;
	margin-top:5px;
}

input[type=button]  {
    border:1px outset #d57d26;
    font-weight:normal;
    font-size:11px;
    font-family: Candara;
    cursor:pointer;
    background-color:#d57d26;
    color:#ffffff;
}

a {
font-family: Candara, Tahoma;
color: #000099; 
text-decoration: none;
}
a:hover {
font-family:  Candara, Tahoma;
color:#996699; 
text-decoration:none;
}

.bouton {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6699ff;
	border: 1px solid #000099;
}

.menu {
	font-family:  Candara, Tahoma;
	font-size: 14px;
	border-bottom: 1px solid #cc3333;
	font-style: normal;
	text-decoration: none;
	text-align:center;
}
.menu a {
	text-decoration: none;
	font-family: Candara, Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #cc3333;
}
.menu a:hover {
	font-family: Candara, Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #000;
}
.bandeau {
	background-color: #cc3333;
	margin: 0px;
	padding: 10px;
	font-family:  Candara, Tahoma;
	color: #fff;
	font-size: 14px;
	text-align:center;
}
.titre {
	font-family:  Candara;
	font-size: 18px;
}

.footer {
	border-top: 1px solid #cc3333;
	margin: 0px;
	padding: 0px;
	color: #cc3333;
	text-align:center;
}

.slogan {
    margin: 0px;
	padding: 0px;
	font-family: Candara, Tahoma;
	font-size: 14px;
	font-style: italic;
	color: #808080;
	text-align:center;
}

#conteneur {
	width:800px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	display:block;
	background-color: #fff;
}
#conteneur a {
	font-family: Candara, Tahoma;	
	font-style: normal;
	font-size:14px;
}

#contact {
text-align:left;
}

#contact ul {
    clear:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#contact li {
    float:both;
    width:250px;
    margin:0px;
    margin-left:0px;
	background-color: #FFF
}
#mur {
	text-align:center;
}
#mur img {
	border : 1px solid #000;
	background-color: #fff;
}
#valeur {
    margin:0px;
	padding:0px;
	width:100%;
}
#valeur .centre {
	margin:0px;
	padding:0px;
	color : #cc3333;
	font-family:  Candara;
	font-size: 20px;
	text-align:center;
}
#valeur  .droite {
	margin:0px;
	padding:0px;
	text-align:right;
}
#valeur  img {
	border : 0px solid #000;
	background-color: #fff;
}
.popup
{
	background-color	:	#E2E2E2;
	opacity			:	0.98;
	-moz-opacity		:	0.98;
	filter			:	alpha(opacity=98);
	width			:	100%;
	height			:	100%;
	z-index: 100;
	position: absolute;
	left: 0; 
	top: 0;
}



