/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin:0;
	padding: 0;
	background-color:#FFF;
}

body {
	height:auto;
	overflow:auto;
	background-color:#FFF;
	font-size: 11px;
	font-family: helevetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	width: 600px;
	text-align: left;
}

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


a:link {
	text-decoration: underline;
	color: black;
	font-size: 11px;
	font-family: helevetica, sans-serif;
	font-weight: normal;
}
a:active {
	text-decoration: underline;
	color: black;
	font-size: 11px;
	font-family: helevetica, sans-serif;
	font-weight: normal;
}
a:visited {
	text-decoration: underline;
	color: black;
	font-size: 11px;
	font-family: helevetica, sans-serif;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	font-size: 11px;
	color: black;
	background-color: yellow;
}
a:link.thickbox{
	filter:alpha(opacity=99);
	-moz-opacity: 0.99;
	opacity: 0.2;
}
a:visited.thickbox{
	filter:alpha(opacity=99);
	-moz-opacity: 0.99;
	opacity: 0.1;
}
a:hover.thickbox{
	filter:alpha(opacity=99);
	-moz-opacity: 0.99;
	opacity: 0.99;
	background-color:#fff;
	/*margin-left: 5px;
	background-color: #FFFF00;
	color:#fff;*/
}
a img {
	background-color: #000;
}
a img { 
	border: none; background-color: #000;
}
#menu {
	width: 600px;
	height:0px;
	margin:0;
	background-color:#FFF;
}

/*---------------------built with--------------------*/
#menu ul {
	color: #aaa;
	font-size: 9px;
	font-weight: normal;
	list-style: none;
	margin: 0 0 0 0;
}

/*---------------------titres sections--------------------*/
#menu ul li.section-title {
	color: #000;
	font-size: 11px;
	font-family: helvetica, sans-serif;
}

#menu ul li.section-title:hover{
/*background-color:#fff;*/
}

#menu ul li:hover{
/*background-color:#000;
color:#000;*/
}


#content {
width:600px;
margin-left:0;
float:left;
background-color:#FFF;
}


.container {
}


#content p {
	width: 600px;
	margin:0;
	background-color:#FFF;
}


p {
    margin: 0 0 0 0;
}


h1 {
	color: #000;
	background-color:#fff;
	font-size: 21px;
	font-weight: bold;
	font-family: helevetica, sans-serif;
	display:inline;
}

h2 {
	font-size: 12px;
	font-family: helevetica, sans-serif;
	color: #000;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	font-family: helevetica, sans-serif;
	color: #000;
	font-weight: bold;
}
h4 {
	font-family: helevetica, sans-serif;
	font-size: 11px;
	color: #f00;
	font-weight: normal;
}
h5 {
	text-decoration:underline;
	font-size: 11px;
	color:#000;
	font-weight: normal;
}
h6 {
	border-bottom-width:1px;
	border-bottom-color:#000;
	border-bottom-style: dotted;
	font-size: 11px;
	font-family: helevetica, sans-serif;
	color: #000;
	font-weight:normal;
}
h7 {
	border-bottom-width:1px;
	border-bottom-color:#000;
	border-bottom-style: dashed;
	font-size: 11px;
	font-family: helevetica, sans-serif;
	color: #000;
	font-weight:normal;
}
h8 {
	color: black;
	background-color:#fff;
	font-size: 20px;
	font-weight: regular;
	font-family: helevetica, sans-serif;
	display:inline;
}
h9 {
	color: red;
	background-color:#fff;
	font-size: 30px;
	font-weight: bold;
	font-family: helevetica, sans-serif;
	display:inline;
}
h10 {
	color: red;
	background-color:#fff;
	font-size: 12px;
	font-weight: bold;
	font-family: helevetica, sans-serif;
	display:inline;
}
h11 {
	color: black;
	background-color:#fff;
	font-size: 12px;
	font-weight: bold;
	font-family: helevetica, sans-serif;
	display:inline;
}
h12 {
	text-decoration: none;
	color: black;
	font-size: 11px;
	font-family: helevetica, sans-serif;
	font-weight: bold;
	display:inline;
	background-color:yellow;
}


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

#once { clear: left; }
