@charset "utf-8";
/* CSS Document */
body {
    margin:0;
	background-color:#d1deee;
}
h1, p, li {
	font-family: 'Roboto', sans-serif;

}
 
ul{
margin-left: 15px;
}
li{
Padding-left: 10px;
}
header {
    height: auto;
    margin-bottom: 25px;
}
hr.hrdots
 {
	color: #666;
	border-top: #94b2d7 3px dotted;
	border-bottom: none;
}
hr
{
    color: #FFC000;
    border-color: #ffda6a;
    border-style: solid;
    border-width: 0.5px;
}
#headerbandeau
{
    background-color:#60AEFC;
	padding:15px 0;
}
#headerbandeau p
{
	color:#94b2d7;
	font-size: 30px;
	font-weight: 700;
	text-align:center;
	margin:0;
}
#logoheader{
    text-align: center;
    margin: auto;
    width: 775px;
}
#logoheader img {
    height: 100px;
    float: left;
    padding: 30px;
}
.headercontent {
	background-color: #7030A0;
	height: 180px;
	margin: auto;
	color: #595959;
	width: 1140px;
}
.headertitle {
	font-size: 39px;
	font-family: 'Roboto', sans-serif;
	width: 1050px;
	padding-top: 40px;
	margin: 0;
	font-weight: 200;
	color: #FFFFFF;
}
div#content {
    margin: auto;
    width: 1140px;
}

.bienvenue {
    background-color: #FFF;
    width: 1140px;
    height: auto;
    padding: 30px 0;
    margin: auto;
}
.bienvenue p, ul {
    padding: 0 50px;
    font-size: 16px;
    font-weight: 100;
}
.textespec{
	Font-style:italic;
}

/************************** VOLETS ************************/
.volets {
    background-color: #fff;
    margin: 10px 0;
    padding: 20px;
    height: auto;
    border: 2px solid #7030A0;
}
.volets2 {
    background-color: #60AEFC;
    margin: 10px 0;
    padding: 20px;
    height: auto;
    border: 2px solid #7030A0;
}
.volets3 {
    background-color: #D1DEEE;
    margin: 10px 0;
    padding: 20px;
    height: auto;
   
}
.volets a{
    color:#ff0000;
}
.volets a:hover{
    color:#595959;
}

p.voletsliens {
	margin: 28px 175px;
	line-height: 35px;
}
p.voletsliens2 {
	margin: 28px 30px;
	line-height: 35px;
}
p.voletsbas {
    margin: 10px 175px;
    line-height: 35px;
}
p.voletsgris {
    margin: 10px 175px;
    line-height: 35px;
	font-size: 14px;
}

p.volettitre {
    font-size: 20px;
    margin: 0;
}
p.objectif {
	font-size: 16px;
	margin: 0;
	font-style: italic;
	padding-top: 20px;
	padding-bottom: 30px;
}
	
p.volettitre span {
    text-transform:uppercase;
}

img.imgchapitre {
	height: 170px;
	float: left;
}

img.imgchapitre2 {
	height: 130px;
	float: left;
}

/*********************** FOOTER *************************/
footer {
    width: 100%;
    background-color: #fff;
    float: left;
    text-align: center;
}
footer p {
    display: block;
    bottom: 15px;
    margin-top: 150px;
}
.imgfooter {
	height: 200px;
	text-align: left;
	float: left;
	display: block;
	border: 15px;
	border-color: #FFF;
}
.imgfooter2 {
	height: 120px;
	text-align: right;
	float: right;
	display: block;
	border: 15px;
	border-color: #FFF;
}
#footergris {
	width: 100%;
	background-color: #595959;
	float: left;
	text-align: center;
	color: #fff;
	font-size:12px;
	height: 50px;
}
