/* cadre fin gris */
.cadre{
	border: 1px solid #CCCCCC;
}
/* paramètre de la page */
.page{
	/*padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 4px;*/
	padding-top: 4px;
	/* width: 520px; */;				/* largeur de la page */
}

/* bloc élémént (texte, image, fichier, ... */
.p_bloc{

	color:#2d2e2d;
	font-family:Helvetica, arial, sans-serif;
	font-size:12px;
	
	line-height:1.4em;
}

/* hauteur de certains blocs (saut de ligne, fichiers, ...) */
.p_bloc{
	height: 17px;
}

/* lien (fichier) */
.p_lien {
	text-decoration: none;
	color: #436284;
	font-size:10pt;
}

/* lien survolé (fichier) */
.p_lien :hover {
	text-decoration: underline;
	color: #E20909;
}

/* cardre des blocs */
.p_cadre_bloc{
	/*border: 1px solid White;*/	/* cadre blanc pour ne pas avoir de décalage (un cadre bleu au survol) */
}

/* bloc saut de ligne */
.p_saut_de_ligne{
	height: 20px;
}

/* titre de la page (nom de la rubrique) */
.p_titre{
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	color: #580300;
	/*border-bottom: 1px #786667 solid;*/
	padding-left: 50px;
	padding-bottom: 20px;
	padding-right: 4px;
	padding-top: 0px;
	margin-bottom: 8px;
	font-weight: normal;
	text-align: left;
}

.padding_4{
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-top: 4px;
}

.padding_10{
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

/****************************************************************/
/***************************** News *****************************/
/****************************************************************/

/* espace entre chaque news */
.espace_news{
	height: 30px;
}

/* lien archive des news */
.archive_news{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: Gray;
	text-decoration: none;
}

/* lien archive des news (hover) */
.archive_news:hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: none;
}

/* couleur de fond des textes de la recherche */
.texte_rech_news {
	background: Yellow;
	color: Black;
}

/* cadre du blco news */
.cadre_news{
	border: 1px solid Gray;
	width: 98%;
}

/* cadre du titre */
.cadre_titre_news{
	background: #EFCE95;
}

/* cadre du texte */
.cadre_texte_news{

}

/* cadre du fichier joint */
.cadre_fichier_news{
	background: #E4EAF4;
}

/* cadre infos complémentaires (date, auteur) */
.cadre_bas_news{
	background: #F5F5F5;
}

/* cadre du module de navigation des news */
.cadre_nav_news{
	background: #F9F9F9;
	border: 1px solid #E7E7E7;
	width: 98%;
}

/* cadre du bloc lien archives + moteur de recherche */
.cadre_archives_news{
	background: #F9F9F9;
	border: 1px solid #E7E7E7;
	width: 98%;
}

/* titre */
.titre_news{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #33638D;
	font-weight: bold;
}

/* texte */
.texte_news{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

/* intitulé fichier joint */
.fichier_news{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A81515;
	text-decoration: none;
	font-weight: bold;
}

/* intitulé fichier joint (hover) */
.fichier_news:hover{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #303030;
	text-decoration: none;
	font-weight: bold;
}

/* infos complémentaires (date, auteur) */
.bas_news{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: Gray;
}

/****************************************************************/
/********************** Moteur de recherche *********************/
/****************************************************************/

/* espace entre chaque bloc */
.espace_moteur{
	height: 30px;
}

/* couleur de fond des textes de la recherche */
.texte_rech_moteur {
	background: Yellow;
	color: Black;
}

/* cadre du bloc */
.cadre_moteur{
	border: 1px solid Gray;
	width: 98%;
}

/* cadre du titre */
.cadre_titre_moteur{
	background: transparent;
}

/* cadre du texte */
.cadre_texte_moteur{
	background: transparent;
}

/* cadre infos complémentaires (date, auteur) */
.cadre_bas_moteur{
	background: transparent;
}

/* cadre du module de navigation des blocs */
.cadre_nav_moteur{
	background: #F9F9F9;
	border: 1px solid #E7E7E7;
	width: 98%;
}

/* cadre du bloc "expression recherchée" */
.cadre_exp_moteur{
	background: #F9F9F9;
	border: 1px solid #E7E7E7;
	width: 98%;
}

/* titre */
.titre_moteur{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
	font-weight: normal;
}

/* texte */
.texte_moteur{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

/* lien accès à la page */
.acces_moteur{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: Green;
}

/* lien accès à la page : hover*/
.acces_moteur:hover{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: Green;
}

/****************************************************************/
/****************************************************************/
/****************************************************************/

/* module de navigation page par page (news) : lien sélectionné  */
.texte_nav{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #63839C;
	font-weight: bold;
	text-decoration: none;
}

/* module de navigation page par page (news) : lien sélectionné (hover)  */
.texte_nav:hover{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D2691E;
	font-weight: bold;
	text-decoration: none;
}

/* module de navigation page par page (news) : lien non-sélectionné */
.texte_nav2{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A2BDD0;
	font-weight: bold;
}

/* Champs texte et listes de sélection */
.input_texte {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	color: Gray;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-right: 2px;
	padding-top: 0px;
}

/* bloc recherche */
.texte_recherche{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}

/* texte divers*/
.texte_divers{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}

.titre_accueil
{
	font-size: 14;
	color: #4682B4;
	font-family: Arial;
	font-weight: bold;
}

/*.texte_agenda
{
	font-size: 11;
	color: #666666;
	font-family: Arial;
}*/

.cadre_b
{
	border-bottom: 1px solid #CCCCCC;
}
.cadre_h
{
	border-top: 1px solid #CCCCCC;
}

.cadre_d
{
	border-right: 1px solid #CCCCCC;
}
.cadre_g
{
	border-left: 1px solid #CCCCCC;
}

.bas_news2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #708EC2;
	font-weight: 300;
}


