@import url("corps/corps.css");
@import url("home/home.css");
@import url("menu/menu.css");


*{
	margin: 0;
	padding: 0;
}

html{
	font-family: "trebuchet ms";
	height: 100%;
}

body{
	background-image: url("../images/bodyFond.jpg");
	background-repeat: no-repeat;
	background-color: #296300;
	background-position: center top;
	cursor: default;
	height: 100%;
}

img{
		border: none;
		outline: none;
}

map{
		border: none;
		outline: none;
}

a, a:visited{
	color: #333333;
	text-decoration: none;
    outline:none;
}
a:hover {
    outline:none;
}

input, textarea{
	font-family: "trebuchet ms";
	font-size: 13px;
}

ul{
	list-style: none;
}

area{
    cursor: pointer;
		background-color: #FFEEEE;
}

hr{
	border: 1px dashed #808080;
}

#tableContent{
	background-image: url("../images/contentFond.png");
	background-repeat: no-repeat;
	background-position: center 50px;
    width: 810px;
    height: 100%;
	margin: auto;
	border-collapse: collapse;
}

#content{
    vertical-align: top;
    height: 100%;
	padding-top: 74px;
}

#content2{
    background-image: url("../images/corpsTexteFond.png");
    background-repeat: no-repeat;
    background-position: 172px 0;
    background-color: white;
    width: 790px;
    height: 100%;
    margin: auto;
}

#content2 td{
    vertical-align: top;
    height: 100%;    
}

#corps{
    width: 100%;
    height: 100%;
}

#tdCorps{
    background: url('../images/pointilleCorps.png') repeat-y;
	height: 100%;
}

#pied_de_page {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 17px;
	background-color: #F2ECE6;
	color: #5F605F;
	font-family: Verdana;
	font-size: 9px;
	vertical-align: middle;
	z-index: 1000;
}

#share{
	height: 17px;
	width: 100px;
	text-align: right;
	float: left;
	padding: 3px 0 0 0;
}

#copyright{
	height: 17px;
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 3px 0 0 0;
}