/*reset.css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
/*style*/

body {
font-family: Verdana, Sans-Serif;
text-align: left;
color:#000;
background-position: 12px 0;
background-image: url('../img/background.gif');
background-repeat: repeat-y;
background-position: top center;
}

h1 {
font-size: 14px;
margin-bottom: 24px;
}

h2 {
font-weight: normal;
font-size: 17px;
margin-bottom: 24px;
}

h3 {
font-size: 14px;
margin-bottom: 12px;
}

h4 {
font-size: 14px;
margin: 24px 0 12px 0;
}

p {
font-size: 12px;
}

#conteneur {
width:944px;
margin-left: auto;
margin-right: auto;
}

#contenant{
width:944x
float: left;
/* background-position: 12px 0;
background-image: url('../img/background.gif'); */
}
#entete{
width:944px;
height:200px;
float:left;
margin:18px 0 0 0px;
}
#menu1{
width:108px;
background-color:#fff;
margin-right:152px;
float:left;
}
#menu2{
width:108px;
background-color:#fff;
margin-right:152px;
float:left;
}
#menu3{
width:108px;
background-color:#fff;
float:left;
}
#logo{
background-image: url('../img/logonomad.gif');
background-repeat: no-repeat;
background-position:right;
height:70px;
width:200px;
float:right;
background-color: #ffffff;
cursor: pointer;
}
#portrait{
background-color:#fff;
width:640px;
float:left;
color:#888;
}
#portrait span{
font-size:24px;
letter-spacing:1px;
}

.staff {
width:640px;
float: left;
}

.staff2 {
width:640px;
float: left;
margin-top: 32px;
}

.grey {
float: left;
color:#999;
font-size: 28px;
letter-spacing: 2px;
height: 34px;
border-bottom: 1px solid black;
}

.grey2 {
float: left;
color:#b3b3b3;
margin-top: 12px;
}

.bold{
font-weight:bold;
}
ul {
font-size: 11px;
}
li {
margin: 0 0 8px 0;
padding: 0;
}
li a {color:#000;}
li a:visited {color:#000;}
li a:hover {color: #000;background-color: #ccff00;font-weight:bold;}
li a:active { color: #000;background-color: #ccff00;}

a.actif{
background-color: #ccff00;
font-weight: bold;
}


.projets {
	float: left;
}

.objet {
	float: left;
	height: 250px;
	margin: -8px 17px 26px 0 ;
}


.objet a {
	text-decoration: none;
	color:#000;
	font-size: 10px;
}


.objet2 {
	float: left;
	margin: 0 24px 44px 0;
}


.objet2 a {
	text-decoration: none;
	color:#000;
	font-size: 10px;
	cursor: pointer;
}


.objet_picture {
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
}

.objet_label {
	margin: -2px 0 0 0;
	padding: 2px 4px;
	clear: both;
	float: left;
	background-color: #ccff00;
	color:#000;
	text-decoration: none;
}

.objet_label_sans {
	margin: -2px 0 0 0;
	padding: 2px 4px;
	clear: both;
	float: left;
	background-color: #ccff00;
	color:#000;
	text-decoration: none;
	font-size: 10px;
}

#philo {
	background-color: white;
	float: left;
	width: 620px;
	padding: 12px 12px 12px 0;
	margin-bottom: 24px;
}

a {
	cursor: pointer;
	}


#contact {
	background-color: white;
	float: left;
	width: 620px;
	padding: 12px 12px 12px 0;
	margin-bottom: 24px;
}

#philo a {
	text-decoration: underline;
	font-weight: normal;
	color: #000;
}

#philo a:hover  {
	text-decoration: underline;
	background-color: #ccff00;
	font-weight: normal;
	color: #000;
}

#contact a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#contact a:hover {
	text-decoration: none;
	background-color: #ccff00;
	font-weight: bold;
	color: #000;
}

