/* 
    Document   : association
    Created on : 12 juil. 2009, 23:49:14
    Author     : bbword
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body, html {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
color:#000000;
font-family:"Trebuchet MS",Georgia,Verdana,serif;
background: transparent url(../images/normalises/background_m0.jpg) no-repeat;
background-position:0% 40%;
}

/* *************************************************************************** */
/*                                      ENTETE                                 */
/* *************************************************************************** */

/* *************************************************************************** */
/*                                 M E N U                                     */
/* *************************************************************************** */

#zoneMenu{
	float:left;
	width:30%;
}

/* *************************************************************************** */
/*                               LIGNE D ETAT                                  */
/* *************************************************************************** */

/* *************************************************************************** */
/*                                   CORPS                                     */
/* *************************************************************************** */

/* *************************************************************************** */
/*                                   PIED                                      */
/* *************************************************************************** */

#piedpage {
    font-size: 1.2em;
    text-align: center;
    font-style: italic;
}

#logoPied {
	height: 65px;
	border: 0px solid;
}

