/* CSS Document */

body {
/*	background-image: url(../medias/image.jpg); */
	margin:10px;
 	background-color: #330000;
	}

/* Titre */
H1 {
	font-family : Arial;
	font-size : 18px;
	color:#cc0000;
	font-weight : bold;
	line-height:50px;
	display:inline;
	text-transform: uppercase;
}

/* Sous titre */
H2 {
	font-family : Arial;
	font-size : 14px;
	color: #cc3300;
	font-weight : normal;
	padding : 0 14px 0 0;
	line-height:25px;
	display:inline;
}

/* Bloc texte */
H3 {
	font-family : Arial;
	font-size : 12px;
	color: #000000;
	font-weight : normal;
	text-decoration: none;
	padding : 0 12px 0 0;
	line-height:16px;
	display:inline;
}

/* Texte tel que date évènement */
td {
	font:12px Arial;
	font-weight : normal;
	color:#000000;
	}

/* Liens */
a {
	color: #cc3300;
	font-weight:normal;
	text-decoration: none;
	}
	
a:hover {
	color: #cc3300;
	font-weight:normal;
	text-decoration: underline;
	}

/* Menu principal */

/* Bordure lien menu principal */
#navigation td {
	border-bottom: 1px solid #003366
	}

/* Liens menu principal */
#navigation a {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight : bold;
	text-decoration: none;
	line-height:16px;
	letter-spacing:.1em;
	display:block;
	padding:8px 8px 8px 8px;
	}
	
#navigation a:hover {
	color:#ffffff;
	font-weight:bold;
	background-color: #cc0000;
/*	background: url(../images/rd_blk.gif) 10px 50% no-repeat; */
	}
	
#navigation_active a {
	color:#ffffff;
	font-family : Arial;
	font-size : 14px;
	font-weight : bold;
	line-height:14px;
	text-decoration: none;
	display:block;
	padding:8px 8px 8px 8px;
	}
	
#navigation_active a:hover {
	color:#000000;
	background-color: #cc0000;
	}

.Style4 {
	font-size: 12;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
.Style4:hover {
	font-size: 12;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
}

.bodyText {
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	color:#000000;
	line-height:22px;
	margin-top:0px;
	letter-spacing:.1em;
	}
div.paragraphe	{
	padding:2px;
	background-color:transparent;
	text-align: justify;
}
div.paragraphe a{
	color:$color_rub;
	font-weight:normal;
	text-align: justify;
/* text-decoration:none; */
}	
.dropcap
{
float: left;
width: .9em;
font-size: 2.5em;
line-height: 90%;
}
/* Signature bas de pages */
.smallText {
	font:10px Arial;
	color:#FFFFFF;
	text-decoration: none;
	}
.smallText:hover {
	font:10px Arial;
	color:#FFFFFF;
	text-decoration: underline;
	}
.piedPage {
	font:10px Arial;
	color:#ffffcc;
	text-decoration: none;
	}
