body{
	background-image: url(imgs/design/suiv_vert2.jpg);

	margin:0;
	font-family: Arial;
	font-size:13px;
	color: #1e2a34;
}

img{
	border:0;
}

a{
	text-decoration:none;
	color:#4e4e4e;
}

a:hover{
	text-decoration:underline;
}

#d_top{
	width:896px;
	height:98px;

	background-image: url(imgs/design/cp_top.jpg);
	background-repeat: repeat-y;
}

#d_top h1{
	display:none;
}

.bleuf{
	display:none;
}

h2{
	margin:0;
}

h3{
	border-bottom:1px solid;
	font-size:16px;
	font-weight:bold;
	margin-top:35px;
	padding:0;
	color:#f90;
}

h4{
	font-size:14px;
	margin-top:30px;
	margin-bottom:10px;
}

#d_site{
	position:absolute;
	background-image: url(imgs/design/suiv_hz3.png) !important;
	background-image: url(imgs/design/suiv_hz3.gif);
	background-repeat: repeat-y;

	width:895px;
}

#d_ban_top{
	position:absolute;
	background-image: url(imgs/design/ban_top.png) !important;
	background-image: url(imgs/design/ban_top.gif);
	background-repeat: repeat-y;

	width:626px;
	height:235px;
	top:0px;
	left:0px;

	z-index:10;
}

#d_bt_accueil{
	position:absolute;
	top:175px;
	left:40px;
}
#d_bt_dates{
	position:absolute;
	top:153px;
	left:138px;
}
#d_bt_bauchardises{
	position:absolute;
	top:113px;
	left:235px;
}
#d_bt_guestbook{
	position:absolute;
	top:73px;
	left:380px;
}
#d_bt_contact{
	position:absolute;
	top:34px;
	left:500px;
}


#d_postit{
	position:absolute;
	background-image: url(imgs/design/postit.png) !important;
	background-image: url(imgs/design/postit.gif);

	width:213px;
	height:173px;

	left:10px;
	top:230px;

	z-index:10;
}

#d_postit_text{
	position:relative;
	font-size:14px;
	left:53px;
	top:65px;
	width:130px;
	height:85px;
}

#d_photos{
	position:absolute;
	/*
	background-image: url(imgs/design/photos.png) !important;
	background-image: url(imgs/design/photos.gif);
	*/
	width:289px;
	height:637px;
	top:0;
	left:720px;
	z-index:10;
}

#d_bottom{
	position:relative;
	background-image: url(imgs/design/cp_bottom3.png);
	width:895px;
	height:58px;
}

#d_cont{
	position:relative;
	left:240px;
	top:90px;
	width:530px;
	margin-bottom:150px;
	z-index:20;
}

#d_sitesamis{
	position:absolute;
	z-index:10;
	top:415px;
	left:22px;
}

#titre_page{
	position:absolute;
	text-align:right;
	top:140px;
	left:470px;
	width:300px;
}


.tableau{
	border-collapse:collapse;
	width:100%;
}
.tableau td{
	border: 1px solid #979797;
	background:#FAFAFA;
	padding:3px;
}
.tableau th{
	border: 1px solid #979797;
	background:#DADADA;
	padding:5px;
}

.multipage{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}


#credits{
	position:absolute;
	top:-15px;
	left:198px;
	width:607px;

	text-align:center;
	font-size:11px;
}

#admin_bottom{
	margin-top:30px;
	text-align:right;
}


/* listes (style icones) */
ul.icones{
	list-style:none;
	padding:0;
	margin:0;
}
ul.icones li{
	width:165px;
	height:200px;
	float:left;
	text-align:center;
	margin:5px;
}
* html ul.icones li{
	margin:0; /* hack pour ie */
}
ul.icones li a{
	text-decoration:none;
	display:block;
}