body {
text-align : center;
background-color : #222222;
font-family : Arial;
margin : 10px;
padding : 10px;
}
#container {
margin : 0 auto;
width : 960px;
background-image : url(./images/fond-mid.jpg);
background-repeat : repeat-y;
}
#entete {
width : 960px;
height : 100px;
background-image : url(./images/fond-entete.jpg);
}
#entete img {
margin : 20px;
}
#data {
width : 960px;
position : relative;
}
#menug {
float : left;
width : 180px;
}
#menug ul {
list-style-type : none;
border : 1px solid #94c0ff;
margin : 20px;
padding : 0;
background-color : #94c0ff;
}
#menug ul li {
list-style-type : none;
text-align : center;
font-size : 14px;
color : #ffffff;
letter-spacing : 1em;
margin : 0;
padding : 0;
vertical-align : middle;
}
#menug ul li ul {
background-color : #ffffff;
margin : 0;
padding : 4px;
}
#menug ul li ul li {
font-size : 11px;
text-align : left;
color : #0d1f3e;
letter-spacing : normal;
margin : 0;
padding : 0;
}
#text {
width : 600px;
float : left;
}
#menud {
float : right;
width : 180px;
}
#menud ul {
text-align : center;
list-style-type : none;
font-size : 12px;
padding : 0;
padding-top : 40px;
margin : 20px;
}
#basdepage {
clear : both;
width : 960px;
height : 100px;
background-image : url(./images/fond-basdepage.jpg);
}
#basdepage h6 {
padding-top : 70px;
}
p, h1, h2, h3, h4, h5, h6, textarea, input, select, button, table, th, tr, td, ul, li {
font-size : 11px;
color : #0d1f3e;
}
p {
font-size : 12px;
font-weight : normal;
text-align : justify;
}
h1 {
font-size : 16px;
font-weight : bold;
text-align : left;
vertical-align : top;
letter-spacing : 10px;
margin-top : 30px;
margin-bottom : 0;
margin-left : 20px;
border-bottom-width : 1px;
border-bottom-style : solid;
border-bottom-color : #94c0ff;
}
h2 {
font-size : 12px;
font-weight : normal;
font-style : italic;
text-align : left;
vertical-align : top;
letter-spacing : 7px;
margin-top : 0;
margin-bottom : 50px;
margin-left : 40px;
}
h3 {
font-size : 13px;
font-weight : bold;
text-align : left;
margin : 0;
}
h4 {
	font-size : 10px;
	font-weight : normal;
	text-align : left;
	margin : 0;
	padding-left:20px;
	font-style: italic;
}

h6 {
font-size : 10px;
text-align : center;
font-weight : normal;
}
a {
text-decoration : none;
color : #336699;
}
a:hover {
color : #ff9933;
}
ul {
text-align : left;
list-style-type : none;
margin : 20px;
padding : 0;
}
ul li ul {
margin : 0;
padding : 10px;
}
img {
border : none;
}
table {
text-align : left;
width : 100%;
vertical-align : top;
margin-top : 30px;
margin-bottom : 30px;
}
th {
font-size : 13px;
font-weight : bold;
background-color : #94c0ff;
padding : 5px;
vertical-align : top;
}
td {
font-weight : normal;
padding : 5px;
border-bottom-width : 1px;
border-bottom-style : solid;
border-bottom-color : #94c0ff;
vertical-align : top;
}
.left {
text-align : left;
}
.right {
text-align : right;
}
.center {
text-align : center;
}
