body {
	background-color:  #afbfc4;
	font-family: "trebuchet MS", tahoma, verdana, "sans serif";
	font-size: small;
	margin: 0;
	padding: 0;
}

body.couleur-2010 { 
	background-color: #dcd0aa;
}

#page {
	margin: auto;
	width: 825px;
	min-height: 576px;
	background-color: #a6b8c2;
	position: relative;
	
}

.couleur-2010 #page { 
	background-color: #cdc097;
}

#logo {
	position: absolute;
	top:10px;
	left:10px;
}

.clear {
	height: 1px;
	clear: both;
	overflow: hidden;
}


* html #page { 

	height: 576px;
}

#contenu {
	float: left;
	width: 580px;
}

#contenu h1 {
	font-size: 24px;
	color: #004677;
}

#contenu h2 {
	font-size: 20px;
	color: #004677;
	border-bottom: 1px solid #004677;
}

#contenu h3 {
	font-size: 16px;
	color: #004677;
}

#contenu a {
	color: #004677;
}

.couleur-2010 #contenu a {
	color: #6e443e;
}

.couleur-2010 #contenu a:hover {
	color: #000;
}

#contenu a:hover {
	color: #fff;
}

#col_gauche {
	
	
	float: left;
	width: 230px;
	
	
}

#menu {
	padding-left: 15px;
}

#logos  {
	padding-top: 35px;
	text-align: center;
}

#logos img {
	border: 0;
	padding-bottom: 20px;
}

#menu a {
	display: block;
	color: #004677;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.couleur-2010 #menu a {
	color: #6e443e;
}

.couleur-2010 #menu a:hover {
	color: #000;
}

.couleur-2010 #menu .actif {
	color: #6e443e !important;
}


#menu .actif {
	color: #fff !important;
}

#menu a:hover {
	color: #fff;
}


#langue a:hover {
	/*text-decoration: underline;*/
	color: #673021;
}

#langue a {
	
	font-size: 30px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#francais {
	position: absolute;
	top: 200px;
	left: 300px;

}

#english {
	position: absolute;
	top: 265px;
	left: 310px;

}

#pied {
	padding-top: 10px;
	margin: auto;
	width: 971px;
	font-size: 12px;
	color: #074773;
	text-align: center;
	height: 30px;
}

.couleur-2010 #pied {
	color: #6e443e;
}

.couleur-2010 #pied a {
	color: #6e443e;
}

.couleur-2010 #pied a:hover {
	color: #000;
}

#pied a {
	text-decoration: none;
	color: #074773;
}

#pied a:hover {
	text-decoration: underline;
}

