/** styles de base **/ 
/*les styles de base pour td, p, a sont dans stylebase.css*/ 
body {
	margin: 0px;
	background:#FFFFFF;
	}

.prix {
    color: #DD2222;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
}

#selection {
    width: 100px;
    /*border: #ff0000 solid 1px;*/ 
}

.delselection {
  	z-index:1;
  	width: 100px;
  	height: 23px;
  	background: no-repeat;
  	display: block;
  	float: center;
  	font-weight: bold;
  	font-size:12px;
  	color: #fff;
  	text-align: center;
  	/*padding: 24px 14px 2px 18px;*/
  	line-height: 1.1em;
    background-position: top;
}
.delselection:hover {
    background-position: bottom;
}

.addselection {
  	z-index:1;
  	width: 90px;
  	height: 23px;
  	background: no-repeat;
  	display: block;
  	float: center;
  	font-weight: bold;
  	font-size:12px;
  	color: #fff;
  	text-align: center;
  	/*padding: 24px 14px 2px 18px;*/
  	line-height: 1.1em;
    background-position: top;
}
.addselection:hover {
    background-position: bottom;
}

a.lienlire {
    color: #143d6b;
    text-decoration: underline;
}
a.lienlire:hover {
    color: #EB7E31;
    text-decoration: underline;
}
a.lienconsulter {
    color: #143d6b;
    text-decoration: none;
}
a.lienconsulter:hover {
    color: #EB7E31;
    text-decoration: none;
}


.titreHaut {
    color:#7B7E93;
    font-weight:bold;
    font-size:12px;
}



.menuHaut {
    color: #7B7E93;
    text-decoration: underline;
}
.menuHaut:hover {
    color: #FF9900;
    text-decoration: underline;
}
/**forms**/
input,textarea,select {
  border:1px solid #CFCFCF;
  font-family: verdana;
  font-size:11px;
}
input.submit {
  border:1px solid #CFCFCF;
  font-family: verdana;
  font-size:12px;
  background:#233D69;
  color: #FFFFFF;
  font-weight:bold;
  cursor:pointer;
  cursor:hand;
}

hr {
    color: #a7a7a7;
    text-align:center;
    width: 75%
    size:1;
}

/*test*/
.test {
background-repeat:no-repeat;
background-position:left;
background-image:url(images/puces/puceBleue.gif);
padding-left:10px;
}

.hrSeparateur {
    color: #a7a7a7;
    text-align:center;
    width: 400px;
    size:1;
}

.titre {  
    color: #428224;
    font-weight: bold;
    font-size: 14px;
    margin-left:7px;
}

/* special ancre */
.divanchor {
    background-image: url(images/anchor.gif);
}

.image_gauche {
    padding: 1px;
    margin-right: 5px;
    border:1px solid #CFCFCF;
}

.image_droite {
    padding: 1px;
    margin-left: 5px;
    border:1px solid #CFCFCF;
}
