﻿/*éléments principaux de la page*/

body
{
background: url("../images/ciel_nuageux.jpg") no-repeat fixed top;
/**background-color: #ffefd5;**/
font-family: "comic Sans MS", Arial, "Times New Roman", Times, serif;
/*color: #181818;*/
}

#bloc_page
{
width: 1500px;
margin: auto;

}

section
{
border: 5px blue groove;
 border-radius: 10px 10px 10px 10px;
}

article p
{
	padding: 5px;
	color: blue;
	font-size: 18px;
	text-align: left;
}

article
{
display: inline-block;
text-align: justify; 
border: 3px solid red;
vertical-align: top;
border-radius: 10px 10px 10px 10px;
margin-left: 345px;
width: 1120px;
min-height: 800px;
padding: 10px; 5px; 5px; 5px;
}

article h1
{
	text-align: center;
	text-decoration: underline;
	color: blue;
	font-size: 24px;
	font-family: "comic Sans MS", Arial, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	}

article #acol
{
color: blue;
	color: blue;
	font-size: 12px;
	display: block;
	position: absolute;
	top: 420px;
	left: 680px;
}  

article #bcol
{
	color: blue;
	font-size: 12px;
	display: block;
	position: absolute;
	top: 420px;
	left: 980px;
}  

article #ccol
{
	color: blue;
	font-size: 12px;
	display: block;
	position: absolute;
	top: 420px;
	left: 1280px;
}

