/*
 Source  :	http://cogites.com
*/

links {
	text-decoration: none ;
}

.texte_recap{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #556074;
	text-decoration: none;
	text-align: justify;
}

.texte_erreur{
	padding : 20px;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
}

.ptitre{
	font-family: verdana;
	font-size: 11pt;
	text-align: center;
}

.session{
	font-family: verdana;
	color: #FF0000;
	font-size: 14pt;
	margin-left: 150px; 
	margin-top:100px;
}
.copy{
	font-family: verdana;
	font-size: 8pt;
}

a { 
	text-decoration: none; 
}
a:hover, a:focus {
	text-decoration: underline; 
}


/* ============================
   	Les formulaires
	============================ */

/* les boutons 3 états */
input[type=submit], input[type=reset] {/* repos */
 border:2px outset #A6BEDE;
 font-weight:bold;
 cursor:pointer;
 }
input[type=submit]:hover, input[type=reset]:hover { /* suvolé */
 border:2px outset white;
 background-color:white;
 }
input[type=submit]:active, input[type=reset]:active { /* enfoncé */
 border:2px inset #A6BEDE;
 background-color:#CCCCFF;
 color:black;
 } 
 

/* champs texte */
textarea {
 border:1px solid black;
 background-color:#CCCCFF;
 }

/* menu déroulant */
 select, option {
 background-color:#CCCCFF;
 }
 /* champs simple */
 input {
 border:1px solid black;
 background-color:#CCCCFF;
 }

 /* bouton radio */
 input[type=radio] {  
 margin-left:20px;
 margin-right:5px;
 background-color:transparent;
 border:none;
 }
 
 *:focus {
 background-color:white;
 }
