@charset "utf-8";
/* CSS Document */

/*///////////Balise HTML//////////////*/
a
{
	color:#999;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a img
{
	border:none;
}
h1
{
	font-size: 1.2em;
	/*text-indent: 30px;*/
}
p
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.9em;
	text-indent: 30px;
	text-align:justify;
	margin: 0px 0 10px 0;
}
#lettrine
{
	font-size: 2.5em;
	font-family: Times New Roman, Times, serif;
}
ul
{
	border: 0px solid black;
	/*background-color:#FFF;*/
	list-style:none;
	width:360px;
	margin: 5px auto;
	padding: 0px 10px 0px;
	font-family:Tahoma, Geneva, sans-serif;
}

#ul_forf
{
	border: 0px solid black;
	/*background-color:#FFF;*/
	list-style:none;
	width:360px;
	margin: 5px 10px;
	padding: 0px 10px 0px;
	font-family:Tahoma, Geneva, sans-serif;
}
/*/////////////  Formulaire  ///////////////*/
form
{
	border: 0px solid black;
	width: 360px;
	margin: 1em auto ;
	line-height:1em;
	/*padding: 1.5em;*/
}

.labelForm
{
	display:block;
	float:left;
	width:170px;
}
input[type=text]
{
	width:160px;
}
textarea
{
	width:160px;
}
form p
{
	text-indent:0;
	font-size:medium;
}
select
{
	width:160px;
}
/*////////////////  Box  //////////////////*/

.box3 ul
{
	margin: 20px auto 20px 20px;
	text-align:left;
}

.box4 a
{
	text-decoration:none;
	color:#000;
}

/*////////// EFFET LIGHTBOX ///////////////*/


#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #a6a6a6;
	z-index:14;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#box
{
	display: none;
	position: absolute;
	top: 40%;
	left: 40%;
	width: 300px;
	height: 200px;
	padding: 0;
	margin:0;
	border: 2px solid black;
	background-color: white;
	z-index:15;
}
#box2
{
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 600px;
	height: 400px;
	padding: 0;
	border: 2px solid black;
	background-color: white;
	z-index:15;
}

#boxMention
{
	margin:0px auto;
	padding: 0px 20px;
	border: solid black 0px;
	width: 900px;
}

/*
#boxcontent
{
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 8px;
	overflow: auto;
	width:100%;
	height:100%;
}

#boxtitle
{
	left:0%;
	width:100%;
	height:20px;
	padding:0;
	margin:0;
	color:black;
	text-align:center;
}
*/




