/* Obligatoire */

.company {}
.slogan {}
.magin {margin-top: 0;}
a:link {color: #dfdfdf; }
a:active {color: #dfdfdf; }
a:hover {color: #cecece; }
a:visited {color: #dfdfdf; }


/* ----- Custom ----- */

#navbar {
	font-size: 10px;
	background-color: #000000;
	height: 33px;
}

.shadow {
	background-image: url(images/shadow-blanc.png);
	width: 100%;
	height: 10px;
}

#header_photo {
	background-image: url(images/header_photo.jpg);
	height: 245px;
	width: 640px;
	float: left;
	margin-left: 5px;
}

#header_bulles {
	background-image: url(images/header_bulles.jpg);
	height: 245px;
	width: 337px;
	float: right;
	margin-right: 5px;
	color: #efefef;
	text-align: right;
	font-family: tahoma, verdana;
	font-size: 13px;
	padding-right: 5px;
}

#contenu_body {
	padding: 30px;
	color: #efefef;
	font-family: verdana;
	font-size: 13px;
}

#path_and_icon {
	width: 998px;
	margin: auto;
}

#pathway {
	float: left;
}

#icon {
	float: right;
}

.texte {
	color: #efefef;
	font-family: verdana;
	font-size: 13px;
}

#footer {
	width: 600px;
	text-align: center;
	margin: auto;
}
