/** Base for nanomus */

html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: black;
  font-size: 11px;
  font-family: Helvetica, Arial, Sans-Serif;
  color: #a2a2a2;  
  text-align: left;
  margin: 0px;
  padding: 0px;
}


img {
	border: 1px solid #a2a2a2;
}

ul {
	list-style: none;
}



/*  positioning-layers statiques et absolues */

#box {
	width:980px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
}

#droite {
	margin-top: 40px;
	width:180px;
	padding:0px;
	float:left;
}

#contenu {
	width: 620px;
	padding: 0px;
	float: left;
	overflow: auto;
	background-image:url('img/haut_page.gif');
	background-repeat:repeat-x;
	height: 650px;
	overflow: auto;
}

#gauche {
	margin-top: 40px;
	width:180px;
	padding:0px;
	float:left;
}

#bandeau {
	background-image:url('img/perotti.gif');
	background-repeat: no-repeat;
	background-position: 180px 15px;
	background-color:transparent;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 180px;
	margin-left: 0px;
}

#gauche h1 {
	font-size: 11px;
	text-align: right;
	font-weight: normal;
	color: #a2a2a2;
	border-top: 1px dotted #a2a2a2;
	border-bottom: 1px dotted #a2a2a2;
	margin-top: 20px;
	margin-bottom: 60px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px; 
	padding-bottom: 10px; 
}

#droite h1 {
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	color: #5b5b5b;
	background-image:url('img/ligne.gif');
	background-repeat:repeat-x;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px; 
	padding-bottom: 0px; 
}


#droite p.ligne {
	background-image:url('img/ligne.gif');
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
}

#droite p {
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	color: #5b5b5b;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 0px; 
	padding-bottom: 0px; 
}




#bandeau p {
	padding:10px;
	margin: 0px;
}


#bandeau img {
	border: none;
}


#break {
  clear: both;
}

/** Styles de la page centrale (contenu) **/




#contenu h1 {
	font-size: 48px;
	text-align: left;
	font-weight: normal;
	color: #313131;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-right: 50px;
	margin-left: 20px;
	padding: 0px; 
}


#contenu h2 {
	font-size: 24px;
	text-align: left;
	font-weight: normal;
	color: #313131;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 50px;
	margin-left: 20px;
	padding: 0px; 
}



#contenu h5 {
	font-size: 11px;
	font-family: Helvetica, Arial, Sans-Serif;
	line-height: 16px;
	color: #a2a2a2;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 2px;
	margin-right: 50px;
	margin-left: 50px;
	padding: 0px; 
}
#contenu h6 {
	font-size: 11px;
	font-family: Helvetica, Arial, Sans-Serif;
	line-height: 16px;
	color: #a2a2a2;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-right: 50px;
	margin-left: 50px;
	padding: 0px; 
}

#contenu p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 50px;
	padding: 0px; 
}

#contenu a {
	color: #D5D5D5;
	text-decoration: none;
}

#contenu a:hover {
	color: #e18e22;
}


/** listes menu */


#navcontainer ul
{
	list-style-type: none;
	text-align: right;
	margin-top: 30px; 
	margin-bottom: 0px; 
	margin-right: 20px; 
	margin-left: 20px;	
	padding: 0;
}

#navcontainer li { 
	margin: 0px; 
}

#navcontainer a {
	display: block;
	color: #5b5b5b;
	background-color: black;
	width: 140px;
	padding-top: 10px; 
	padding-bottom: 10px; 
	padding-right: 0px; 
	padding-left: 0px; 	
	text-decoration: none;
	background-image:url('img/ligne.gif');
	background-repeat:repeat-x;
}

#navcontainer a:hover {
	color: white;
}

#navcontainer a:active {
	color: white;
}

#navcontainer li.current {
	font-weight: normal;
	color: white;
}

#navcontainer li.current a {
	font-weight: normal;
	color: white;
}


#topnavcontainer {
	margin-top: 15px; 
	margin-bottom: 15px; 
}

#topnavcontainer ul {
	margin-top: 15px; 
	margin-bottom: 15px; 
	margin-right: 0px; 
	margin-left: 0px;	
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#topnavcontainer ul li { 
	display: inline;
	vertical-align: top;
}

#topnavcontainer ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #5b5b5b;
}

#topnavcontainer ul li a:hover {
	color: white;
}




#image_centre
{
	display: inline;
	vertical-align: middle;
}


