/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background:/* #F1F1F1 */ #FFF;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #414141;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }


a{ color:#414141;}
a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #414141; }
a:hover { text-decoration: none; font-weight:bold; color:#ED1E79; letter-spacing:0.2pt;}

a img { border: none; }

#menu {
	margin:25px 0 0 10px;
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background: /* #F1F1F1 */ #FFF;
}

#menu ul {
	list-style: none;
	margin:15px 5px 0px 10px;
}

#menu ul li.section-title {
	color:#000;
	margin:0 0 5px 0;
	font-size:12px;
	font-weight:bold;
}

#content {
    height: 100%;
    margin: 86px 0 0 295px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: auto; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: auto; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#contact_hack{
	padding:0;
	margin:-9px 0 13px 10px;
	}

#contact_hack2{
	padding:0;
	margin:15px 0 -16px 10px;
	}
	
#footer{
	height:20px;
	width:260px;
	bottom:0px;
	position:fixed;}
	
#footer2{
	height:20px;
	width:100%;
	bottom:0px;
	position: fixed;
	background:url(../../asset/img/footer.png) repeat-x;}
	
#footer_barre{
	text-align:right;
	height:20px;
	width:100%;
	background: #000;}
	
#footer_barre p{
	padding:3px 4px 0 0;}
	
#footer_barre p a{
	color:#FFF;}
	
#footer_barre p a:hover{
	color:#ED1E79;}
	
#footer label{
	padding:3px 5px 1px 5px;
	background-color:#000;}
	
#footer label span{
	height:25px;
	background-color:#000;
	width:50px;}
	
#contact_form{
	font-weight:bold;
	padding: 20px 25px 15px 25px;
	background: url(../../asset/img/bg_contact.png);
	height:100%;}
	
.label{
	color:#FFF;}
	
#header{
	height:17px;
	width:100%;
	background:/* #F1F1F1 */ #FFF url(../../asset/img/background_head.png) repeat-x fixed;
	top:0px;
	position: fixed;}
	
#copyright{
	margin-left:6px;}
	
	
.valid{
	background-color:#000;
	border: none;
	font-weight:bold;
	color:#FFF;
	cursor: pointer;
	padding-bottom:3px;
	height:20px;
	width:208px;}
	
.valid:hover, .valid:focus{
	color:#FFF;
	background-color:#F06;}
	
.cat{
	color:#FFF;
	background-color:#000;
	padding:3px 5px 3px 5px;
	top:-13px;
	margin-left:20px;
	position:relative;
	overflow:visible;
	width:150px;
	}
	
.magenta{
	color:#F06;}
	
/*.LV_invalid_field{
	border:1px solid  #F06;
	color:#333;
	padding:2px;
	}
	
.LV_valid_field{
	color:#333;
	border:1px solid   #090;
	padding:2px;
	}*/
	
input, textarea{
	border:1px solid #000;
	color:#333;
	padding:2px;
	}
	
input:focus, textarea:focus{
	border:1px solid #F06;
	color:#333;
	padding:2px;}
	
	
	
/*.LV_validation_message{
	color: #F06;}
	
	
.LV_valid{
	background-color: #090;
	padding:1px 4px 2px 4px; 
	margin:1px 0px;
	color:#FFF;}

.LV_invalid{
	background-color:#F06;
	padding:1px 4px 2px 4px; 
	margin:1px 0px;
	color: #FFF;}
*/
