/*-------------------------------------------
			Styles PACK
-------------------------------------------*/
/* 
 * ----------------------------------
 * Redéfinition des balises standards
 * ----------------------------------
 */
html, body {
	width: 					100%;
	height: 				100%;
	margin: 				0px;
	padding: 				0px;
	text-align: 			center;
	background-color: 		#EEECDD;
}

html, body, table, input, select {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				10px;
	color: 					#CCC199;
}

a 			{text-decoration: none; color: #CCC199;}
a:hover 	{color: #000000;}

table 		{border: 0px; padding:0px; font-size: 11px;}
td 			{border: 0px; vertical-align: top;}

img 		{border: 0px; margin: 0px; padding: 0px;}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

/*CONTENEUR*/
#intro {
	width: 100%;
	height: 424px;
	
	position: absolute;
	top: 50%;
	left:0px;
	margin-top: -212px;
	
	background-image: url(img/fond_accueil.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#referencement {
	width: 750px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -226px;
	margin-left: -370px;
	text-align: left;
}

#conteneur {
	width: 100%;
	height: 424px;
	
	position: absolute;
	top: 50%;
	left:0px;
	margin-top: -212px;
}

#bas_page {
	width: 750px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 212px;
	margin-left: -377px;
	text-align: right;
}

#contenu {
	width: 430px;
	color: black;
	left: 50%;
	margin-top: 220px;
	margin-left: -70px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
}
#contenu a{
	font-size: 16px;
	font-weight: bold;
	color: #CC1715;
}
#contenu a:hover{
	text-decoration: underline;
}