/***********************************************/
/* cadres de page */
/***********************************************/

body{
		background: #cccccc url(bg_grad.jpg) fixed;
		font-family : Verdana, serif;
		color: #27408B;
	}
	
*{
		padding:0px;
		margin:0px;
}

#centrer{
		margin-left:auto;
		margin-right:auto;
		width:775px;
		}

#masthead{
		position: absolute;
		top: 0px;
		left: 2%;
		right: 2%;
		width:95.6%;
		}

#pageNav{		
		float: left;
		width:178px;
		padding: 0px;
		background-color: #F5f7f7;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		font: small Verdana,sans-serif;		
     }
	
#pagecell1{		
		position:absolute;
		top: 112px;
		left: 2%;
		right: 2%;
		width:95.6%;
		background-color: #ffffff;							
	}

#siteInfo{
		clear: both;
		border-top: 1px solid #cccccc;		
		color: #cccccc;
		padding: 10px 10px 10px 10px;
		margin-top: 0px;
		text-align:center;
	}
	
#content{
		padding: 0px 10px 0px 20px;
		margin:0px 0px 0px 178px;
		border-left: 1px solid #ccd2d2;
}	

/****************************************************/
/* attributs de balises */
/****************************************************/


#sectionLinks{
	margin: 0px;
	padding: 0px;
	line-height:8ex;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}	

a:link, a:visited, a:hover{
		text-decoration:none;
		color: #006699;
}

a:hover{
		text-decoration: underline;
}
		  
#menu-niv2{
		list-style:square;
		line-height:4ex;		
	      }

#accueil{
		list-style:square;
		line-height:5ex;
		}

.img_pres {
		width:400px;
		height:300px;
	}

/************************************************************/
/*attributs de styles de polices */
/************************************************************/

h1{
		text-align:center;
}


.accueil{
		font-size:20px;
		color:#B0C4DE;
}

#imgaccueil{
		height:250px;
		width:333px;			
}

#centre_photo{
		text-align:center;
}