body
{
	margin : 0px;
}

p
{
	margin : 0px;
	padding : 0px;
}

img
{
	border : none;
}

#container
{
	width : 1234px;
	height : 800px;
}

/**********************************************************************************************/
/*** 									ACCUEIL (LIVRE FERMé)								***/
/**********************************************************************************************/

#home
{
	width : 1234px;
	height: 800px;
	position : absolute;
	z-index : 10px;
	background-image : url("images/background.png");
}

/**********************************************************************************************/
/*** 									PAGES												***/
/**********************************************************************************************/


#pages
{	
	width : 810px;
	height: 555px;

	position : absolute;
		top : 139px;
		left : 195px;
	z-index : 40;
}

#pages p
{
	font-family: Arial, serif;
	font-size : 15px;
	font-weight : bold;
	color : #020151;
}
#nb p
{
	font-family: Arial, serif;
	font-size : 10px;
	font-weight : bold;
	color : #020151;
}
h1
{
	font-family: Arial, serif;
	color : #AF000A;
	text-decoration : underline;
	text-align : center;
	margin-top : 50px;
}

 h2
{
	font-family: Arial, serif;
	font-size : 18px;
	color : #020151;
}

#page_gauche
{
	margin-top : 26px;
	margin-left : 17px !important;
	margin-left : 7px;
	
	width : 373px;
	float : left;
	
}

#page_droite
{
	margin-top : 6px;
	position : absolute;
	top : 15px;
	width : 373px;
}

.fleche
{
	float : right;
	margin-right : 0px;
	margin-top : 10px;
}

#definitions a
{
	font-size : 17px;
	display : block;
	color : #AF000A;
	text-decoration : none;
	padding-top : 10px;
}

/**********************************************************************************************/
/*** 									CONTACT												***/
/**********************************************************************************************/



#texte_contact 
{
	padding : 20px;
}

#titre_contact
{
	margin-top : 100px;
}

label
{
	position : relative;
	z-index : 200;
	color : #AF000A;
}

#post-it
{
	position : absolute;
	top : 160px;
	left : 58px;
	z-index : 10;
}

.text_field
{
	width : 300px;
	border : none;
	background : none;	
	
	font-family: "Comic sans MS" ,Arial, serif;
	font-size :14px;

}

.text_area_message
{
	font-family: "Comic sans MS" ,Arial, serif;
	font-size :14px;
	
	border : none;
	background : none;
	position : relative;
	z-index : 500;
	top : 45px;
	left : 100px !important;
	left : 58px;

}

.button
{

	border : none;
	background : none;	
	
	width : 73px;
	height : 30px;
	font-family: Arial, serif;
	font-size : 15px;
	font-weight : bold;
	color : #020151;
	
	cursor : pointer;
	
	margin-left : 130px;
	
	position : relative;
	z-index : 60;
	
	left : 130px !important;
	left : 100px;
	
	top : 27px;

}

.button_contact
{

	
	
	cursor : pointer;
	
	margin-left : 130px;
	
	position : relative;
	z-index : 60;
	
	left : 130px !important;
	left : 100px;
	
	top : 46px !important;
	top : 83px;
	
}

#captcha
{
	position : relative;
	top : -14px;
}

/**********************************************************************************************/
/*** 									ADMIN LIVRE D'OR									***/
/**********************************************************************************************/

#tableau_admin_livre_or
{
	width : 360px;
}

table
{
	font-family: Arial, serif;
	font-size : 12px;
   border-collapse: collapse;
}

td, th
{
   border: 1px solid black;
   padding : 5px;
}