/* CSS issu des tutoriels css.alsacreations.com */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}
img {
border: none;
}
a {
color: #009ee2;
text-decoration: underline;
}
a:hover {
color: #EE813C;
text-decoration: none;
}
strong {
color: #009ee2;
}
#header {
height: 190px;
background-color: #FFFFFF;
}
#conteneur {
position: relative;
width: 1000px;
margin: 0 auto; 
background-color:#FFFFFF;
background-image:url('../../squelettes/images/page.jpg');
background-repeat:repeat-y;
}
#centre {
margin-left: 243px;
margin-right: 196px;
padding-left: 20px;
padding-right: 30px;
text-align: justify;
}
#gauche {
position: absolute;
left:0;
width: 243px;
}
#droite {
position: absolute;
right:0;
width: 196px;
}
#pied {
height: 166px;
background-color: #FFFFFF;
background-image:url('../../squelettes/images/footer.jpg');
background-repeat:no-repeat;
color: #9C9E9F;
font-size: 9px;
font-weight: bold;
}
#pied a {
color: #9C9E9F;
font-size: 9px;
font-weight: bold;
text-decoration: underline;
}
#pied a:hover {
color: #9C9E9F;
font-size: 9px;
font-weight: bold;
text-decoration: none;
}
.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
.menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
.menudroit li {
margin-bottom: 5px;
}
.menudroit a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menudroit a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}
h1 {color: #F5A541; margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 20px; font-size: 20px;}
h3 {color: #F5A541; margin-top: 20px; margin-bottom: 5px; font-size: 14px; font-weight: bold;}
.intro {color: #F5A541; margin: 0; font-size: 12px; font-weight: bold; text-align: justify;}

/* Newsletter */
fieldset {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	border: none;
}
input {
	color: #FAC073;
	border: 1px solid #FAC073;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	text-align: left;
	width: 100px;
}

.radio {
	width: auto;
	color: #FFFFFF;
}

li {
	color: #FFFFFF;
}
.submit {
	margin-top: 2px;
	font-size: 10px;
	width: 50px;
	color: #FAC073;
	background-color: #FFFFFF;
	border: 1px solid #FAC073;
}

div#frame {
width: 200px;
padding-top: 25px;
background: url('../../squelettes/images/frame-top.jpg') top left no-repeat;
color: #FFFFFF;
}

div#blockframe {
background: url('../../squelettes/images/frame-bottom.jpg') bottom left no-repeat;
padding-bottom: 10px;
color: #FFFFFF;
}

div#blockframe p {
margin: 0;
padding: 0;
color: #FFFFFF;
}

/* CSS issu des tutoriels http://css.alsacreations.com */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 39px;
left: 32px;
min-height:100px;
}
dl#menu {
width: 200px;
border-top: 1px dashed #FFFFFF;
}
dl#menu dt {
cursor: pointer;
margin: 0;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
border-bottom: 1px dashed #FFFFFF;
}
dl#menu dd {
border: 1px solid gray;
}
dl#menu li {
text-align: center;
background-color: #FFFFFF;
}
dl#menu li a, dl#menu dt a {
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
padding-left: 30px;
font-size: 12px;
color: #FFFFFF;
}

dl#menu li a:hover, dl#menu dt a:hover, dl#menu li a:focus, dl#menu dt a:focus {
background: #FFFFFF;
padding-left: 30px;
color: #F5A541;
font-size: 12px;
}

#menu dt a#on{
color: #F5A541;
background-color: #FFFFFF;
}

table.spip {
       background-color: #FAC073;
	   margin-top: 10px;
	   margin-bottom: 10px;
	   border: 1px solid #FAC073;
}

table.spip tr.row_first {
        background-color: #FAC073;
		text-align: left;
		vertical-align: top;
}

table.spip tr.row_first strong {
        color: #FFFFFF;
		text-align: left;
		vertical-align: top;
		font-size: 13px;
}

table.spip tr.row_odd {
        background-color: #ffffff;
        color: #000000;
}

table.spip tr.row_even {
        background-color: #ffffff;
        color: #000000;
}

table.spip td {
        margin: 1px;
        padding: 4px;
        text-align: left;
        vertical-align: top;
		font-family: Verdana, sans-serif;
		font-size: 12px;
}

table.spip td a {
        color: #009ee2;
		text-decoration: underline;
}

table.spip td a:hover {
        color: #EE813C;
		text-decoration: none;
}

