/* CSS Document */

/********************************************************************************************/
/*structure*/
/********************************************************************************************/

#wrapper {
	
	width:800px;
	height:1275px;	 
    margin-left: auto;
    margin-right: auto;
	margin-top:-15px;
	margin-bottom:-50px;
	background-image:url(images/BG_Test.jpg);
	
}

#logo {
	width:500px;
	height:210px;
	margin: -30px 0 0 40px;
	background-image:url(images/sps_logo.png);
	background-repeat:no-repeat;
	
}

#sec_nav {

	width:300px;
	height:20px;
	margin:15px 0 0 5px; 
}

#prim_nav {

	width:250px;
	height:200px;
	margin:-165px 0 0 520px;
}


#content_1 {

	width:230px;
	height:900px;
	margin:0 0 0 20px;
	text-align:justify; 
}

#content_2 {

	width:230px;
	height:900px;
	margin:-900px 0 0 265px;
	text-align:justify;
}

#content_3 {

	width:230px;
	height:900px;
	margin:-900px 0 0 510px;
	text-align:left; 
}

/*#pied_page_draw {

	width:800px;
	height:50px;
	margin:210px 0 0 -36px;
	text-align:left; 
}*/

#pied_txt {

	width:800px;
	height:50px;
	margin:130px 0 0 -5px;
	text-align:left; 
}

#plus {

	width:700px;
	height:700px;
	background-image:url(images/paper_BG.jpg);
	background-repeat:no-repeat;
	
}

	



/********************************************************************************************/
/*mise en page*/
/********************************************************************************************/

h1 {
	font: 10px'Arial', Verdana, Time New Roman, sans-serif;
	color: #6B6A4E;
	margin: 0 auto;
	
}

h2 {
	font:16px 'Arial', Verdana, Time New Roman, sans-serif;
	color:#E5E3D1;	
	margin:0 0 8px 0;
	
}

h3 {
	font:16.5px bolder'Arial', Verdana, Time New Roman, sans-serif;
	color:#94CFDD;
	text-align:center;
	margin: 5px 10px 15px 5px;
	
	
}

h4 {
	font:12px bold'Arial', Verdana, Time New Roman, sans-serif;
	color:#F49540;
	margin: 5px 10px 5px 5px;
	padding:5px;
	border-top:1px #AAA287 dotted;
}	

h5 {
	font:11px 'Arial', Verdana, Time New Roman, sans-serif;
	color:#2D2824;	
	margin: 0px 10px 5px 5px;		
}	

h6 {
	font:17px 'Arial', Verdana, Time New Roman, sans-serif;
	color:#F2CC69;	
	margin: 0 auto;
	text-align:left;
	
	
}

/*link*/

a:link {color:#E5E3D1; text-decoration: none; }

a:visited {color: #E5E3D1; text-decoration: none; }

a:active {color: #E5E3D1; text-decoration: none;   }

a:hover {color: #ffffff; text-decoration: none; }
		
		