/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a, a:hover, a:visited {
	font-weight: bold;
	text-decoration: none;
	color:#af1f10;
}


 a h3 {
	font-weight : normal;
	color:#2F2F2C;
}
 a:hover h3 {
background-color:#EAE9DA;
}

li .active  h6 {color : red;}

#footer-wrap  {color: #FFFFFF;}

#footer-wrap  a{font-weight: normal;color: #FFFFFF;}

#footer-wrap h2 {
	font-weight: bold;
	color: #FFFFFF;}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-weight : normal;
	font-size: 26px;
	color : #2F2F2C;
}

h2 {
	font-weight : normal;
	font-size: 22px;
	color : #2F2F2C;
}

h3 {
	font-weight : normal;
	font-size: 20px;
	color : #2F2F2C;
}



h4 {
	font-size: 18px;
}
/* `attention reserve au menu haut
----------------------------------------------------------------------------------------------------*/
h5 {
	font-size: 18px;
}

h6 {
	font-size: 18px;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 15px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}
