/*
  Feuille de style CSS pour la rubrique SUCCES
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url('images/background_top.gif') repeat-x top center;
	margin: 0;
	padding: 0;
}
img, table {
	border: 0;
	margin: 0;
	padding: 0;
}

/* MAIN */

.main {
	background: #ffffff url('images/cahier.jpg') repeat-y bottom right;
	margin: 0;
	padding: 0;
}
.main_bordure {
	background-color: #a61b12;
}
.main_nav {
	background-color: #f2f2f2;
}
.main_content {
	background-image: url('images/bottom1.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
}
#flashcontent {
	width: 100%;
	height: 153px;
	background-color: #36a1d9;
}
#flashpromo {
	width: 158;
	height: 180px;
	background-color: #f2f2f2;
}
/* BOTTOM */

.bottom2 {
	background: #ffffff url('images/bottom2.gif') repeat-x top center;
}
.bottom3 {
	background: #36a1d9 url('images/bottom3.gif') repeat-x top center;
}
.bottom4 {
	background: #36a1d9 url('images/envies_bottom_bg.jpg') repeat-x top center;
}

/* LEFT (navigation) */

a.nav {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}
a.nav:hover{
	background-color: #a61b12;
	color: #ffffff;
}

/* CONTENT */

.locator {
	font-size: 11px;
	color: #999999;
}
a.locator {
	text-decoration: underline;
	color: #a61b12;
}
a.locator:hover{
	text-decoration: none;
	background-color: #a61b12;
	color: #ffffff;
}

.titre {
	font-size: 14px;
	font-weight: bold;
	color: #a61b12;
}
.txt {
	padding-left: 1px;
	font-size: 11px;
	color: #666666;
}
a.txt {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}
a.txt:hover {
	text-decoration: underline;
}


/* RIGHT  (information) */

.family {
	background-image: url('images/img_family.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.ligne {
	background: #ffffff url('images/cahier2.jpg') repeat-y top right;
}
.tool {
	background: #ffffff url('images/tool_line.gif') repeat-x top left;
}

/* POPUPS */
.popup {
	background-color: #ffffff;
	border: solid 2px #a61b12;
}

/* OTHERS */

.txtb {
	font-size: 10px;
	color: #ffffff;
}
a.txtb {
	font-size: 10px;
	text-decoration: underline;
	color: #ffffff;
}
a.txtb:hover {
	font-size: 10px;
	background-color: #ffffff;
	color: #36a1d9;
}
.blanc {
	background-color: #ffffff;
}
.gris {
	background-color: #e7e7e7;
}
