
/* Eléments principaux de la page */

body  { 
background-image : url("images/image29.jpg"); 
font-family : Trebuchet MS, Helvetica, sans-serif; 
margin : 0; 
padding : 0; 
} 

section  { 
width : 950px; 
background-color : white; 
position : absolute; 
} 

#bloc_page  { 
width : 950px; 
left : 50%; 
margin-left : -475px; 
position : absolute; 
} 

section h1, nav a  { 
font-style : normal; 
font-weight : normal; 
text-decoration : none; 
text-transform : uppercase; 
color : white; 
} 

header  { 
background : url("images/carreau_mini.png"); 
background-repeat : no-repeat; 
background-position : 0 50px; 
} 

header h1  { 
font-size : 2.5em; 
font-weight : normal; 
font-style : italic; 
text-transform : uppercase; 
color : white; 
}
 
nav  { 
display : inline-block; 
width : 950px; 
text-align : right; 
} 

nav ul  { 
list-style-type : none; 
} 

nav li  { 
display : inline-block; 
margin-right : 15px; 
} 

nav a  { 
font-size : 1.3em; 
padding-bottom : 3px; 
text-decoration : none; 
} 

nav a:hover  { 
color : #760001; 
border-bottom : 3px solid #760001; 
}


#banniere_imageguide{
	position : relative; 
	padding-top:0px;
    height: 300px;
    background: url("images/piscine2.jpg") no-repeat;
	box-shadow: 0px 4px 4px #1c1a19;
    margin: 0px 20px 5px 20px;	  
}



section{
	height:900px;
}

section h1,h5{
    border:none;
    font-size: 2.5em;
    font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	color:rgb(0,51,102);
	margin: 5px;
	padding:40px;	
}


section p{
    font-size: 1.2em;
	font-style: normal;
	color:rgb(0,51,102);
	padding-left:5px;
	border:none;
	margin:25px 40px;
}


article{
	width:800px;
	font-style: normal;
}


article a{
    font-size: 1.1em;
	color:rgb(21,121,211);
	border:none;
	margin:20px 10px;
	margin-bottom:0px;	
}

article ol{
	padding-left:200px;
}

article li{
	color:rgb(0,51,102);
	font-size: 1.1em;
	margin-top:20px;
}


aside{
	display:block;
}

aside p{
    font-size: 1.0em;
	font-style: normal;
	color:rgb(0,51,102);
	padding-left:0px;
	border:none;
	margin:10px 20px;
	margin-bottom:0px;
}


.traitements{
	border:none;
	width:260px;
	height:275px;
    position: absolute;
	float:right;	
	right: 30px;
	top: 330px;
}	


.bouton_retour{
    height: 30px;
    position: absolute;
	float:left;	
    left: 90px;
    top: 700px;
	background-color: rgb(0,51,102);
	border-radius: 5px;
	border: outset;
    font-size: 1.2em;
    text-align: center;
    padding: 8px 8px 0px 8px;
    color: white;
    text-decoration: none;
}


a:active{
    color: red;
    border-bottom: 3px solid #760001
}
 

