/* CSS Dyomeda.com */

/* version ecran */


body, html {
	background: #5782a1;
}

#divTetiere h1 a{
	background: repeat-x url(../images/fd-tetiere.png);
}

#divTetiere img {
	background: #5782a1;
}

#divMenu ul {
        background: #30467d url(../images/fd-menu.png) repeat;
}


#divMenu li, #divMenu li a, #divMenu a:visited {
	color: #ffffff;
}

#divMenu li.on a, #divMenu li.on a:visited {
	color: #ffc42e;
}

#divContenant {
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}

#divContenu {
	width: 98%;
}

#divPiedPage {
	width: 99%;
	background: #688FAB;
}

.mentions {
	color: #e6e6e6;
}

pre {
         border: thin dotted #646464;
         background: #f2f2f2;
         overflow:auto;
         font-size: 0.75em;
         width: 98%;
}

