/* REGLAGES GENERAUX */

body { 
	background-color:#F2FDFF;
	color: #333;
	font: 14px Arial,Verdana,Lucida,Geneva,Helvetica,sans-serif;
}

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

input { color: #333; font: 12px Arial,Verdana,Lucida,Geneva,Helvetica,sans-serif; }

img { border:0; }

span.italique { font-style:italic; }
span.gras { font-weight:bold; }

h1 { font-size:14px; padding-left:40px; line-height:25px; }
	h1.contact { background:transparent url(images/puce_contact.gif) no-repeat left; }
	h1.entreprises { background:transparent url(images/puce_entreprises.gif) no-repeat left; }
	h1.syndics { background:transparent url(images/puce_syndics.gif) no-repeat left; }
	h1.particuliers { background:transparent url(images/puce_particuliers.gif) no-repeat left; }
	h1.services { background:transparent url(images/puce_services.gif) no-repeat left; }

/* ELEMENTS FIGURANT SUR TOUTES LES PAGES */

#page { 
	width:900px; 
	height:614px; 
	margin:0 auto; 
	padding:20px 0 0 20px;
}
	#page.accueil { background:transparent url(images/fond_page_accueil.jpg) no-repeat; }
	#page.contact { background:transparent url(images/fond_page_contact.jpg) no-repeat; }
	#page.contenu { background:transparent url(images/fond_page_contenu.jpg) no-repeat; position:relative; }

#menu_haut_4 {  width:250px; position:absolute; top:30px; right:50px; }

#menu_haut_1 tr, #menu_haut_2 tr, #menu_haut_3 tr, #menu_haut_4 tr { height:30px; font-size:14px; font-weight:bold; }
#menu_haut_1 img, #menu_haut_2 img, #menu_haut_3 img, #menu_haut_4 img { padding:0 5px; }
	td.puce { width:30px; }

#coordonnees_bas_droite, #coordonnees { margin:40px 0 0 20px; color:#426797; font-size:16px; }
	#coordonnees_bas_droite a, #coordonnees a { color:#426797; }

#coordonnees_bas_droite { width:190px; position:absolute; bottom:50px; right:20px; margin:240px 10px 0 0; font-size:14px; text-align:center;  }

#bas_page { width:100%; margin-top:70px; color:#3E6495;text-align:center; }
	#bas_page a { color:#3E6495; }
	#lien_site { margin-right:80px; }

#mention_ikicrea { width:900px; margin:3px auto; font-size:10px; text-align:right; padding:0; padding-right:15px; }

/* Page ACCUEIL */

#menu_haut_1 { width:80%; margin:20px auto; }
#menu_haut_2 { width:50%; margin:0 auto; }

#logo {
	clear:left;
	width:100%; 
	height:284px;
	text-align:center;
	margin-top:90px;
}

/* Page CONTACT */

#contact table { width:400px; margin:10px 0; }

#menu_haut_3 { width:300px; }

#coordonnees { margin:40px 0 0 20px; }

/* Page ENTREPRISES */

#liste { margin-top:80px; font-size:16px; font-weight:bold; }
#liste ul { margin-top:15px; }
#liste li { list-style-type:none; }

/* Page SERVICES */

#tableau_services { width:90%; margin:0; margin-top:40px; }
	#tableau_services td { text-align:center; vertical-align:top; }


