/* - - - - - - - - - - - - - - - - - - - - -

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 {
	SCROLLBAR-FACE-COLOR: #CCCCCC;
	SCROLLBAR-HIGHLIGHT-COLOR: white;
	SCROLLBAR-SHADOW-COLOR: black;
	SCROLLBAR-3DLIGHT-COLOR: black;
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: black;
	background-color: #4A3500;
	margin:0px; padding:0px;
    background-image:url(http://www.eliott-markus.fr/aurelia/2/aurelia_icono/back.gif); background-repeat:repeat-x; 
    background-attachment:fixed; padding:0px; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.rouge_10 {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
	color: #8E000D;
	line-height: 15px;
	}
.rouge_10:hover {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: none;
	text-decoration: underline;
	color: #8E000D;
	line-height: 15px;
}
.black_10 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
	color: #OOOOOO;
	line-height: 15px;
}
.black_14 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: none;
	text-decoration: none;
	color: #OOOOOO;
	line-height: 15px;
}
p{
	margin:0 0 1em 0;
}
a{
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
	color: #8E000D;
	line-height: 15px;
	}

a img{
	border:none !important;
}
#container{
	margin:0 auto;
	width:500px;
	padding:40px;
	text-align:left;
	background-color:#fff;
}
#container ul{
	text-align:center;
	margin:0 0 30px 0;
	list-style:none;
}
#container ul a{
	border:1px solid #eee;
	background-color:#f5f5f5;
	color:#444;
	font-size:1.5em;
	line-height:2em;
	padding:20px;
	margin:0 0 20px 0;
	display:block;
}
#container ul a:hover{
	border:1px solid #B5DF99;
	background-color:#CDEFB6;
	color:#358610;
}

#lightbox h2{
	margin:0 0 1em 0;
}
#lightbox h3{
	color:#FF713F;
}
#lightbox.done p{
	color:#333;
}

#form{
	text-align:left;
	margin:25px;
}
#form ul{
	list-style:none;
}
#form li{
	margin:0 0 1em 0;
}
#form textarea{
	width:100%;
	height:150px;
}

#definition{
	margin:25px;
}
.highlight{
	background-color:#FEFFAF;
}