/* - - - - - - - - - - - - - - - - - - - - -

Title : Default CSS for Lightbox Gone Wild
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
	margin:0;
	padding:0;
}
body{
margin:0;
padding:0;
}

a{
	color:green;
}
a img{
	border:none !important;
}
#container{
	margin:0 auto;
	
	text-align:left;

}
#container ul{
	text-align:center;
	list-style:none;
}
#container ul a{


	color:#444;
	font-size:1.5em;
	line-height:2em;

}


#lightbox h2{
	margin:0 0 1em 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color:#D5D5D5;
	text-align: left;
	text-transform:uppercase;
}
#lightbox h3{
	color:#FF713F;
}
#lightbox.done p{
	color:#ffffff;
	letter-spacing:1px;
	line-height:19px;
	font-family:Arial, Helvetica, sans-serif;
	width:350px;
}

#lightbox a{
	color:#ffffff;
	
}

#lightbox a:hover{
	color:#67E9E9 !important;
	
}

#form{
	text-align:left;
	margin:50px;
}
#form ul{
	list-style:none;
	color:#000000;
}
#form li{
	margin:0 0 1em 0;
}
#form textarea{
	width:100%;
	height:150px;
}

#definition{
	margin:25px;
}
.highlight{
	background-color:#FEFFAF;
}

.buttonsub{
width:50px;
height:19px;
background:url(../images/buttonsub.png) center no-repeat;
border:none;
cursor:pointer;
font:normal 10px Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

label{
font:normal 11px Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding:5px 10px 5px 5px;
}

.texte{
width:150px;
}