/*******************************************************/
/*                        Liens                        */
/*******************************************************/

a {
	color: #4177A7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #4177A7;
}


/*******************************************************/
/*                      Spécifique                     */
/*******************************************************/
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 0384D0;
}
.texthp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D6D6D;
}
.blanctxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


/*******************************************************/
/*                        Page                         */
/*******************************************************/

.page
{
	width: 96%;
}

.titre_page{
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #BBB7C;
	padding: 2px 2px 2px 4px;
	border-bottom: 0px solid #EEEEEE;
	border-top: 0px solid #EEEEEE;
	border-bottom-color: #E2E3E3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 6px;
}

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

.news {
	width: 96%;
	border: 1px solid #4682B4;
	padding: 2px 2px 2px 2px;
}

.fichier_news {
	width: 100%;
	border: 0px dotted Silver;
	font-size: 11px;
}

.titre_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	width: 100%;
	padding: 2px 2px 2px 2px;
	background: #E0ECF4;
	color: Black;
}

.date_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #708EC2;
}

.bas_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #708EC2;
	font-weight: 600;
	width: 100%;
	padding: 2px 2px 2px 2px;
	background: #F5F8FA;
}

.texte_news {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}

/*******************************************************/
/*                     Paragraphes                     */
/*******************************************************/

.titre_paragraphe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DE9C1F;
	font-weight: 600;
	width: 100%;
	padding: 2px 2px 2px 2px;
	background: transparent;
	border: 0px solid #708EC2;
	border-bottom: 0px solid #708EC2;
	border-top: 0px solid #708EC2;
}

.sous_titre_paragraphe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4682B4;
	font-weight: 600;
	width: 100%;
	border-bottom: 0px solid #708EC2;
}

.texte_paragraphe {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	text-align: justify;
}

/*******************************************************/
/*                       Agenda                        */
/*******************************************************/

.titre_agenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4682B4;
	width: 100%; /*border: 1px solid Silver;*/
/*padding: 2px 2px 2px 2px;*/
	margin: 0px 4px 0px 4px;
}

.texte_principale_agenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4682B4;
}

.texte_agenda {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
}
.lien_suite_agenda {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Gray;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	text-decoration: none;
}
.lien_suite_agenda:hover {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4682B4;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	text-decoration: none;
}

.bord_gauche_agenda{
	border-left: 1px solid #D8D8D8;
}

/*******************************************************/
/*                     Bas de page                     */
/*******************************************************/

.lien_bas_de_page{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
}
.lien_bas_de_page:hover{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F4E37A;
}

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

.infos_recherche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DE9C1F;
	width: 100%;
	padding: 2px 2px 2px 2px;
	background: transparent;
	border: 1px solid #4177A7;
	margin-top: 10px;
	margin-bottom: 10px;
}

.texte_recherche {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

.liens_recherche {
	color: Gray;
	text-decoration: none;
}

.liens_recherche:hover {
	text-decoration: none;
	color: #4177A7;
}

.zone_recherche {
	font-size: 11px;
}

.bouton_recherche {
	border: 1px solid Silver;
	background: #E7E7E7;
	font-size: 11px;
}

/*******************************************************/
/*                      Newsletter                     */
/*******************************************************/

.cadre_newsletter {
	border: 1px solid #CDADCA;
}

.titre_newsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4682B4;
	font-weight: 600;
	width: 100%;
	padding: 2px 2px 2px 2px;
	background: transparent;
	border: 1px solid #708EC2;
}

.sous_titre_newsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DE9C1F;
	font-weight: 600;
	width: 100%;
}

.texte_newsletter {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}


/*******************************************************/
/*                      Impression                     */
/*******************************************************/

.cadre{
	border: 1px dotted #4F4F4F;
}
