/*** CSS* * @version 1.0* @author Vaska * @author Gregory Cadar*/* {	margin: 0;	padding: 0;}body {	font-size: 14.5px;	font-family: Arial, Helvetica, sans-serif;	letter-spacing: 0.1px;	background: ##FFF;	color: #708090;	text-align:justify	}body.section-1 { }body.section-2 { }body.section-3 { }/* LINKS */a:link { font-size: 14.5px; text-decoration: none; color: #B0C4DE; opacity: 1.0; }a:active { font-size: 14.5px; text-decoration: none; color: #B0C4DE; opacity: 1.0; }a:visited {font-size: 14.5px; text-decoration: none; color: #B0C4DE; opacity: 1.0; }a:hover { font-size: 14.5px; text-decoration: none; color: #000000; opacity: 0.1; }a img { border: none; }/* MENU */#menu {    	width: 260px;	overflow: auto;	top: 0px;	bottom: 0;	left: 0px;	position: fixed;	height: 100%;	background-color: ##FFF;   	text-align: right;	line-height: 1.5em;	margin: 20px 0px 0px 20px;   	padding: 0px 5px 0px 0px;	z-index: 1;	opacity: 1.0;	font-size:15px;}#menu ul { color: #708090; list-style: none; margin: 0 0 0 0; }/* gere le menu */#menu ul li.section-title {  color: #708090; }/* gere entete et bas de page */#menu p { font-size: 20px;font-weight: 600; font-family: Arial, Gadget, sans-serif;letter-spacing: 3px; line-height: 60px;color: #708090; font-variant:small-caps; }#content {    height: 100%;    top: 0px;    margin: 70px 0px 0px 340px; /* bouge bloc de droite */    padding: 0 0 0 0px;}.container {    padding: 0px 0px 0px 0px; /* bouge TOUT */}/* Style du texte regular in content */#content p { width: 480px; 	line-height: 20px;  /* interlignage */ }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; }      /* VOICI LES POSSIBILITES:style des boites du thickbox    #img-container a {    display:block;    float:left;    width:100px; [this width can be anything you want]    height:100px; [also anything you want]    margin:0 10px 10px 0; [margins for space between the thumbnails]    padding:0;    border:0;    overflow:hidden;}*/#img-container p	{ width: 100%; margin: 0; padding: 0 0 0 0; }#once { clear: left; }