/* CSS Document */

body {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
    color:#333;
}

/*==================text================*/
p{
	margin-bottom:10px;
}
h2{
	color:#67261b;
	font-size:20px;
	margin-bottom:15px;
}
h3{
	color:#67261b;
	margin-bottom:10px;
	font-weight:bold !important;
	text-transform:uppercase;
}
h4{
	color:#67261b;
	font-size:16px;	
	margin-bottom:10px;
	font-weight:bold !important;
	text-transform:uppercase;
}
h6{
	color:#224e6d;
	font-size:14px;	
	font-weight:bold !important;
	text-transform:uppercase;
}
em, i{
	font-style: italic;
}
strong, b{
	font-weight: bold;
}
a{
	text-decoration: none;
	color:#999;
}
a:hover{
	color:#666;
}
.intro{
    text-transform:uppercase;
    color:#999;
    line-height:20px;
    font-size:14px;
    margin-bottom:30px;
}
/******************** COULEURS *******************/
.rouge-pale{
	color:#a62226;
}
.rouge-fonce{
	color:#67261b;
}
.bleu-pale{
	color:#3295c6;
}
.bleu-fonce{
	color:#234e6d;
}
.vert-pale{
	color:#618e28;
}
.vert-fonce{
	color:#537420;
}
.gris-pale{
	color:#999999;
}
.gris-fonce{
	color:#2f2f2f;
}
