/* BALISES HTML GENERIQUES */
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

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

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nomPropre {
	text-transform: uppercase;
}

/* CONTENEUR GENERAL */

#container {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

/* EN-TĘTE */

#header {
	padding: 0;
	margin: 0;
	border: 0;
	background: url(/squel/img/sjh.gif) no-repeat center;
	border-bottom: solid black 1pt;
	height: 90px;
}

#banner {
	display: none;
}

#logo {
	display: none;
}

/* MENU DE NAVIGATION PRINCIPAL */

#menu {
	padding-left: 10px;
}

.rubriqueMenu {
	float: left;
}

#menu a {
	display: block;
	border: none;
}
#menu a.rubriqueNiveau1 {
	display: none;
	width: 1pt;
}
#menu a.rubriqueNiveau1on {
	width: 95%;
	text-transform: uppercase;
	margin-top: 90px;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
}

.sousMenu {
	display: none;
}

/* TITRE DE PAGE */

#titrePage {
	font-size: 16pt;
	font-weight: bolder;
	color: #666;
	background: url(/squel/img/fleche_h1.gif) no-repeat 0px 8px;
	padding-left: 23px;
}

/* MARGE GAUCHE */

#margeGauche {
	display: none;
}

/* MARGE DROITE */

#margeDroite {
	display: none;
}

/* CORPS DE PAGE */

#content {
}

#content h3.spip, #content h2 {
	color: #666;
	font-size: 18px;
	background: url(/squel/img/fleche_h3.gif) no-repeat 0px 6px;
	padding-left: 21px;
	margin-top: 30px;
}

#content img {
	border: 0;
	margin: 3px;
}


.chapo {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10pt;
}

div.texte p {
	margin-top: 10pt;
}

div.texte ul {
	margin-left: 20pt;
	margin-top: 10pt;
	margin-bottom: 10pt;
}
div.texte li {
	list-style-type: disc;
	list-style-position: outside;
}

div.texte table {
	margin-left: auto;
	margin-right: auto;
}
div.texte table tr.row_first {
	background-color:  #ddd;
}

div.ps {
	margin-top: 10pt;
	font-size: 9pt;
	font-style: italic;
	text-align: right;
}

div.notes {
	margin-top: 10pt;
	border-top: dotted #999 1pt;
	font-size: 9pt;
}
div.notes p.spip_note {
	margin: 3pt;
}
a.spip_note {
	font-size: 9pt;
	vertical-align: super;
}

div.photoPortfolio {
	text-align: center;
	margin: 20pt;
}

div.complements {
	font-size: 9pt;
	border-top: dotted #999 1pt;
	margin-top: 20pt;
}

#navOutils {
	display: none;
}


/* PIEDS DE PAGE */

#footer {
	clear: both;
	font-size: 10pt;
	margin-top: 20pt;
	border-top: solid black 1pt;
	color: #999;
	text-align: center;
}
#footer a {
	color: #999;
}

/* COPYRIGHT */

#spyrit {
	display: none;
}