/* CSS Document */
/* 
	Ici on défini les bases du site :
	- La structure des pages
	- Les menus (nav principale, nav du footer, sous-menus déroulants ...)
	- Le bouton de rappel
	- Le H1 (remplacement par le logo du site)
	- Les différents éléments du footer (powered, hcard ...)
*/


/* Structure du site */

	body { font-size: 85%; color: #6B7D86; font-family: "Trebuchet MS", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; }
	#global {
		position:relative;
		width: 500px;
		margin-left:auto;
		margin-right:auto;
	}
	#header {
		position:relative;
		height:334px;
		width:100%;
	}
	#center {
		width:100%;
		padding-top:40px;
		padding-bottom:20px;
	}
	#footer {
		width:100%;
		border-top: 1px solid #88979E;
		position:relative;
	}

/**/


/* Elements du footer */

	#footer #footerElements .vcard 			{ margin-bottom:30px; margin-top:30px;}	
	#footer #footerElements .vcard .type	{ display:none; } 

	#footer #footerElements .vcard .org	 	{ font-weight: bold; font-size:14px; text-decoration:underline; } 
	#footer #footerElements .vcard .value 	{ font-weight: bold; } 

	#footer #footerElements .vcard .adr,
	#footer #footerElements .vcard .siret	{ display:block; } 

	#footer #footerElements #powered img 	{ height: 13px; width: 13px; margin-top:8px; margin-right: 3px; vertical-align: middle; }
	
	#footer #footerElements #w3c 			{ position:absolute; right:0; bottom:0;}	


/* */

