/* CSS Document */

body {
text-align: center;
border: 0;
margin: 0;
background-color: #DCE7F0;
font-family: verdana, sans-serif;
font-size: 11px;
}

#conteneur {
width : 910px;
margin-left: auto;
margin-right: auto;
border: solid 1px #5B8EB9;
background-color: #ffffff;
}

#titre {
width: 100%;
background-image: url(images/titre.gif);
background-repeat: no-repeat;
background-color: #5B8EB9;
height: 30px;
}

#bandeau {
width: 100%;
background-image: url(images/bandeau.jpg);
background-repeat: no-repeat;
background-color: #5B8EB9;
height: 137px;
}

#menu {
padding-top: 3px;
padding-bottom: 3px;
width: 100%;
text-align: left;
border-top: solid 1px #5B8EB9;
border-bottom: solid 1px #5B8EB9;
height: 22px;
line-height: 22px;
}

.menu {
padding: 15px;
}

.barre_menu {
font-family: verdana, sans-serif;
font-size: 12;
color: #5B8EB9;
}

#titre_rubrique {
margin-left: auto;
margin-right: auto;
margin-top: 20px;
/*background-color: #93B5D0;*/
text-align: center;
/*border: solid 1px #93B5D0;*/
}

#mentions {
margin-left: auto;
margin-right: auto;
text-align: right;
width: 910px;
}
#contenu {
width: 866px;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: 30px;
}

#contenu.forum {
text-align: left;
}

#contenu.forum table {
width: 600px;

}

#contenu.forum td {
padding: 2px;
}
#contenu.forum .message {
width: 600px;
background: #DCE7F0;
border: solid 1px #93B5D0;
margin-bottom: 20px;
}

#contenu.forum .message hr {
background-color: #ccc;
color: #CCC;
}

#contenu.forum .message .pseudo {
color: #5B8EB9;
}
.texte {
width: 350px;
float: left;
text-align: left;
}
.illustration {
margin-left: 15px;
float: left;
text-align: left;
}

#contenu2 {
margin-left: auto;
margin-right: auto;
width: 866px;
clear: both;
padding-top: 20px;
text-align: center;
}

#bas {
width: 100%;
height: 16px;
background-color: #5B8EB9;
}

img {
border: solid 1px #5B8EB9;
}
img.bouchon {
margin: 10px;	
}

h1 {
font-family: verdana, sans-serif;
font-size: 16;
text-align: center;
font-weight: bold;
}

h2 {
font-family: verdana, sans-serif;
font-size: 16;
color: #5B8EB9;
text-align: left;
font-weight: bold;
font-style: italic;
}


hr {
width: 100%;
height: 1px;
background-color: #5B8EB9;
color: #5B8EB9;
border: #5B8EB9;
}

a:link {
font-family: verdana, arial, sans-serif;
font-size: 12;
color: #5B8EB9;
font-weight: bold;
text-decoration: none;
}

a:visited {
font-family: verdana, arial, sans-serif;
font-size: 12;
color: #5B8EB9;
font-weight: bold;
text-decoration: none;
}
a:hover {
font-family: verdana, arial, sans-serif;
font-size: 12;
color: #738D50;
font-weight: bold;
text-decoration: none;
}
a:active {
font-family: verdana, arial, sans-serif;
font-size: 12;
color: #5B8EB9;
font-weight: bold;
text-decoration: none;
}


a.projet:link {
font-family: verdana, arial, sans-serif;
font-size: 14;
color: #5B8EB9;
font-weight: bold;
text-decoration: none;
}
a.projet:visited {
font-family: verdana, arial, sans-serif;
font-size: 14;
color: #5B8EB9;
font-weight: bold;
text-decoration: none;
}

a.projet:hover {
font-family: verdana, arial, sans-serif;
font-size: 14;
color: #738D50;
font-weight: bold;
text-decoration: none;
}

a.projet:active {
font-family: verdana, arial, sans-serif;
font-size: 14;
color: #5B8EB9;
font-weight: bold;
text-decoration: none;
}
.menu_select{
font-family: verdana, sans-serif;
font-size: 12;
font-weight: bold;
color: #738D50;
padding: 15px;
}

table {
text-align: left;
}



#admin table{
margin: 20px auto;	
width: 90%;
border-collapse: collapse;
}

#admin table form {
margin: 5px;
}

#admin td, #admin th {
border: solid 1px #5B8EB9;
padding: 3px;
font-size: 1em;
}

#admin td span {
	display: block;
	margin: 5px 2px;
height: 20px;
background: #E3ECF2;
border-top: dotted 1px #5B8EB9;
border-bottom: dotted 1px #5B8EB9;
text-align: center;
font-weight: bold;
color: #5B8EB9;
}


td {
font-family: verdana, sans-serif;
font-size: 11;
vertical-align: top;
padding: 5;
}

td.titre {
font-size: 14;
font-weight: bold;
text-align: center;
color: #5B8EB9;
padding-top: 10px;
padding-bottom: 10px;
}

table li {
list-style-position: inside;
}


.puces {
font-weight: bold;
color: #5B8EB9;
font-size: 12;
}

.puces span {
font-weight: normal;
color: #000000;
}

li.rond {
list-style-type: disc;
}

ol li {
margin-top: 5px;
list-style-type: lower-latin;
}

/* Encadré liens vers fichiers */

#encadre {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
color: #5B8EB9;
	padding: 5px;
	margin: 5px;
	border: 1px solid #5B8EB9;
	background-color: #DEE8F1;
}

/* Warning espace admin */
.red {
color: #F00;
font-weight: bold;
font-size: 1.2em;
}