body {
font-family     : Times New Roman, Arial, Verdana, Comic;
background-color: #A3D8B2;
margin : 10;
padding: 10;
}

#address {
    float : left;
    font-size       : 16px;
    background-color: #228A6A;
	color: #00FFFF;
    width	    : 235px;
    height	    : 125px;
    border          : solid #228A6A 1px;
    padding-left    : 8px;
    padding-top     : 6px;
    -moz-border-radius-topleft : 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft : 10px;
    -moz-border-radius-bottomright: 10px;
}

#title {
    text-align      : center;
    font-size       : 25px;
    width	        : 75%;
    height	        : 125px;
    color	        : #228A6A;
    margin-left     : 250px;
    padding-top     : 10px;
    font-weight     : bold;
}

.nobigger {
    text-align      : center;
	font-family : comic;
    font-size       : 20px;
	font-style      : italic;
    width	        : 80%;
    height	        : 125px;
    color	        : #228F99;
    margin-left     : 0px;
    padding-top     : 10px;
}

.bigger {
    color	       : #228A6A;
    font-size      : 30px;
}

.pdf_right {
    color : #228A6A;
    float : right;
}

.pdf_left {
    font-size    :14px;
		font-familly : Times New Roman, Arial, sans-serif:
		font-style : italic;
}


h1 {
    font-size       : 22px;
    background-color: #228A6A;
   	color: #00ffff;
    width	    : 120px;
    padding-left    : 10px; 
    -moz-border-radius-topleft : 10px;
    -moz-border-radius-topright: 10px;
    margin-bottom   : 0px;
}

h2 {
    font-size       : 22px;
    background-color: #228A6A;
    color	          : #00FFFF;  
    width	          : 310px;
    margin-top      : 30px;
    padding-left    : 10px; 
    -moz-border-radius-topleft : 10px;
    -moz-border-radius-topright: 10px;
    margin-bottom   : 0px;
}

h3 {
    font-size       : 22px;
    background-color: #228A6A;
    color	          : #00FFFF;  
    width	          : 290px;
    margin-top      : 30px;
    padding-left    : 10px; 
    -moz-border-radius-topleft : 10px;
    -moz-border-radius-topright: 10px;
    margin-bottom   : 0px;
}

h4 {
    font-size       : 22px;
    background-color: #228A6A;
    color	          : #00FFFF;  
    width	          : 390px;
    margin-top      : 30px;
    padding-left    : 10px; 
    -moz-border-radius-topleft : 10px;
    -moz-border-radius-topright: 10px;
    margin-bottom   : 0px;
}

#rubriques {
    padding-top     : 5px;
    padding-left    : 0px;
    padding-bottom  : 5px;
    padding-right   : 5px;  
    margin-top      : 0px;
    border          : solid #228A6A 1px;
    font-size       : 14px;
    background-color: #bfd8bc;
    -moz-border-radius-topright   : 10px;
    -moz-border-radius-bottomleft : 10px;
    -moz-border-radius-bottomright: 10px;
}

.rubriques_cs {
    padding-top     : 5px;
    padding-left    : 5px;
    padding-bottom  : 5px;
    height	        : 110px;
    margin-top      : 0px;
    margin-bottom   : 5px;
    background-color: #bfd8bc;    
}

.rubriques_cs2 {
    padding-top     : 5px;
    padding-left    : 5px;
    padding-bottom  : 5px;
    height	        : 250px;
    margin-top      : 0px;
    margin-bottom   : 5px;
    background-color: #bfd8bc;
}

#rubriques_left {
    float	          : left;
    width	          : 200px;
    font-size       : 14px;
	background-color: #bfd8bc;
    text-align      : center;
}

#rubriques_right {
    margin-left     : 210px;
	background-color: #bfd8bc;
    font-size       : 14px;
}

ul {
	 padding: 0;
	 margin : 0;
}

.nav ul {
	 padding: 20px;
	 margin : 20px;
}

li {
    font-size       : 14px;
}

#textlist {
    margin-left    : 10px;
    margin-right   : 0px;
    float          : left;
    width          : 65%;
    font-size      : 16px;
}

#imagelist {
    margin-left    : 0px;
    margin-right   : 0px;
    float          : right;
    width          : 32%;
    text-align     : center;
}

