/* CSS Document */
html{
height:100%;
}
body{
	color:#333333;
	font-size:10px;
	font-family:"trebuchet MS", arial;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	height:100%;
	letter-spacing:1px;

}
img {border:0px;}

a{
	color:#006699;
	border-bottom:1px dotted #ff00d2;
	text-decoration:none;
}
a:hover{
	color:#ff00d2;
	border-bottom:1px dotted #006699;
	text-decoration:none;
}

div#ban{
	background-image:url(../img/bangaleriefd.gif);
	width:100%;
	height:60px;
	margin-bottom:30px;
	border-bottom:8px solid #FFFFFF;
}
div#ban div{
	position:absolute;
	text-align:center;
	color:#FFFFFF;
	width:100%;
	font-size:15px;
	margin-top:5px;
	letter-spacing:2px;

}
div#ban img{
	position:absolute;
	right:0px;
}
div#ban img.logo{
	top:38px;
	left:0px;
	height:29px;
	width:223px;
}
table#galerie td{
	text-align:center;
}

table#galerie td img.photo{
	padding:2px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

div#parpage{
text-align:center;
margin-bottom:30px;
margin-top:10px;


}
div#parpage span{
	float:left;
	font-size:13px;
}
div#parpage span i{
	font-size:10px;
	font-style:normal;
	font-weight:bold;
}
div#parpage ul li{
	float:left;
	font-size:12px;
	display:inline;
	list-style-type:none;
	margin:0px;
	padding:Opx;
	margin-left:2px;
	margin-right:2px;

}
div#parpage ul li a{
	display:block;
	width:16px;
	height:16px;
	float:left;
	border:1px solid #CCCCCC;
	background-color:#e9007a;
	color:#FFFFFF;
}
div#parpage ul li a:hover{
	background-color:#999999;
	font-weight:bold;
}
div#footer{
	position:absolute;
	text-align:center;
	font-size:10px;
	width:100%;
	background-color:#1a94ff;
	border-top:1px solid #1482e3;
	border-bottom:2px solid #df007f;
	color:#FFFFFF;
	margin-top:50px;
}

div.erreur{
	color:#FF0000;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	background-color:#ffe5e5;
	padding:3px;
	border:1px solid #ff0000;
	font-size:11px;
}

/**** formulaire ***/
input, textarea{
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:normal;
	border:1px solid #CCCCCC;
	padding-left:2px;
	width:100%;
	background-color:#FFFFFF;

}
input:hover,input:focus, input:active{
	background-image:url(../img/input.gif);
	background-repeat:no-repeat;
	background-position:right;
}

input.bt{
	background-image:url(../img/btok2.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:31px;
	border:0px;
	cursor:pointer;
	font-weight:bold;
}
input.radio{
	height:15px;
	width:15px;
	cursor:pointer;
	border:0px;
}

input.bt2, input.bt2:hover {
	 background-color:#0066CC;
	 background-image:url(../img/btok2.jpg);
	 cursor:pointer;
	 background-position:center;
	 color:#FFFFFF;
}

input.radio:hover, input.radio:focus,input.radio:focus{
	background-image:none;
}
