/* CSS Document */

body {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px;
	background-color: #271714;
	text-align: center;
}

.div_titre {
	height: 96px;
	width:100%;
	background-image:url(graphics/img_fond_titre.png);
	background-repeat: repeat-x;
}
.div_titre_effectif {
	height: inherit;
	width: 939px;
	background-image:url(graphics/img_deco_titre.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
.div_contenu {
	height: auto;
	min-height: 557px;
	background-image: url(graphics/img_fond_contenu.png);
	background-repeat: repeat-x;
	background-color: #541918;
}
.div_contenu_effectif {
	margin-left: auto;
	margin-right: auto;
	width: 939px;
	min-height: inherit;
	overflow: hidden;
}

.div_contenu_effectif_menu {
	float: left;
	width: 178px;
	min-height: inherit;
}
.div_element_menu {
	height: auto;
	width:inherit;
	clear: both;
}
.div_contenu_effectif_texte {
	float: left;
	width: 761px;
	min-height: inherit;
	background-image:url(graphics/img_fond_contenu_effectif.png);
	background-repeat: repeat-y;
}
.div_pied {
	height: 140px;
	width:100%;
	background-image:url(graphics/img_fond_pied.png);
	background-repeat: repeat-x;
}
.div_pied_effectif {
	height: inherit;
	width: 939px;
	background-image:url(graphics/img_deco_pied.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
.div_boite_info {
	width: 213px;
	height: auto;
	min-height: 35px;
	margin:8px;
}
.div_boite_info_contenu_haut {
	width: inherit;
	height: 11px;
	background-image:url(graphics/img_div_boite_info_haut.png);
	background-repeat: no-repeat;
}
.div_boite_info_contenu_milieu {
	width: 193px;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	background-image:url(graphics/img_div_boite_info_milieu.png);
	background-repeat: repeat-y;
}
.div_boite_info_contenu_bas {
	width: inherit;
	height: 12px;
	background-image:url(graphics/img_div_boite_info_bas.png);
	background-repeat: no-repeat;
}

h1 {
	font-size:16px;
	font-weight: bold;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	text-align: justify;
	margin: 0px;
	padding: 10px 10px 10px 30px;
	color: #000000;
	background-image:url(graphics/img_fond_h1.png);
	background-repeat:no-repeat;
}
h2 {
	font-size:14px;
	font-weight: bold;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	text-align: justify;
	margin: 0px;
	color: #000000;
}
h3 {
	font-size:14px;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    font-weight: normal;
	text-align: justify;
	margin: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	color: #000000;
}
h4 {
	font-size:10px;
	font-weight: bold;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	color: #FFFFFF;
}
h5 {
	font-size:12px;
	font-weight: bold;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	color: #000000;
}
.font_small {
	font-size: 10px;
}
.font_normal {
	font-size: 12px;
}
.font_big {
	font-size: 18px;
}
p {
	text-indent: 10px;
}
p:first-letter {
	font-size: 110%;
	font-weight: bold;
}

A:link	{	
	text-decoration:	underline;
	color: #000000;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color: #000000;
	}	
		
A:active	{	
	text-decoration:	underline;
	color: #000000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	font-style:italic;
	color: #000000;
	}