@charset "iso-8859-1";
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffcc;
	font-weight: bold;
}
.text-petit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffcc;
	font-weight: bold;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffcc;
	text-decoration: none;
	font-weight: bold;

}
.titre-lien {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffcc;
	border-left-style: groove;
	border-left-color: #FFffcc;
	font-weight: bold;
	margin-right: 3px;

}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffcc;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFaa00;
	text-decoration: none;
	font-weight: bold;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #ffffcc;
	text-align: center;
}

h2,h3{
	text-align: center;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*clip:    rect(auto auto auto auto);*/
	background-color: #4d2b77;
	color: #ffffcc;
}

td.col1 {
	background-color: #4d2b77;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffcc;

}
td.col2 {
	background-color: #4d2b77;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffcc;

}

#menu {
	background-color: #ffffcc;
	width: 20%;
	float:left;
	padding:3px;
}

#info {
	background-color: #4d2b77;
	float: left;
	width: 100%;
	padding:3px;
}

#corps {
	background-color: #4d2b77;
	float: left;
	width: 100%;
	padding:3px;
}

.tab600 {
	margin: auto;
	width: 100%;
	border: 1px solid #ffffcc;
	border-collapse: collapse;
}
.td30 {
	padding: 1%;
	width: 30%;
	border: 1px solid #ffffcc;
}
.td70 {

	padding: 1%;
	width: 70%;
	border: 1px solid #ffffcc;
}

#page {
	margin-right: 1%;
	margin-left: 1%;
}

#menu ul {
	list-style: none;
	margin:0;
	padding:0;
}

#menu li a {
	background-color: #4d2b77;
	text-align: center;
	width: 100%;
	text-decoration:none;
	display:block;
	margin-bottom:2px;
	border-left:1px solid #ffffcc;
	color:#ffffcc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffcc;
}

html>body #menu li a {
	width: auto;
}

#menu li a:hover {
	background-color: #bbbfff;
	color: #4d2b77;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffcc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffcc;
}


#message {
	font-size: larger;
	color: #ffffcc;
}
#pied-page {
	text-align: center;
	background-color: #4d2b77;
		
}
img {
	border: 0px;
}
.centrer {
	text-align: center;
}
