body {
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0;
	background-color: #ffffff;
	
}

body, table {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

div, form, img, ul, li, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}


a, a:active, a:link, a:visited, a:focus {
	text-decoration: underline;
	color: #f00e0e;
	outline: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
	outline: none;
}

input[type="submit"] {
	cursor: pointer;
}

input[type="reset"] {
	cursor: pointer;
}

/* Supprime les bordures dans les elements fieldset et img */
fieldset, img, img a {
	border : 0;
	margin: 0;
	padding: 0;
	behavior: url("pngbehavior.htc");
}

/* ////////////////////// */
/* //// STYLES TYPO //// */

.normal {
	font-weight: normal;
}

.gras {
	font-weight: bold;
}

.gras_capital {
	font-weight: bold;
	text-transform: uppercase;
}

.gras_italique {
	font-style: italic;
	font-weight: bold;
}

.capital {
	text-transform: uppercase;
}

.minuscule {
	text-transform: lowercase;
}

.italique {
	font-style: italic;
}

.fin_float {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	overfow:auto;
}



#conteneur {
	position: relative;
	clear: both;
	width: 800px;
	text-align: left;
	margin: 0 auto 0 auto;
}


#haut {
	padding-bottom: 34px;
	background-position: left bottom;
	background-image: url(images/menu_fond.gif);
	background-repeat: no-repeat;
}


.navigation {
	float: left;
	width: 450px;
	padding-right: 20px;
}

.projdir_titre {
	float: left;
	width: 330px;
	text-align: right;
}

.chapo {
	clear: both;
	background-position: left bottom;
	background-image: url(images/chapo_fond.gif);
	background-repeat: no-repeat;
}

/* menu deroulant */
#nav {
	z-index: 2;
	position: absolute;
	top: 255px;
	left: 535px;
}


#nav ul {
	list-style: none;
	line-height: 1;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#nav .projets {
	
}


#nav a {
	display: block;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}


#nav a:hover {
	color: #f00e0e;
}

#nav ul a {
	width: 100px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 3px 10px 3px 15px;
	background: #000000;
}

#nav li {
	margin: 0;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	padding: 4px 0 7px 0;
	background-color: #f6f5e5;
}


#nav li li {
	width: 180px;
}


#nav li li a {
	width: 160px;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	color: #000000;
	margin: 0 0 0 0;
	padding: 3px 0 2px 20px;
	background: #f6f5e5;
	background-position: 10px 8px;
	background-image: url(images/cv3-hnav-deroule_puce01.gif);
	background-repeat: no-repeat;
}


#nav li ul ul {
	margin: 0 0 0 170px;
	padding-top: 7px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	color: #f00e0e;
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	color: #f00e0e;
	left: auto;
}

#nav ul li:hover, #nav ul li.sfhover {
	color: #f00e0e;
	
}

/* fin navigation haut */



