

/* Begin text 

vert : c1e401
bleu : 0011a9
rouge : fe0000

*/

body {
	background: #CCCCCC;
	color: #ECECEC;
	font-size: 12px;  /* Reset base size to 10px */
	}
	
body, input, textarea, select, label {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	}
	
p,ul,li {
	font-size: 12px;  /* Reset base size to 10px */
	text-align: justify;
	padding-right:35px;
	}
	
a {
    text-decoration: none;
    color: #CCCCCC;
	}

a:hover{
    text-decoration: none;
    color: red;
	}
	
img {
	border-color:#244D67;
}

h1 {
	margin:0px;
	font-weight:bold;
    font-size: 14px;
    color: #000000;
    padding-left: 5px;
	}

h2 {
	padding-top:30px;
	margin:0px;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
	}

h3 {
	padding:0px;
	margin:0px;
    font-size: 12px;
    font-weight: normal;
    color: #CCCCCC;
	}
	
a.menu_off {
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    color: #ECECEC;
	margin:0px;
    padding-left: 15px;
	}
	
a.menu_on {
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    color: red;
	margin:0px;
    padding-left: 15px;
	}
	
h4 {
    font-size: 1em;
    font-weight: normal;
	}

h5 {
    font-size: 1em;
    font-weight: normal;
	}


