/*-----------------------------------------------------
	AFC css equipement
	
	version: 1.0
	date:    2005.06.10
	author:  caubert
------------------------------------------------------*/


/* equipement ----------------------------------------*/

.equip table{
	border: 2px solid #bbe7fa;
	border-collapse:collapse;
}
.equip th{
	background-color:#bbe7fa;
	text-align:center;
	color:#a161e5;
}
.equip td{
	border: 2px solid #bbe7fa;
}
.equip.titre{
background-color:#eeeeee;
text-align:center;
color:#0010D9;
}

/* Main structure ------------------------------------*/

/* Main structure ------------------------------------*/
html, body {
  margin:0;
  padding:0;
  background: #fff; /*#eee;*/
  font:x-small Verdana, Arial, sans-serif;
} 
h1 {
	color:  #a161e5;
	font-size: 18;	
	}
/* position -------------------------------------- */
#pos {
	display: block;
	margin: 0;
	padding: 10px 0px 0px 0px;
	background: transparent;	
	font-size: 14px;
	font-weight: bold;
	color:  black;
	text-decoration: none; 	
}

#pos a, #pos a:active, #pos a:link { 
	color: #00a5e5; 
	text-decoration: none; 
}

#pos a:hover {
	color: black;
	text-decoration: none;
}
  

/* header -------------------------------------- */
#banner {
	margin:  0;
	padding: 0;
}

#menuheader {
	margin: 1px 0 15px 0;
	padding: 1px;
	font-size: 12px;
	color:  #00a5e5; 
	text-align: center;
	border-bottom: 1px solid #bbe7fa;
}

#menuheader a, #menuheader a:active, #menuheader a:link { 
	color: #6f00e5; 
	text-decoration: none; 
}

#menuheader a:hover {
	color: red; /*#573502; */
	text-decoration: none;
	/*background: #eee;*/
}

/* main: article -------------------------------------- */

.article {
	float:left;
	padding: 3px 10px 10px 3px;
	text-align: left;
	line-height: 120%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:  black;
	background: transparent url(../interface/article_end.png) no-repeat bottom center;
}

.article h1, .article h1 a {
	color:  #a161e5;
	font-size: 20px;
	margin:  15px 0 4px 0;
	padding: 0;
	text-decoration: none;	
}

.article h1 a:hover {
	text-decoration: none;
} 

.article a {
	color: black;
	text-decoration: underline;
}

.article a:hover {
	color: #f30;
	text-decoration: underline;
}

/* main: menu right -------------------------------------- */
.menurightborder{
	border-left: 1px solid #bbe7fa;
}
#menuright {
	margin: 0 0 0 0;
	padding: 2px 2px;
	min-width: 150px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  black;
}
#menuright img{
	 margin-top: 10px;		
}
h3{
	padding-bottom: 2px;
	font-size: 14px;
	border-bottom:1px solid #bbe7fa;
}
h3.recherche {
	margin: 0 0 0 0;
	height: 40px;
	border-bottom:1px solid #bbe7fa;
}
h3.lien {
	margin: 0 0 0 0;
	border-bottom:1px solid #bbe7fa;
}
h3.lien  h3.recherche h3.recherche span{
	display:none
}
h3.lien { background: transparent url(../interface/icon_lien.png) no-repeat bottom left; }
h3.recherche  { background: transparent url(../interface/icon_recherche.png) no-repeat bottom left; }

#menuright a {
	color:  #a161e5;
	text-decoration: none;
}

#menuright a:hover {
	color: #f30;
	text-decoration: none;
}

/* footer -------------------------------------- */
#footer {
    margin: 20px 10% 0 10%;
	padding: 0 0 10px 0;
	font-size: 11px;
	color:  #00a5e5;
	border-top: 1px solid #bbe7fa;
	text-align: center;	
}

#footer a, #footer a:active, #footer a:link { 
	color: #6f00e5; 
	text-decoration: none; 
}

#footer a:hover {
	color: black;
	text-decoration: underline;
}
