/* 
Couleurs PDC.ch (non web) :
	Orange : #F5821F
	BLEU (VIOLET) : #273591

Couleurs PDC-ge.ch (non plus)
	Orange : #FF850E
	Bleu : #263590
	
Couleur Dernier logo installé	
	Bleu: #0A3486
*/

body {
	font-size: 11px;
	font-family: "Helvetica", "Arial", "Geneva";
	background-color: #fff;
	margin: 0;
}

a {
	color: #0A3486;
	text-decoration: none;
}

a:hover {
	font-color: #0A3486;
	text-decoration: underline;
}

h1, h2{
}

/* TYPOGRAPHIES */

.description {
	margin-bottom: 20px;
	line-height: 1.1em;
}

.texte {
	text-align: justify;
	line-height: 1.2em;
}

/* WRAP */
#wrap {
	margin: 0 0 0 180px;	
	padding: 0;
	width: 820px;
}

.image {
	margin: 10px 0 10px 0;
}

/* GRANDE BOITE */
.bande {
	font-family: "Geneva";
	font-style: italic;
	font-size: 10px;
	color: #0A3486;
}

.bande h1 {
	font-weight: normal;
	border-bottom: solid 1px #0A3486;
	margin: 0;
	padding: 25px 0 0 0;
}

#contenu {
	margin-right: 250px;
	margin-top: 3px;
	border-top: solid 8px #0A3486;
	width: 600px;
	position: absolute;
}

/* Navigation Droite*/

div.navR {
	float: right;
	width: 200px;
}

.navR li {
	margin: 0 0 5px 10px;
}

.moins {
	font-weight: lighter;
	color: #000;
	display: inline;
	font-family: Trebuchet MS;
	font-size: 0.8em;	
}

/* Navigation Gauche*/
#navigation {
	float: left;
	width: 160px;
	padding: 0px 10px 20px 10px;
	text-align: right;
}

/* Commun pour la navigation */
.nav img {
	border: none;
	display: block;
}

.nav h3, h3.nav {
	border-bottom: solid 1px #666;
	margin: 20px 0 0 0;
	padding: 0 0 3px 0;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #666;
}

.nav a {
	color: #999;
}

li.inscription a {
	color: #FF850E;
	font-weight: bold;
}

dl, dt, dd, ul, li {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: disc;
	color: #FF850E;
}

#menu {
	font-size: 1.1em;
	margin-top: 20px;
	margin-right: 15px;
}

#menu a {
	color: #FF850E;
}
	
#menu dt {
	cursor: pointer;
	padding-top: 5px;
}

#menu dt:hover {
	color: #fff;
	text-decoration: none;
}

#menu dd {
	text-align: left;
	border-top: solid 1px #FF850E;
	border-bottom: solid 1px #FF850E;
	padding-top: 8px;
	padding-bottom: 8px;
}

#menu li {
	padding: 2px 5px 2px 0px;	
}

#menu li a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	border: 0 none;
	height: 100%;
}

#menu li a:hover {
	color: #FF850E;
}

#menu dt a:hover {
	color: #0A3486;
	text-decoration: none;
}

#menu a.on {
	font-weight: bold;
}

/* L'article principal de la page d'accueil */
div.sommaire {
	display: block;
	margin-bottom: 40px;
	font-size: 1.2em;
/*	border-top: solid 4px #FF850E; */
	padding-top: 10px;
}

.sommaire h1 {
	font-weight: lighter;
	letter-spacing: 0.2em;
	font-style: italic;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 15px;
}

.sommaire h1 a {
	color: #0A3486;
}

.sommaire h3 {
	font-size: 0.8em;
	margin-bottom: 5px;
	color: #999;
	font-weight: lighter;
	text-align: right;
	clear: both;
}

.sommaire img {
	float: left;
	margin:10px;
	border: 0;
}

.sommaire .texte {
	margin-bottom: 10px;
}

/* deux boite en dessous */ 

div.secondaire {
	margin-bottom: 30px;
	font-size: 1.1em;
}

.secondaire .texte {
}

.secondaire h1 {
	font-weight: lighter;
	letter-spacing: 0.2em;
	padding: 0;
	font-size: 1em;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.secondaire h3 {
	font-size: 0.8em;
	margin-bottom: 5px;
	color: #999;
	font-weight: lighter;
	text-align: right;
}

.secondaire img {
	width: 100px;
	height:100px;
	float: left;
	margin: 0px 10px 10px 0px;
	border: 0;
}

.secondaire h2 {
	font-size: 1em;
	color: #0A3486;
	font-weight: lighter;
}

.sec1 {
	width: 290px;
	float: left;
}

.sec2 {
	width: 290px;
	float:right;
}

div.rub_art {
	display: block;
	clear: both;
	margin-bottom: 25px;
}

/* publicité flottant à droite */
div.pub {
	float: right;
	clear: both;
	width: 200px;
	text-align: center;
	margin: 200px 10px 10px 10px;
	font-size: 3em;
	color: #0A3486;
}

/* contacts flottant à droite */

div.orange {
	display: inline;
	color: #FF850E;
}

.spip_doc_titre strong {
	font-weight: lighter;
	text-align: left;
	display: block;
	width:500px;
}

div.spip_doc_descriptif {
	padding: 0;
	display: inline;
	font-style: italic;
}

div.spip_documents {
	display: block;
	width: 540px;
	padding: 1em;
	margin: 1em;
	clear: both;
	background-color: #CCC;
}

/* Formulaire d'inscription et de contact */

.formulaire table {
	font-size: 0.8em;
}

input[type=text], textarea { 
	color: #333;
	border: solid 1px #0A3486;
	margin: 5px;
}

/* Calendrier */ 
#calendar h2 {
	display: none;
}

#calendar table {
	width: 200px;
}

.occupe a {
	color: #FF850E;
}
