/*** INFORMATIONS DE LICENCE ***
* Ce fichier est intégré au développement d'un site Web
* Cette feuille de style est dessinée par JNBi L'agence Web
* Tous droits réservés */

/* Table des matières

	- CSS généraux
	- CSS de formulaires
	- Actualités / Brèves / Webline
	- Pages (et zones de bas de page)
	- Consultations
	- Agenda
	- CSS de menus
	- CSS du plan du site
	- CSS de signatures

*/

/* Informations CSS générales */
/* ----------------------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
html {font-size: 100%; height: 100%}


li {
	margin-left: 25px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	height: 100%;
	color: #333;
        background: #fff;
}
td { 	/* Font idem que body */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

blockquote {
	padding-left: 20px;
}
a {
	color: #da4409;
	text-decoration : underline;
}
a:hover {
	color: #09b2f9;
	text-decoration : underline;
}
#conteneur {
	width:  100%;
	display: block;
	padding: 0 0 0 0;
}
#contenu {
        width: 960px;
        margin: 0 auto;
        padding: 0 0 0 0;
        position: relative;
}
#footer {
        width: 100%;
        display: block;
        background: url(visuels/background_attente.jpg) top center no-repeat;
        height: 300px;
}
.slide {
        display: block;
        height: 600px;
        margin-bottom: 200px;
        text-align: center;
        outline: none;
        font-size: 18px;
        padding: 20px 0 0 0;
        color: #333;
        position: relative
}
#logo {
        display: block;
        width: 295px;
        height: 180px;
        background: url(visuels/logo_bb.jpg) top left no-repeat;
        text-indent: -9999px;
        margin-left: 10px;
}
#photo_bb {
        display: block;
        width: 580px;
        height: 420px;
        position: absolute;
        right: 0;
        top: -500px;
        background: url(visuels/bg_photo.png) top left no-repeat;
}
#film_bb {
        display: block;
        width: 370px;
        height: 245px;
        position: absolute;
        left: 0;
        margin-left: 230px;
        top: -500px;
        background: url(visuels/bg_film.png) top left no-repeat;
}
#boussole_bb {
        display: block;
        width: 315px;
        height: 245px;
        position: absolute;
        right: 145px;
        top: -500px;
        background: url(visuels/bg_boussole.png) top left no-repeat;
}
.bt_suite {
        display: block;
        width: 165px;
        height: 55px;
        background: url(visuels/bt_suite.jpg) top left no-repeat;
        text-indent: -9999px;
        cursor: pointer;
        position: absolute;
        right: 200px;
        top: 530px;
}
#et_plus_encore {
        display: block;
        width: 200px;
        height: 100px;
        position: absolute;
        right: 0;
        top: 490px;
        background: url(visuels/bg_et_plus_encore.jpg) top left no-repeat;
}
#sherpas {
        display: block;
        width: 440px;
        height: 280px;
        margin: 0 0 10px 50px;
        position: absolute;
        right: -80px;
        top: 191px;
        background: url(visuels/bg_sherpas.png) top left no-repeat;
}
#pas_pu_compter {
        display: block;
        width: 280px;
        height: 80px;
        margin: 0 0 10px 50px;
        background: url(visuels/bg_pas_compter.jpg) top left no-repeat;
}
#sans_engagement {
        display: block;
        width: 230px;
        height: 60px;
        margin: 10px 0 10px 80px;
        background: url(visuels/bg_sans_engagement.jpg) top left no-repeat;
}
