body {
	background: #e3e3e3 url( '../images/bg_page.jpg' ) repeat-x top left;
	font: normal 75% 'DIN-Medium', "Lucida Sans Unicode", Helvetica, sans-serif;
	/* Correction bande vide haut écran */
	margin-top: 0px;
}

#body-bo {
	background: url( '../images/bg_ombre_jaune_pale.png' ) repeat-y scroll center center transparent;
	color: #404040;
	margin: 0 auto;
	width: 1002px;
	height: 100%;
	padding: 0 0 9px 0;
	border-bottom: 1px solid #bbb;
	margin-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans Unicode",Helvetica,sans-serif;
	font-weight: bold;
}

h1 {
	color: #404040;
	font-size: 26px;
	margin-bottom: 20px;
}

h2 {
	text-shadow: 1px 1px #eee;
	text-transform: uppercase;
	font-size: 150%;
	line-height: 120%;
}

h3 {
	font-size: 140%;
	line-height: 110%;
	color: #cb6501;
}

h3, .titre-h2, .inclusion-veille h2, .inclusion-veille-2 h2 {
	margin: 0.9em 0 0.65em 0;
	clear:both;
}



/* HEADER */

#bandeau-bo {
	margin: 0 auto;
	padding: 0;
	width: 978px;
	height: 300px;
	position: relative;
	z-index: 1;
	background: url( '../images/header.png' ) no-repeat;
}

.txt-bo-header {
	font-size: 2em;
	font-family: 'DIN-Medium',"Lucida Sans Unicode",Helvetica,sans-serif;
	color: #767676;
	position: absolute;
	z-index: 2;
	top: 22px;
	left: 270px;
	padding: 8px 0 5px 18px;
	margin: 0;
	text-transform: normal;
	border-left: solid 1px #b6b6b6;
}

#login-bo {
	position:absolute;
	width: 400px;
	top: 28px;
	right: 18px;
	z-index: 2;
	text-align: right;
	font-size: 12px;
}

.txt-login-bo {
	margin: 0.4em 0;	
}



/* BARRE DE NAVIGATION */

#nav {
	width: 970px;
	z-index: 10;
	margin: 0;
	background: #191919 url('../images/nav-fin_jaune_pale.png') no-repeat left bottom;
	height: 50px;
}

.widget-title {
	background-color: #9D0309;
	border: 1px dotted #CCCCCC;
	margin-top: -20px;
	text-align: center;
	color: white;
	font-size: 13px;
}

.widget_custom_post_widget {
	border: 1px dotted #CCCCCC;
}

.widget_custom_post_widget p {
	padding-left: 5px;
}


/* CONTENU */

p {
	text-align: justify;
	font-size: small;
}

#bloc_presentation {
	background-color: #F4F4F4;
	border: 1px dotted #CCCCCC;
	margin: 0 0 15px;
	min-height: 180px;
	padding: 2px 5px 0 10px;
}

#contenu-bo {
	width: 949px;
	margin: 0;
	padding: 10px 0 10px 26px;
}

.colonne-3-bo {
	float: left;
	width: 290px;
	margin: 0 20px 10px 0;
}

.colonne-3-img {
	height: 128px;
	margin: 0 auto;
	width: 128px;
}

.colonne-3-texte {
	padding-top: 20px;
	text-align: center;
}

.colonne-2-blocs-connexion {
	float: left;
	width: 350px;
	margin: 0 20px 70px 0;
}

.colonne-2-blocs-connexion_presentation {
	background-color: #F4F4F4;
	border: 1px dotted #CCCCCC;
	min-height: 100px;
	padding: 2px 5px 0 10px;
}

.colonne-2-liste-connexion {
	float: left;
	width: 400px;
	margin: 0 20px 70px 0;
}


/* FONTS */

@font-face {
    font-family: "DIN-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/DINWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/DINWeb.woff") format("woff"), url("../fonts/DINComp.ttf") format("truetype");
}

@font-face {
    font-family: "DIN-Medium";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/DINWeb-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DINWeb-Medium.woff") format("woff"), url("../fonts/DINComp-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "DIN-Bold";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/DINWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINWeb-Bold.woff") format("woff"), url("../fonts/DINComp-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "DIN-Black";
    font-style: normal;
    src: url("../fonts/DINWeb-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DINWeb-Black.woff") format("woff"), url("../fonts/DINComp-Black.ttf") format("truetype");
}
@font-face {
    font-family: "DIN-Italic";
    font-style: italic;
    font-weight: normal;
    src: url("../fonts/DINWeb-Ita.eot?#iefix") format("embedded-opentype"), url("../fonts/DINWeb-Ita.woff") format("woff"), url("../fonts/DINComp-Ita.ttf") format("truetype");
}