@charset "utf-8";
/* CSS Document */

.style1 {
color:#FF3300;
font-size: 14px;
}
.style2 {
color:#FF3300;
font-size: x-small;
}
.style3 {background-color:#FFFF66; color:#FF3300}
.style4 {font-size: 11px}
.style5 {color:#003366}
.style6 {
	font-size: 12px;
	font-weight: bold;
}
.small_black {
color: #000000;
font-size:10px;
margin:2px;
}
.really_small_black {
color: #000000;
font-size: xx-small;
}

.style8 {
color: #FF3300;
font-size: 15px;
}
.info {font-size: 10px; color: #003366; }
.attention {
	color: #FF0000;
	font-style: italic;
	font-size: 14;
	font-weight: bold;
}



.partenaires {
	color: #333333;
	text-decoration:none;
	font-size:8px;
}

body {
	width:auto;
	margin-left: 1%;
	margin-right: 1%;
	font-family: verdana, serif;
	font-size:12px
}

#banniere {
	height:auto;
	width:auto;
	margin-left: 0.25%;
}

#banniere a img	{
	width: 99.5%;
	height: auto;
}

#menu {
	padding-top: 7px;
	padding-bottom: 3px;
	background-color: white;
	width: auto;
	height: 20px;
	border: 1px solid #2499cc;
}

#colonne_gauche {
	background-color: white;
	width:180px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding:0;
	border: 1px solid #2499cc;
	float: left;
}

#menu_droite {
	text-align: right;
}

#contenu {
	background-color: white;
	margin-left: 16%;
	margin-bottom:10px;
	margin-right:0;
	margin-top:5px;
	padding:5px;
	width:auto;
	border: 1px solid #2499cc;
	min-height:200px;
}

#footer {
	background-color: white;
	clear: both;
	margin:0;
	padding:5px;
	width:auto;
	text-align:center;
	border:1px solid #2499cc;
}

#info {
	width: 40%;
	position: absolute;
	top: 42%;
	left: 30%;
	border: 1px solid black;
	background-color: #CFEDF4;
}

#erreur {
	text-align: center;
	color: #EE0808;
}

#information {
	text-align: center;
	color: #08EE08;
}

/* ----------------------------------------------------------------------------- */

h1 {
	text-align:center;
	text-decoration: underline;
	color: #D94126;
	font-family:"trebuchet ms", verdana, sans-serif;
	letter-spacing:1.2px;
	font-variant:small-caps;
	font-weight:bold;
	font-size:22px;
	margin-top:0;
}

a, a:visited {
	color:#4497e6;
	text-decoration:none;
}

a:hover, a:focus {
	text-decoration:underline;
	color:#76b4ee;
}

a img	{
	border: none;
}



