/* --- GENERAL --- */

* {
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	}

	
	body {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 67%;
    line-height: 1.6em;
    color: #737373;
    background-color: #DDD;
    text-align: left;
    vertical-align: top;
    font-weight: lighter;
			}
	
	ul, li {
		list-style-type: none;
		}
		
	ol li {
	background-image: url(../pfolio/temp/img/bullet_carre_bleu.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	list-style-type: none;
	padding-left: 9px;
	font-weight: bold;
	color: #003366;
		}
	
	p {
    font-size: 1.25em;
    line-height: 1.25em;
    color: #7E7E7E;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 2px;
		}
		
	p a:link {
	color: #666666;
	text-decoration: none;
		}
	
	p a:visited {
	color: #666666;
	text-decoration: none;
		}
	
	p a:hover, a:active {
    text-decoration: none;
    color: #ED1D25;
		}


h1 {
    font-size: 2em;
    line-height: 1.5em;
    color: #212D33;
    font-weight: normal;
    border-color: #1F3566;
    border-bottom-style: solid;
    letter-spacing: 5px;
	}

h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #344A53;
    border-bottom: 1px solid #BABABA;
    text-transform: uppercase;
    padding-bottom: 3px;
	}

h3 {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #033;
    font-weight: lighter;
	}


h4 {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #033;
	font-weight: lighter;
	}

h5 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: lighter;
	}

h6 {
	font-size: 1.75em;
	line-height: 1.5em;
	color: #033;
	font-weight: lighter;
	border-bottom: 1px solid #BABABA;
	}


b {
	color: #036;
}		


strong {
    color: #395A66;
}		



	/* --- NAVIGATION GÉNÉRALE --- */
	
	a:link {
    color: #26A9E2;
    text-decoration: none;
		}
	
	a:visited {
	color: #666666;
	text-decoration: none;
		}
	
	a:hover, a:active {
    text-decoration: none;
    color: #ED1D25;
		}
	

	
	


	/* --- DIV MAINCONTENT --- */
	
	
.couleur_666666 {
	color: #666666;
}
.visiter {
	color: #129DEC;
	text-align: right;
}
