

/* STYLE GENERAL DES PAGES */
body {
	margin:0;
	background-color:#FFFFFF;
	background-image: url(../images/design/bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align:center;
	overflow-x:hidden;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	padding:0px;
	margin:0px;
	text-align:center;
}

td {
	border-spacing: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	text-align:center;
}







/* LIENS */
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color:#FF3399;
	
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}







/* BANDE VERTICAL DROITE */
.bande-droite-verticale {
	background-image: url(../images/design/bande-verticale-droite.jpg);
	background-repeat:no-repeat;
	width:244px;
	margin-right:0px;
	margin-top:0px;
	padding:10px;
	padding-left:20px;
	color:#000000;
	text-align:center;
}







/* STRUCTURE */
tableau-conteneur {
	width:950px;
	vertical-align:top;
	text-align:center;
}

.cellule-fond-rose {
	height:82px;
	width:627px;
	vertical-align:top;
	text-align:left;
}

.cellule-menu {
	height:41px;
	width:627px;
	vertical-align:top;
	text-align:left;
}

.cellule-pub-horizontale {
	height:165px;
	width:627px;
	vertical-align:top;
	text-align:left;
}

.cellule-conteneur-majordom-pastille-et-contenus {
	height:439px;
	width:627px;
	vertical-align:top;
	text-align:left;
}

.cellule-majordom-et-pastille {
	height:439px;
	width:165px;
	vertical-align:top;
	text-align:left;
}








/* CONTENUS */
.cellule-contenus {
	height:439px;
	width:462px;
	vertical-align:top;
	text-align:left;
}

.cellule-contenus-bras-majordom {
	width:105px;
	height:82px;
	margin:0px;
}

.cellule-contenus-titre {
	width:357px;
	height:82px;
	vertical-align:top;
	text-align:left;
	padding:10px;
}

.cellule-contenus-texte {
	height:357px;
	width:462px;
	vertical-align:top;
	padding:5px;
	padding-left:15px;
	font-size:11px;
	text-align:justify;
}

.cellule-contenus2 {
	width:627px;
	vertical-align:top;
	padding:5px;
	padding-left:15px;
	font-size:11px;
	text-align:justify;
	overflow:hidden;
}






/* FOOTER */
.cadre-footer {
	background-image: url(../images/design/cadre-footer.jpg);
	background-repeat:no-repeat;
	width:627px;
	height:142px;
	padding-left:12px;
	padding-right:10px;
	padding-top:14px;
	padding-bottom:5px;
	color:#000000;
	text-align:center;
	vertical-align:top;
}

.cellule-footer {
	width:100%;
	vertical-align:top;
	text-align:center;
}

.lien-sitemap-footer {
	width:900px;
	padding:5px;
	color:#666666;
	text-align:center;
	vertical-align:top;
}

.cellule-autres-rubriques {
	text-align:center;
	width:900px;
	font-size:10px;
	color:#FF3399;
	text-transform:uppercase;
	font-weight:bold;
}

.cellule-liens-sitemap {
	width:129px;
	vertical-align:top;
	text-align:left;
	font-size:9px;
	color:#999999;
	text-decoration:none;
}

.cellule-liens-sitemap a 		{	color:#999999;	}
.cellule-liens-sitemap a:link 	{	color:#999999;	}
.cellule-liens-sitemap a:visited{	color:#999999;	}
.cellule-liens-sitemap a:hover  {	color:#666666;	}
.cellule-liens-sitemap a:active {	color:#999999;	}

.titre-liens-sitemap {
	text-transform:capitalize;
	font-size:10px;
	color:#666666;
	font-weight:bold;
}

