﻿/* -------------------------------- CSS Document ---------------------------------*/
/* ------------ Feuille de style de la Protection Civile de Wervicq-Sud ----------*/
/*--------------------------------------------------------------------------------*/

/**************************** CSS TEXT **************************************/

/*****police*****/
.italique {
	font-style: italic;
}
.gras {
	font-weight: bold;
}
.souligner {
	text-decoration: underline;
}


/*****mise en page*****/
h5 {font:bold 13px Arial; margin-top: 5px; margin-bottom: 5px}
.marge_droite {
	margin:20px 0px 10px 50px;
}
.text_moyen {
	font:12px Arial; 
	margin: 0px;
}
.slogan {
	font:bold 25px Arial;
	color:#FF660B;
}
.retour {	
	text-align: right;
}


.centrer {
	text-align: center;
}
.sans_marge_haut {
	margin-top: 0px;
}
.sans_marge_bas {
	margin-bottom: 0px;
}
.sans_marge_gauche {
	margin-left: 0px;
}

.sans_marges {
	margin: 0px;
}
.interligne {
	line-height: 150%;
}


/*****images*****/
.sans_bordures {
	border-width: 0px;
}




/*************************** CSS MENUS WERVICQ **************************************/
div.menu-wervicq	{ width:775px; background-image:url(../images/fond-menu-wervicq.gif); border-bottom:1px solid #000000; padding:0px 0px 4px 15px; text-align:center;}
*>div.menu-wervicq	{ width:760px; background-image:url(../images/fond-menu-wervicq.gif); border-bottom:1px solid #000000; padding:0px 0px 4px 15px; text-align:center;}

.menu-secondaire-wervicq	{ height:15px; font-family: Arial, Helvetica, sans-serif; font-size:12px; color:inherit; color:#FFFFFF; font-weight:bold; text-decoration:none; }
a.menu-secondaire-wervicq		{ font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; text-decoration:none; font-weight:bold; padding-right:18px; border-bottom:none; }
a.menu-secondaire-wervicq:hover 	{ color:#f8860d; }
a.menu-secondaire-wervicq:visted	{ color:#FFFFFF; text-decoration:none; }
