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

body {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	line-height: 18px;
	background-color: #fff;
	background-position: 0px 0px;
}



a:link {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #00FF00;
}


img {
	border: none;
}


a img { 	border: none;

}

#info{
	font-size: 16px;
	width: 100%;
	height: 400px;
}
#menu {
	width: 100px;
	overflow: auto;
	bottom: 0;
	position: fixed;
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	left: 0px;
	top: 0px;
}

#menu ul {
	font-size: 12px;

	list-style: none;
	margin: 0 0 7px 0;
}



#menu ul li.active a {
	color:#FF0000;
}

#menu ul li.section-title {
	text-transform: uppercase;
	
}

#post p {
	width: 500px;
	margin-bottom: 50px;
}





#center {
	margin:0 auto;
}

#box {
	float: left;
	height: 300px;
	text-align: center;
	margin-bottom: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 10px;
}

#box_section {
	float: left;
	height: 300px;
	text-align: center;
	margin-bottom: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: 000;
	margin-left: 30px;
		margin-top: 10px;

}

#boxtitre {
	float: left;
	height: 300px;
	text-align: center;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#box400 {
	width: 300px;
	
	float: left;
	height: 300px;
	text-align: center;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
		margin-top: 10px;

}


#box600 {
	width: 500px;
	
	float: left;
	height: 300px;
	text-align: center;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-top: 10px;

}

#box2 {
	float: left;
	text-align: left;
	padding-bottom: 3px;
}




#title {
	text-align: left;
	font-size: 9px;
	height: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}




#content {
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	text-align: left;
	position: relative;
}

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

#content p { width: 500px; margin-bottom: 20px; }

p {
    margin: 0 0 15px 0;
}



/* Titres */
h1 { color: 000;
	font-weight: bold;
	font-size: 24px;
	line-height: 22px;
	text-align: center;
}

/* Titre pages */
h2 {
	margin-top: 25px;
	margin-bottom: 18px;
	font-size: 20px;
}

/* Letter */
h3 {
	color: #000;
	font-size: 18px;
	line-height: 20px;
		font-weight: normal;

}



/* Letter 1 */
h4 {
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
}

/* Captions */
h5 {
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: normal;
	margin-bottom: 35px;
}

/* Caps */
h6 {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 12px;
	font-weight: bold;
	text-align: left;
}


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

#once { clear: left; }
