
 /* Generalités
================================================*/

/* Pour que le fond du <body> n'ai pas de marge décalant l'affichage de l'image ou de la couleur de fond*/

body#top { margin: 0; }

body#top { 	font-size: 10pt;}

/* Design général des liens hypertextes */

#top a:link, #top a:visited, #top a:hover, #top a:active, #top a:focus {
	text-decoration: underline;
	color: #424e77;
}

#top a:hover, #top a:active, #top a:focus {
	color: #28204f;
}

/* Pas de puce pour les éléments de liste */

#top li { list-style: none;}

/* Pour que les images en hyperlien n'aient pas de bordure */

#top img { border: none; }

/* Les titres */

/* font-family: "Times New Roman", Times, "Nimbus Roman No9 L", serif; */
	
#top h1, #top h2, #top h3, #top h4, #top h5, #top h6 { 	font-weight: normal; color : #3e7b1c; font-family: "Times New Roman", Times, "Nimbus Roman No9 L", serif; clear: both; text-transform: uppercase;}
#top h1 { font-size: 30pt; }
#top h2 { font-size: 20pt; font-weight: bold; border-bottom: 1px solid #3e7b1c; }
#top h3 { font-size: 15pt; text-decoration: underline }
#top h4 { font-size: 12pt; font-style: italic; }
#top h5 { font-size: 10pt;}

/* Les citations */

#top blockquote {
	margin: 20px 0 20px 20px;
	border-left: 1px #8da8ff solid;
	padding-left: 15px;
	font-style: italic;
}

#top pre {}

/* Paragraphes justifiés */
#top p { text-align: justify; }


/* Formulaires */
#top #content .formulaire_spip li {
	list-style: none;
}

#top input, #top textarea, #top select {
	padding:2px; 
	border:1px solid #d4deff; 
	border-left:1px solid #bec7e5; 
	border-top:1px solid #bec7e5; 
	background: transparent;
	margin-left: 50px;
}

 #top label {
	display: block;
}

 #top fieldset { 
	margin: 0 auto; 
	border: 1px solid #8da8ff;
}

#top input.submit {
	border: 1px solid #8da8ff;
	border-right: 1px solid #6c81c3; 
	border-bottom: 1px solid #6c81c3; 
	background: #e6ecff;
	color: #2d3652;
}


#top input:focus, #top textarea:focus, #top select:focus {
	border: 1px solid #8da8ff;
	border-top: 1px solid #6c81c3; 
	border-left: 1px solid #6c81c3; 
}

#top .formulaire_spip .obligatoire strong { font-weight: normal; color: #ff0000; font-size: 80%; }
#top .formulaire_spip .erreur_message { font-weight: normal; color: #ff5555; padding-left: 20px; }
#top .erreur input, #top .erreur textarea, #top .erreur select, #top .erreur input:focus, #top .erreur textarea:focus, #top .erreur select:focus {
	border:1px solid #ff8888; 
}

#top .previsu strong, #top .reponse_formulaire_ok { color: #008000; }

#top p.reponse_formulaire_ok {
	border: 1px solid #54a826;
	text-align: center;
	padding:30px;
	margin:30px;
	background:#e6ffd8;
}


/* Spécificités de SPIP
================================================*/

/* Pour que les images centrées le soient bien */

#top #content .spip_documents_center { text-align: center; display: block;}


 /* Spécificités du design en cours
================================================*/


body#top {  	
	font-family:"Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif; 
	color: #424e77;
}

/* Liens d'évitement, liens vers l'administration spip quand l'utilisateur est connecté, menu */

#top #goto, #main_menu, #top .spip-admin-float {
	display: none;
}

/* Titre et slogan du site */

#top #header p {
	font-size: 17pt;
	text-align: right;
	margin-bottom: 50px;
}


/* Contenu */

#top #content {
	margin: 0;
	padding: 0;
	background: none;
}

#top #content h2 {
}

#top #content img {
	margin: 5px 30px 20px 30px;
	border: 1px solid #8da8ff;
}

#top #content li {
	list-style: disc outside url(images/puce_pied.png);
	padding: 3px 0;
}

#top.sommaire #content h4 a:link, #top.sommaire #content h4 a:visited, #top.sommaire #content h4 a:hover, #top.sommaire #content h4 a:active, #top.sommaire #content h4 a:focus {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color : #3e7b1c;
}

/* Pied de page */

#top #footer .mentions_legales, #top #footer .plan_site, #top #footer .administration {
	display: none;
}

#top #footer {
	margin: 2cm auto 0 auto;
	text-align: center;
	font-size: 8pt;
}

#top #footer a:link, #top #footer a:visited {
	text-decoration: none;
	border: none;
}


/* #recherche = à l'intérieur du champ de recherche */
#top #formulaire_recherche #recherche {
	width: 140px;
	padding: 0px 10px;
	border: none;
	border-bottom: 1px dotted #decab6;
	font-size: 1em;
	text-align: left;
}

#top #formulaire_recherche .submit {
	font-size: 1em;
	font-weight: bold;
	background: transparent url(images/search.png) no-repeat;
	height: 34px;
	width: 34px;
	text-indent:-1000em;
	border: none;
}

#top #formulaire_recherche .submit:hover {
	cursor: pointer;
	cursor: hand;
}

#top .rubrique h3 {
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#top .rubrique .description {
	margin-top: 50px;
}
