body{
	padding:0;
	margin:0;
	background:url(/images/back.jpg) top repeat-x #797E72;
	color:white;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}

a{
    outline:none;
    text-decoration:underline;
    color:white;
    cursor:pointer;
}

img {
	outline:none;
}

object{
    outline:none;
}

br.clearfix{
	line-height:1px;
	clear:both;
}

div.innerPage{
	width:967px;
	margin:auto;
	margin:auto;
}

div.innerPage div.leftColumn{
	float:left;
	width:435px;
}

div.innerPage div.rightColumn{
	float:left;
	width:532px;
	padding:45px 0 0 0px;
}

ul.nav{
	list-style-type:none;
	margin:0;
	padding:0 0 25px 0;
	width:100%;
	height:30px;
}

ul.nav li{
	float:left;
	text-align:center;
	margin:0px 0px 0px -8px;
	list-style:none;
}

ul.nav li a {
	display:block;
	color:white;
	text-decoration:none;
	text-weight:bold;
	padding:4px;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0;
}

ul.nav li a img {
	float:left;
}

a.btn_preview {
	position:absolute;
	top:0;
	margin:632px 0px 0px 0px;
}

a.btn_buy {
	position:absolute;
	top:0;
	margin:632px 0px 0px 265px;
}

#overlay {
	position:absolute;
	top:0;
	left:0;
	background:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index:800;
}

/*--------------------------------------------------------------*
 *                        preview                               *
 *--------------------------------------------------------------*/

div.extrait{
    width:720px;
    height:500px;
    background:#000;
    position:absolute;
    z-index:900;
    display:none;
    border:2px solid #666;
    padding:10px;
}

a.close{
    background:url(/images/btn_close.gif) no-repeat;
    float:right;
    width:61px;
    height:13px;
    cursor:pointer;
}
 

/*--------------------------------------------------------------*
 *                        forms                                 *
 *--------------------------------------------------------------*/
input, textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}

p {
	margin:0px 0px 12px 0px;
	padding:0;
}

#form_organiser {
	clear:left;
}

#form_organiser div {
	float:left;
	width:258px;
}

#form_organiser div label {
	float:left;
	display:block;
	width:249px;
	clear:right;
	padding:10px 0px 4px 0px;
}
#form_organiser div input, #form_organiser div textarea {
	float:left;
	clear:left;
	width:219px;
}
#form_organiser div textarea {
	float:left;
	clear:left;
	width:400px;
	height:110px;
}

#form_organiser div#captcha_content {
	float:left;
	clear:left;
	display:block;
}

#form_organiser div#captcha_content label {
	width:350px;
}

#form_organiser div#captcha_content input {
	width:150px;
}

#form_organiser #btn_send {
	float:left;
	clear:left;
	margin:20px 0px 0px 0px;
}

/*--------------------------------------------------------------*
 *                        form Errors                           *
 *--------------------------------------------------------------*/
 
 ul.errors, div.message{
	 float:left;
    color:#FFF;
	padding:4px 6px 4px 6px;
	margin:5px 0px 0px 0px;
	font-size:10px;
	border:1px dashed #F00;
	background-color:#900;
 }
 
 ul.errors li {
	 list-style:none;
	 display:block;
 }
 
 /*--------------------------------------------------------------*
  *                        generique                             *
  *--------------------------------------------------------------*/
 a.popup{
    cursor:pointer;
    text-decoration:underline;
}

div.equipe{
    display:none;
    z-index:900;
    position:absolute;
    width:680px;
    height:242px;
    background:#000;
    border:2px solid #666;
    padding:10px;
}

div.equipe .left{
    float:left;
    width:33%;
    margin-top:30px;
}

div.equipe .right{
    float:right;
    width:66%;
    margin-top:18px;
}

div.equipe a.close{
    background:url(/images/btn_close.gif) no-repeat;
    float:right;
    width:61px;
    height:13px;
    cursor:pointer;
}
