/*
fond violet : 7a155B
fond vert : BDDC52
texte violet : BD0052
texte vert kaki : 4C6102
texte menu FFA900
Bleu fond : 0077b2
nouveau fond : 540701
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html { 
font-size: 100%; 
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; 

}

body { 
margin: 0;
font-size: 16px; 
line-height: 1.231; 
}


body {
font-family: Arial, Helvetica, sans-serif;
background-color:#540701;
text-align:center;
}

#conteneur{
width:800px;
margin:0px auto;
margin-top:10px;
margin-bottom:10px;
background-image:url("corps.jpg");
background-repeat:repeat-y;
background-position:top left;
}

#milieu{
}

#tete{
height:99px;
background-image:url("bandeau.jpg");
background-repeat:no-repeat;
}

img {
margin:0px;
padding:0px;
}

#contenu {
padding-right:27px;
color:#9C265D;
margin-left:200px;
padding-left:10px;
padding-bottom:40px;
text-align:center;
width:550px;
height:auto !important;
min-height:400px;
height:400px;
}

#menu {
float:left;
background-color:none;
width:140px;
padding-left:0px;
}

#pied{
color:#DFFF68;
font-size:0.8em;
height:92px;
text-align:center;
background-image:url("pied.jpg");
background-position:left top;
background-repeat:no-repeat;
}

#pied a{
color:#DD5032;
}

#pied p{
text-align:center;
}


#menu ul {
list-style-type: none;
margin-top : 10px;
}


menu ul a {
}
menu ul li{
height: 63px;
display: block;
}

#menu ul a:hover {
color:#FFA900;
}

p {
padding-left:10px;
padding-bottom:1.5em;
text-align:justify;
font-family: 'Times New Roman', Times, serif;
}

p.spip{
}

p.vert {
color:#4C6102;
}

h1 {
margin:0px;
padding-bottom: 1em;
color: #89190C;
text-align:center;
font-size: 2em;
}

h3.spip {
margin:0px;
padding-bottom: 1em;
text-align:center;
color:#4A9208;
font-size:1.2em;
}
table.spip {
	color:#BD0052;
	border:0px;
}

.row_odd td{
	background:#CEEE5E;
}

.row_even td{
	background:#CEEE7E;
}


strong.spip{
font-weight:bold;
}

a.spip_out , a.spip_in{
color:#B81ACF;
   
}
a.spip_out:hover,  a.spip_in:hover{
 text-decoration:underline;
   
}
/*table {border: 1px solid black}
td {border: 1px dotted gray}
div {border: 2px solid orange}
img, form {border: 1px dashed blue}
h1, h2, h3, h4, h5, h6, p {border: 1px solid yellow}
ul {border: 1px solid green}
li {border: 1px solid lightgreen}*/

