@charset "UTF-8";
*{
border : 1px rgba(0,0,255,0.3);
}
img{
border-radius:100%;
}
body{
background :rgb (127,255,212);
background-repeat:repeat;
text-align:center;
}
.navigation{
background-color:#7FFFD4;
text-align:center;
width:60%;
}
.navigation ul{
padding:0;
}
.navigation li{
display:inline-block;

font-size:16 px;
font-weight:50px;
letter-spacing:2px;
margin:0px;
}
/** Samuel Carbonneau**/
.content-box{
	background:#00BFFF;
	heigt:200px;
	margin:0 auto;
	top:80px;
	width:60%;
	overflow:scroll;
}
.content-header{
	background-image:url(index_fichiers/mois.gif);
	background-position:center;
	
	height:150px;
	widht:30%;
	top:-10px;
}
.content-body{
margin:0 auto;
width:10%;
}
h1{
background:#E6E6FA;
color:#0000CD;

font-family: "Times New Roman", Times, serif;
font-size:50px;
font-weight:200 px;
line-heigt:40px;
widht:50%;
margin: 0 auto;
padding:20px;
position:relative;
}
h2{
color:#BA55D3;
font-family:"Impact",sans-serif;
font-size:26px;
font-weight:100px;
letter-spacing:2px;
margin: 0;
padding:20px;
}
h3{
display:inline-block;
color:#FF8C00;
font-family:"Papyrus",fantasy;
font-size:19px;
font-weight:60 px;
letter-spacing:2px;
margin: 5 px;
padding:5px;
}
p{
color:#000080;
font-family:'brush script mt',script;
font-size:30px;
font-weight:100px;
line-height:33px;
widht:60%;
min-heigt:50px;
max-heigt:100px;
}
.content-box ul{
padding: 20px 0px;
}
.content-box li{
background-color:#7CFC00;
display:inline-block;
list-style:none;
margin-bottom:12px;
padding:20px ;
width:200px;
}
.btn{
color:#C71585;
background-color:#FFE4E1;
border:9px solid #BA55D3;
border-raduis:4px;
font-family:'Avant Garde',sans-serif;
font-size:18px;
font-weight:700px;
margin:10px 0px;
padding:20px;
text-decoration:none;
text-transform:uppercase;
}
.btn:hover{
background-color:#ffcocb;
border:9px solid green;
color:blue;
}