@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
} 
body {
	margin: 0px;
	padding: 0px;	
	height:100%;
	background-color: #FFF0D1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
}

#conteneur, #top1, #top2, #top3, #divers, #bottomtxt {
	width: 790px;

}
#top1,#top2,#top3  {
	position: relative;
}
#conteneur {
	margin-left:auto;
	margin-right: auto;
	margin-top: 1px;
	height: 100%;
	background-image: url(img/index/fd_page_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
}
#contentpage {
	padding-top: 20px;
	height: auto;
	/* background-color: #ddd; */
}

/* colonne gauche */
#gauche {
	float:left;
	width:477px;
}
/* colonne droite */
#droite {
	float:right;
	width: 290px; /*332px;*/
	border: solid 1px #333;
}
/* colonne gauche content */
#gauche img {
	border: solid 1px #333;
}
#gauche p {
	border: solid 1px #333;
	margin: 0;
	padding: 0;
}

/* colonne droite content */
#conteneurvignettes {
	background-color: #ccc;
}

#vignettes {
	text-align: left;
	margin:0;
	margin-left:8px;
	padding: 9px 0 0 0;
	width:280px;
}
#vignettes .vtitre {
	/*margin-left:auto;
	margin-right: auto;*/
	width: 270px;
	height: 14px;
	color: #000; /*#990000;*/
	font-weight: bold;
	text-align: center;
	/*border-bottom: solid 1px #ccc;*/
}
#vignettes dl img {
	margin-top: 9px;
	border-top: solid 1px #fff;
	border-right:  solid 1px #fff;
	border-bottom:  solid 1px #fff;
	border-left: solid 1px #fff;
}
#vignettes dl {
	float: left;
	width: 140px;
	margin: 0;
	padding: 0px;
	/*border: solid 1px;*/
}
#vignettes dd {
	margin: 0;
	padding:0;
	height: 18px;
	color: #fff;
	text-align: center;
	/*line-height: 18px;*/
	width: 140px;
}
#vignettes dd  a:link, #vignettes dd  a:visited, #vignettes dd  a:active {
	color: #333;
	text-decoration: none;
}
#vignettes dd  a:hover {
	color: #000;
	text-decoration: underline;
}

#divers {
	/*width: 332px;*/
	padding-top: 30px;
	/*background-color: #ffcc66;*/
}
#divers p {
	margin: 0;
	padding: 0;
}

/* navTop */
#top1 {
	z-index: 100;
	height: 26px;
	margin:0px;
	text-align: center;
}
#top2 {
	z-index: 99;
	background-image: none;
	height: 37px;
	margin: 0;
	padding:0;
}
#top3 {
	height: 18px;
}
#top1 img, #top2 img, #top3 img {
	border: none;
}

#tigre {
	position: absolute;
	top: 0px;
	right: 158px;
	z-index: 102;
}
#logotg {
	position: absolute;
	z-index: 103;
	top: 26px;
	right: 2px;
}
#navtigre, #navgirafe, #navtoucan {
	position: absolute;
	top: 0px;
}
#navtigre {
	left:0px;
}
#navgirafe {
	left:95px;
}
#navtoucan {
	left:180px;
}

.contentBtn, #top3 .contentBtn, .separ {
	float:left;
}
.separ {
	background-image: url(img/nav_top/separ.gif);
	height: 26px;
	width:18px;
	background-repeat: no-repeat;
}
.contentBtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
}	
#top3 .contentBtn {
	margin-top: 2px;
	text-align: right;
}

#adresse {
	padding-top: 13px;
	text-align: right;
}

#bottomtxt {
	margin-left:auto;
	margin-right: auto;
	padding: 10px 0 10px 0;
	text-align: left;
}

a:link, a:visited, a:active {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.rouge {
	color: #990000;
}
.clear {
	clear: both;
}
