/* CSS Document */
body {
	background: url(../images/bg.png);
	text-align: center;
}
#conteneur {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#catalogue {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	float: left;
	height: 204px;
	width: 820px;
}
#logo {
	background: url(../images/logo.jpg);
	float: left;
	height: 204px;
	width: 226px;
}
#menu {
	background: #FFFFFF url(../images/bg-menu.jpg) no-repeat;
	float: left;
	height: 87px;
	width: 594px;
	padding-top: 0px;
}
#menu div.news { 
	float: left;
	width: 570px;
    padding-bottom: 7px;
}
#ban {
	background: url(../images/ban.jpg);
	float: left;
	height: 117px;
	width: 594px;
}
#texte {
	background: url(../images/bg-texte.jpg);
	float: left;
	height: 400px;
	width: 790px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
html>body #texte {
height: auto;
min-height: 400px;
}
#partie-gauche {
	float: left;
	width: 200px;
	padding-left: 5px;
	padding-right: 10px;
}
#partie-droite {
	float: right;
	width: 575px;
}
#partie-droite div.demi-ben {
	float: left;
	width: 255px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
}
#partie-droite div.full {
	float: left;
	width: 545px;
	padding-right: 15px;
	padding-left: 15px;
}
div.demi {
	float: left;
	width: 375px;
	padding-right: 10px;
}
div.tiers {
	float: left;
	width: 253px;
	padding-right: 10px;
}

#partie-full, div.full {
	float: left;
	width: 790px;
}
div.encadre_full {
	float: left;
	width: 740px;
	border: 1px dashed #4FA7FF;
	padding: 15px;
	background: #F2F4FF;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

div.encadre, div.encadre-bleu, div.encadre-vert, div.encadre-violet, div.encadre-bleu-ciel {
	float: left;
	width: 525px;
	border: 1px dashed #FFC6C7;
	padding: 15px;
	background: #FFF2F2;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
div.encadre-vert {
	background: #F5FFF2;
	border: 1px dashed #137D00;
}
div.encadre-violet {
	background: #F5EFFA;
	border: 1px dashed #3C334A;
}
div.encadre-bleu {
	background: #F2F4FF;
}
div.encadre-bleu-ciel {
	background: #E6F4FF;
}
div.encadre-demi {
	width: 225px;
	margin: 0px 0px 10px;
}
.assures div.encadre-bleu {
	background: #FAFFF2;
}
#foot {
	background: url(../images/foot.jpg) no-repeat;
	float: left;
	height: 13px;
	width: 820px;
}
table {
	width: 100%;
	background: #BCC9EB;
}
table.assures td, table.pros td  {
	padding: 5px;
}
tr {
	background: #FFFFFF;
}

img {
	border: none;
}
img.gauche, img.telephone {
	float: left;
}
img.droite {
	float: right;
}
img.marge_droite {
	padding-right: 10px;
}
img.telephone {
	margin-top: 2px;
	margin-right: 3px;
}
img.sepa {
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu img {
	margin: 0px;
	float: left;
}
#partie-gauche img {
	margin: 0px;
	float: left;
}
#partie-gauche img.bas {
	margin-bottom: 20px;
}
.image-hover img {
	opacity: 1.0;
	filter:alpha(opacity=100);
}
.image-hover:hover img {
	opacity: 0.7;
	filter:alpha(opacity=70); 
}

/*POPUP*/
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:343px;
	width:502px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	font-size:10px;
	padding-right: 15px;
	padding-left: 15px;
}
#popupContact a {
	font-size:10px;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}
/*/POPUP*/
