@font-face {
	font-family: coda;
	src: url(./polices/Coda-Regular.ttf);
}

body {
	background-image: url(./images/degrade_body.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-family: coda;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div {
	text-align: center;
}

a {
	text-decoration: none;
	color:#BBBBBB;
}	

a:hover {
	text-decoration: none;
	color:#FFFFFF;
}	

a.tri {
	color:white;
}

a.vert {
	color:#35DD21;
}

h1 {
	color: #CCCCCC;
}

.tableau {
	background-color: white;
	color: #76898F;
}

.corps {
	background-image: url(./images/fond_corps.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	min-width: 1000px;
	height: 890px;
	min-height: 890px;
	background-color: white;
}

.nav {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 980px;
	min-width: 1000px;
	height: 30px;
	max-height: 30px;
	overflow: auto;
	color: #76898F;
	font-size: 13px;
	text-align: right;
	font-weight: bold;
}

.sous-corpsA {
	background-image: url(./images/fond_menuA.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 1000px;
	min-width: 1000px;
	height: 820px;
	min-height: 820px;
}

.sous-corpsB {
	background-image: url(./images/fond_menuB.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 1000px;
	min-width: 1000px;
	height: 820px;
	min-height: 820px;
}

.sous-corpsC {
	background-image: url(./images/fond_menuC.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 1000px;
	min-width: 1000px;
	height: 820px;
	min-height: 820px;
}

.texte {
	/*background-color: lightblue;*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-top: 4px;
	margin-top: 10px;
	width: 930px;
	height: 740px;
	max-height: 740px;
	overflow: auto;
	color: #666666;
	font-size: 13px;
	text-align: center;
}

.paragraphe {
	background-color: red;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 900px;
	height: 100px;
	max-height: 100px;
	overflow: auto;
	margin-top:-180px;
	color: #76898F;
	font-size: 12px;
	text-align: left;
}

.images {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	margin-top:0px;
	z-index: 3;
}
.images2 {
	background-color:lightblue;
}

.copyright {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 960px;
	height: 20px;
	color: #76898F;
	font-size: 13px;
	text-align:center;
}