/* TRUCS GÉNÉRAUX */
html{
	height:100%;
	margin:0px;
	padding:0px;
}
body{
	height:100%;
	background-image:url(../images/bg_fond.gif);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
}

#effet-incroyable{
	height:30px;
	background-color:#000;
}

a, p, h1, h2, h3, ul, span, div{
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	font-size:18px;
	padding:0px;
	padding-bottom:10px;
	color: #003333;
}
h2{
	padding:0px;
	padding-bottom:0px;
	line-height:8px;
	font-size:14px;
}
h3{
	padding:0px;
	padding-bottom:0px;
	line-height:8px;
	font-size:14px;
	color: #003333;
}
h4{
	padding:0px;
	padding-bottom:0px;
	line-height:8px;
	font-size:14px;
	color: #666;
}
h5{
	padding:0px;
	padding-bottom:0px;
	line-height:8px;
	font-size:14px;
	color: #7F0031;
}

a, p, span, div{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	color:#7F0031;
}

li{
	list-style:inside;
}

div.clearer{
	clear:both;
}

.lienadmin{
	color:#00F;
	font-size:13px;
	text-decoration:none;
	margin-right:20px;
}



/* DESIGN */
div#conteneur{
	background-image:url(../images/bg_fondconteneur.jpg);
	background-position:center;
	background-repeat:repeat-y;
	padding-left:20px;
	margin:0 auto;
	width:985px;
}
div#conteneurbg{
	margin:0 auto;
	background-image:url(../images/bg_fond.gif);
	background-repeat:repeat;
	width:100%;
	height:100%;
}

div#top{
	padding-top:19px;
	padding-top:19px;
	background-repeat:no-repeat;
	background-position:18px 10px;
	height:219px;
	position:relative;
}

div#menu{
	float:right;
	padding-top:198px;
	padding-right:40px;
}

div#menu a{
	color:#FFF;
	font-size:13px;
	text-decoration:none;
	margin-right:20px;
}

div#col-gauche{
	float:left;
	margin-left:18px;
	_margin-left:9px;
	width:250px;
	
}

div#col-gauche img{
	float:left;
}

div#menu-gauche{
	background-color:black;
	border:solid 1px #63615E;
	border-top:none;
	border-bottom:solid 1px #000;
}

div#menu-gauche a{
	display:block;
	background-color:#FFF;
	width:100%;
	text-align:center;
	padding:8px 0;
	margin-bottom:6px;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	color:#003333;
	border-bottom:solid 1px #CFCFCF;
	border-top:solid 1px #CFCFCF;
}

div#menu-gauche a:hover{
	color:#000;
	background-color:#E6DFDB;
	padding:8px 0;
	margin-bottom:6px;
	font-size:14px;

	display:block;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	border-bottom:solid 1px #CFCFCF;
	border-top:solid 1px #CFCFCF;

}

div#auteur-photo{
	height:206px;
	text-align:center;
	background-image:url(../images/logo_batisseurs.jpg);
}

span#texte-auteur{
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	display:block;
	padding-top:30px;
}

div#col-droite{
	float:right;
	width:641px;
	padding:20px;
	margin-right:19px;
	height:100%;
}

div#col-droite h1{
	font-weight:bold;
}

div#footer{
	width:100%;
	background-image:url(../images/bg_footer.jpg);
	background-position: -142px 0px;
	height:32px;
}

/* SPÉCIFIQUE A UNE PAGE */

/* liste des membres */
div.membre-liste{
	width:400px;
	padding:5px 0px 10px 0px;
	border-bottom:dotted 2px #999;
	font-size:13px;
}

div.membre-liste a{
	font-size:12px;
}

div.membre-liste img{
	height:50px;
	float:right;
	margin-right:5px;
}

/* detail des membres */
div.membre-detail{
	padding:5px 0px 10px 0px;
	font-size:13px;
}

div.membre-detail a{
	font-size:12px;
}

div.membre-detail img{
	float:right;
	margin-right:5px;
	height:200px;
}

/* nous joindre */
table.formulaire-contact tr td{
	padding:2px;
}

table.formulaire-contact input, select{
	width:100%;
}

/* administration */
div#menu-admin{
	background-color:#B8C8ED;
	padding:5px;
	font-size:14px;
	margin-bottom:10px;
	margin-right:25px;
}

div#menu-admin a{
	color:#000;
	margin-left:10px;
}

table.details tr td{
	padding-right:10px;
	padding-bottom:3px;
}

/* message confirmation */
div.message{
	background-color:#0FC;
	padding:5px;
	font-size:14px;
	margin-bottom:10px;
	margin-top:10px;
	margin-right:25px;
}

/* projet special */
div.albums{

}

div.album{

}
