/**
* CSS
* @author In On Architecture
*/
* {
	margin: 0;
	padding: 0;
}


/* BODY : Ensemble des fichiers txt, fond, image de fond, emplacement
*/


body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	/*background-image: url(img/d1.jpg);*/
  	background-position: 200px 20px;
	background-repeat:no-repeat;
}

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

/* LIENS : attributs des liens
*/

a:link { text-decoration: none; color:#707070; font-weight:normal}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color:#707070; }
a:hover { text-decoration: none; color:#000000; font-weight:bold;}

a img { border: none; }

/* MENU : Menu de Gauche, titres principaux, emplacement et dimension
*/

#menu {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
    width: 230px;
    overflow: auto;
    top: 5px;
    bottom: 0;
	left: 5px;
    position: fixed;
    height: 100%;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	font-weight:bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}

/* CONTENT : Page de Droite : emplacement et dimension
*/

#content {
	font-size:11px;
	color:#000000;
    height: 100%;
    margin: 0px 0 0 230px;	
}

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

/* CONTENT P : Page de Droite, txt
*/

#content p {
	text-align: justify;
	margin-left:0px;
	width: 550px; 
	font-size:11px;
	color:#707070;
	margin-top:80px;
	
}

/* P: Txt sous la commande P : Titres Majeurs
*/
p {
    color:#000000;
	font-size:11px;
}

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: 100px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
