body{
	font-family:verdana;
	font-size:12px;
}

a{
	color:darkblue;
}
a:hover{
	color:red;
}


#mon_bloc{
  width:920px;
  margin-left:auto;
  margin-right:auto;
  border:1px solid black;
}

#mon_entete {
  width:920px;
  height:143px;
  background: url(/graphisme/lehaut.jpg) no-repeat center;
}

#mon_aigle {
  width:153px;
  height:214px;
  background: url(/graphisme/aigle.gif) no-repeat center;
  position:absolute;
  margin-left:770px;
  margin-top:0;
  z-index:10;
}

.centre {
  background: url(/graphisme/trait_menu.gif) left repeat-y;
  width:100%;
}

#mon_menu {
  font-size:10px;
  height:100%;
}

#menu_texte {
	position:absolute;
	margin-top:10px;
	margin-left:6px;
	font-family:verdana;
}
#menu_texte a{
	font-size:16px;
	color:white;
	display:block;
	height:20px;
	text-decoration:none;
	margin-bottom:10px;
	padding:3px;
  padding-left:0;
}
#menu_texte a:hover{
	font-size:16px;
	color:#999;
	display:block;
	height:20px;
	text-decoration:none;
	margin-bottom:10px;
	padding:3px;
  padding-left:0;
}
#menu_texte .here{
	font-size:16px;
	color:#cc7e07;
	display:block;
	height:20px;
	text-decoration:none;
	margin-bottom:10px;
	padding:3px;
  padding-left:0;
  font-weight:bold;
}



#mon_titre {
  width:100%;
  height:26px;
  border-top:4px solid #D79E26;
  border-bottom:4px solid #D79E26;
  margin-bottom:0;
  font-size:160%;
  padding-top:4px;
  padding-bottom:4px;
  color:#A71C20;
  text-align:center;
}

#mon_texte {
  float:right;
  width:610px;
}

#mon_pied {
  width:100%;
  height:81px;
}
.sponsor {
  width:912px;
  background:#de9f00;
  height:44px;
  padding:4px;
}
.sponsor p{
 margin:0;
 padding:3px;
 float:left;
 margin-left:10px;
 background:#eee;
 height:38px;
 text-align:center;
 color:blue;
}
.end_menu{
  padding-left:188px;
  text-align:center;
  font-size:12px;
  background: url(/graphisme/trait_menu.gif) left repeat-y;
  height:22px;
  padding-top:7px;
}

.end_menu a{
	color:#951d1e;
	text-decoration:none;
}
.end_menu a:hover{
	color:blue;
	text-decoration:none;
}

.clear {
  clear:both;
}
.inner_menu {
  position:absolute;
  width:320px;
}
.trailing {
  height:15px;
	border-bottom:1px dotted #eee;
	font-size:10px;
	margin-bottom:15px;
	color:#999;
}

/* centre de la page */
.bloc {
  width:96%;
  padding:3px;
  margin-bottom:10px;
  line-height:16px;
}
.bloc b {
  color:#de9f00;
}
.bloc h2 {
  color:#CC9200;
  font-size:14px;
  margin:0;
  margin-bottom:5px;
}
.notbold b {
  font-size:12px;
}

.encadrer {
  width:96%;
  padding:5px;
  border:1px solid #de9f00;
  margin-top:15px;
  line-height:16px;
}
.encadrer b {
  color:darkred;
}
.encadrer h2 {
  font-size:14px;
  color:darkred;
  margin:0;
  margin-bottom:5px;
}
.encadrer p {
  margin:0;
}

.nocolor {
  color:black;
}