/* CSS Document */
A.defil { color: #ffffff; text-decoration: underline }

A.defil:VISITED { color: #ffffff; text-decoration: underline }

A.defil:HOVER { color: #ff9900; text-decoration: none }

A.fiche { color: #CC0000; text-decoration: underline }

A.fiche:VISITED { color: #CC0000; text-decoration: underline }

A.fiche:HOVER { color: #ff9900; text-decoration: none }

.text
{
font-family:verdana;
color:#666666;
font-size:11px;
font-weight: bold;
}
.text_fiche
{
font-family:verdana;
color:#7F9DB9;
font-size:11px;
}
.text_fiche_big
{
font-family:verdana;
color:#7F9DB9;
font-size:12px;
}
.box
{
	width:901px;
	height:30px;
	background-image:url("carre.gif");

	border-color:#CCCCCC;
}
.box3
{

	float: left ;
	width:30px;
	height:30px;
}
.bbox
{
	width:901px;
	height:45px;
	background-image:url("bigcarre.gif");

	border-color:#CCCCCC;
}
.bigbox
{
	float: left ;
	width:45px;
	height:45px;
	
}

.box2
{
	width:901px;
	height:30px;
	background-image:url("color.gif");
}


.pub
{
	float: right ;
	width:210px;
	height:100px;
	border:solid 2px;

	border-color:red;
}
.input {
height:20px;
border-color:#666666;
border-style:solid;
border-width:1px;
font-family:verdana;
font-weight: bold;
color:#666666;
font-size:10px;
background-color:#ffffff
}


A.icones {
display: block;
width: 83px;
height:48px;
text-align: center;
text-decoration: none;
font-family:verdana;
font-size:13px;
font-weight: bold;
color: #666666;
border: solid 1px #666666;
}

A.icones:hover {
border: solid 1px #666666;
background-color:#666666;
color: white;
}

.smallicones {
font-size:9px;
}


A.icones_red {
display: block;
width: 96px;
height:50px;
text-align: center;
text-decoration: none;
font-family:verdana;
font-size:13px;
font-weight: bold;
color: #666666;
border: solid 1px #666666;
}

A.icones_red:hover {
border: solid 1px #666666;
background-color:#666666;
color: white;
}

.espace {
margin-top:14px;
}
.espace2 {
margin-top:22px;
}
