/* --- COULEURS --- */

/* Général */
body {
	background: #D6D6D6 url('bg.png') repeat top left;
}
a {
	color: #030F4B;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}

/* Page */
#global {
	background: url('bg_ext.png') repeat top left;
	border: 1px solid #D95E00;
        box-shadow: 10px 10px 5px #888;
        -webkit-box-shadow: 10px 10px 5px #888;
        -moz-box-shadow: 10px 10px 5px #888;
        border-radius: 5px;
        -webkit-border-radius:  5px;
        -moz-border-radius:  5px;
}

/* Navigation */
#navigation a {
	color: #D95E00;
}
#navigation a:hover, #navigation a:focus {
	background: #030F4B;
}
#navigation .actuel a{
	background: #D95E00;
	color: #181A12;
}
#navigation .actuel a:hover{
	color: white;
}

/* Contenu principal */
#contenu {
	color: #004F02;
	background: #FFF79D;
	border-top: 1px solid #D95E00;
	border-bottom: 1px solid #D95E00;
}
#contenu #news{
    color: blue;
    text-align: left;
    font-size: 12px;
    font-style: italic;
    background: url('bg_news.png') repeat top left;
    border: 1px solid #D95E00;
    box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    -moz-box-shadow: 10px 10px 5px #888;
    border-radius: 5px;
    -webkit-border-radius:  5px;
    -moz-border-radius:  5px;
}
#contenu #news div{
    border: 1px solid #D95E00;
    box-shadow: 5px 5px 2.5px #888;
    -webkit-box-shadow: 5px 5px 2.5px #888;
    -moz-box-shadow: 5px 5px 2.5px #888;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 5px 10px;
    padding: 3px;
}
#contenu #news h3, #contenu #news h2{
    color: #FFCD03;
}

#resultat{
	color: red;
	font-family: "Comic Sans MS";
	margin: 20px 0;
}
#resultat b{
	color: blue;
}

/* Pied de page */
#pied a {
	color: #030F4B;
}
#pied a:hover, #pied a:focus {
	text-decoration: underline;
}

/* Class / Id */

.imp{
	color: red;
	font-weight: bold;
}
.com{
	color: blue;
	font-weight: bold;
}
.listes-space li{
	margin-bottom: 10px;
}
.signature{
	float: right;
	font-style: italic;
}
.mini{
	color: #FFC402;
	width: 200px;
	text-align: center;
}
.cc{
    color: #C00000;
    font: italic bold 10px monospace;
}
.lc{
    color: #87D4DB;
    font: italic 10px cursive;
}
.decalage{
    padding: 15px 0 15px 30px;
}
.etoile{
    color: aqua;
    font-style: italic;
}
.tirret{
    font-style: italic;
    color: black;
}

#copyright {
	font-size: 1em;
	text-align: center;
}
#sondage table{
	width: 80%;
}
#sondage tr{
	height: 50px;
}
#sondage td{
	color: white;
	font-weight: bold;
	font-size: 12px;
	background: url(bg_table.png) repeat-x;
	padding-left: 5px;
}

/*******************************************************************************/

/* --- POSITIONNEMENT --- */

/* Page */
html, body {
	height: 100%;
}
body {
	padding: 0;
        margin: 0;
}
#global{
	width: 750px;
	margin: 20px auto;
}

/* En-tête */
#entete {
	padding: 15px 20px 10px 20px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Menu de navigation */
#navigation {
	padding: 12px 15px;
}
#navigation ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#navigation li {
	display: inline;
}
#navigation a {
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* Contenu */
#contenu {
	padding: 10px 20px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}
#contenu p{
    margin: 5px 20px;
    text-align: justify;
}
#contenu #news{
    margin: 50px 20px 100px 20px;
    padding: 5px 20px 20px 20px;
}
#contenu #news p{
    margin: 10px 0 10px 30px;
    padding: 10px;
    text-align: justify;
}
#contenu #news h3, #contenu #news h1{
    margin: 0;
    padding: 0 0 10px 10px;
    text-align: justify;
}

/* Pied de page */
#pied {
	padding: 15px 20px;
	font-size: 12px;
}
#pied p {
	margin: .5em 0;
}
#copyright{
	font-size: 8px;
	padding: 20px 0 50px 0;
}