﻿/* CSS Document */



#conteneur_gauche{
float:left;
width:28px;
height:360px;
background-image:url('images/background_conteneur_x.jpg');

overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;



}

#conteneur_droite{
	width:29px;
	height:360px;
	
overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;

}




#menu_contact{
	float:left;
	width:210px;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;

	
}


#titre_menu_contact{
	width:210px;
	height:47px;
	
	background-image:url('images/contact_haut.png');
	background-repeat:no-repeat;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;


}

#contenu_menu_contact{
	width:210px;
	height:325px;
	background-image:url('images/background_index_multimedia.gif');
	background-repeat:repeat-y;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;

	
}


#bas_menu_contact{
	width:210px;
	height:46px;
	background-image:url('images/contact_bas.png');
	background-repeat:no-repeat;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;

	
}




/* /////////////////////////////////////
             Page Details
//////////////////////////////////////*/


#Page_details{
	width:508px;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;

	
}

#titre_page{
	width:508px;
	height:47px;
	background-image:url('images/contact_haut_details.gif');
	background-repeat:no-repeat;	
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;

	
}
#contenu_details_page{
	width:508px;
	height:325px;
	background-image:url('images/background_page_x.gif');
	background-repeat:repeat-x;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;

}

#page_details_bas{
	width:508px;
	height:46px;
	background-image:url('images/bas_page_details.gif');
	background-repeat:no-repeat;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;

}








