/* balises html */
body{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	background: #ffffff;
	border: 0;
	margin: 0;
	font-size:12px;
}

a{
	font-size: 15px;
	font-weight: bold;
	color: #0074c2;
	text-decoration: none;
}
a:hover{
	font-size: 15px;
	font-weight: bold;
	color: #c01a21;
	text-decoration: underline;
}

p{
	margin:0; padding:0;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	line-height:15px;
}


/* id CSS */
#conteneur{
	width: 766px;
	margin: 0 auto;
}
#bandeau{
  width: 766px;
  height: 63px;
  background: url(images/bandeau.jpg) no-repeat;
  margin-top: 8px;
}
#urbactLogo a{
  width:183px;
  height:69px;
  display: block;
}
#urbactLogo{
  background: url(images/fr/logo_urbact.gif) no-repeat;
  width:183px;
  height:69px;
  margin-left: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}
#header{
  height: 35px;
  color:#dedede
}
#header a{
  color:gray;
  text-decoration:none;
  font-size:12px;
}
#header a:hover{
  color:black;
  text-decoration:underline;
  font-size:12px;
}

.theBox{
  background: url(images/box.gif) no-repeat;
  width:272px;
  height:60px;
  padding: 4px;
  padding-top: 1px;
  padding-top:22px;
  font-size:11px;
}


/* class */
.clear{ clear: both }
