/* CSS Document */

/* Reinitialisation */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
/*  vertical-align: baseline;*/
	background-image: transparent;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Personnalisation */
body {
    font-family:Arial, sans-serif;
    font-size:62.5%;
    color:#000;
    text-align:center;
    background-color:#2e3c52;
	background-image:url(/img/dfi-background-repeat.png);
	background-position:top left;
	background-repeat:repeat;
}
h1, h2, p {
	line-height:1.2em;
	text-align:left;
}
h1 {
    font-size:1.8em;
    font-weight:bold;
	text-align:left; 
}
h2 {
    font-size:1.2em;
    font-weight:bold;
    text-align:left;
}
p {
    font-size:1em;
    font-weight:normal;
    text-align:left;
}
strong {
	font-weight:bold;
}
img {
    border:0;
}
a, a:active, a:visited {
    color:#000;
    text-decoration:underline;
}
a:hover {
    color:#7090b7;
    text-decoration:underline;
}
table {
    width:90%;
	margin:0 0 0 15px;
    padding:0;
	background-color:#fff;
}
/*caption {
	display:none;
}*/
tr{
    padding:0;
    margin:0;
}
td {
    font-size:1em;
    line-height:1.2em;
    font-weight:normal;
    margin:0;
	padding:4px 0;
}
th {
    font-size:1em;
    line-height:1.2em;
    font-weight:normal;
    margin:0;
    padding:10px 8px;
	border-bottom:1px solid #999;
}
form, input, select, textarea {
    font-family:Arial, sans-serif;
    font-size: 1em;
    color:#000;
}
form {
    margin: 0;
    padding:0 0 10px 0;
    color:#000;
}
input {
    margin:0;
    padding:4px;
    border:1px solid #d0bc86;
    background-color:#f7f3e7;
}
select {
    margin:0;
	padding:0;
    border:1px solid #d0bc86;
    background-color:#f7f3e7;
}
option {
	padding:0 4px;
}
.case {
    width:auto;
	margin:0 4px 0 0;
	border:0;
}
textarea {
    margin:0;
    padding:4px;
    border:1px solid #d0bc86;
    background-color:#f7f3e7;
}
.bouton {
	background-color:#f7f3e7;
	border:1px solid #d0bc86;
}
.bouton:hover {
	color:#fff;
	background-color:#132466;
	border:1px solid #d0bc86;
}
hr {
    border: 0;
    width: 100%;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
}

/* Definition */
#conteneur {
	width:80%; /* si le javascript ne fonctionne pas */
	margin:0 auto;
	padding:0 0 40px 0;
	font-size:1.2em;
}
#conteneur .fond {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image:url(/img/dfi-background.png);
	background-position:top left;
	background-repeat:repeat-x;
	z-index:1;
}
#langue {
	position:absolute;
	top:30px;
	right:240px;
	line-height:1.2em;
	z-index:9999;
}
#langue a {
	font-size:1.1em;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}
#langue a:hover {
	text-decoration:underline;
}
#contenu {
	position:relative;
	width:100%;
	min-width:700px;
	z-index:2;
}
#contenu #gauche {
	float:left;
	width:228px;
	height:100%;
	padding:40px 0 0 0;
	z-index:2;
}
#contenu #gauche .bloc {
	position:relative;
	height:100%;
	background-image:url(/img/dfi-page-background.png);
	background-position:top left;
	background-repeat:repeat-y;
}
#contenu #gauche .bloc h2 {
	text-align:center;
	color:#274c76;
	margin:20px 0 10px 0;
}
#contenu #gauche .bloc p {
	text-align:center;
	margin:10px 0 10px 0;
	padding:10px 0;
}
#contenu #centre {
	margin:0 195px 0 228px;
}
#contenu #centre .bloc {
	height:100%;
	padding:40px 0 0 0;
}
#contenu #centre h1 {
	position:relative;
	display:block;
	width:100%;
	height:88px;
	background-image:url(/img/dfi-h1-background.png);
	background-position:top left;
	background-repeat:repeat-x;
}
#contenu #centre #milieu {
	position:relative;
	height:100%;
	background-color:#fff;
	padding:0 0 10px 0;
}
#contenu #centre #milieu h2 {
	color:#274c76;
	padding:20px 20px 15px 16px;
}
#contenu #centre #milieu p {
	text-align:justify;
	padding:5px 20px 5px 16px;
}
#contenu #centre #milieu ul {
	list-style-type:none;
	padding:0;
	margin:5px 15px 5px 15px;
	line-height:1.4em;
	text-align:left;
}
#contenu #centre #milieu ul li {
	margin:10px 0;
	padding:5px 5px;
	border-left:6px solid #8599ad;
}
.tableau {
	border:1px solid #777;
}
.tableau caption {
	display:table-caption;
	caption-side:top;
	width:90%;
	margin:0 0 0 15px;
    padding:8px 8px;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	border:1px solid #777;
	background-color:#777;
}
.tableau td {
    padding:0 8px;
}
.fond-gris {
	background-color:#eee;
}
.imgpop {
	position:relative;
	display:block;
}
a.imgpop img {
	display:none;
}
a.imgpop:hover img {
	position:absolute;
	display:block;
	top:-100px;
	left:100px;
	z-index:9999;
	border:3px solid #8599ad;
}
#droite {
	float:right;
	width:195px;
}
#bas {
	clear:both;
}
#bas .bloc {
	padding:15px 20px;
	margin:0 195px 0 8px;
	background-color:#fff;
	background-image:url(/img/dfi-bottom.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}
#bas .bloc #bloc2 {
	/*margin:0 0 0 213px;*/
	margin:0;
}
#bas .bloc #bloc2 p {
	color:#254b73;
}
#bas p span {
	color:#acacac;
}
#bas a:link, #bas a:active, #bas a:visited {
	color:#254b73;
	text-decoration:underline;
}
#bas a:hover {
	color:#fff;
	background-color:#254b73;
	text-decoration:none;
}