/* Balises générales de structure*/

body {
	font-family: Verdana, sans serif;
	font-size: 12px;
	background-color: #e0e0e0;
	
	margin: 0px;
}

/* Autres balises générales */

label {
	display:block;
	width:160px;
	float:left;
	
	padding-left: 3px;
	margin-top: 2px;
  
	border: 0px;
	border-left: 1px transparent;
	border-style: solid;
}

label:hover {
	border: 0px;
	border-left: 1px #389600;
	border-style: solid;
}

input {
	border: 1px #7d7d7d;
	border-style: solid;
	
	margin-bottom: 2px;
}

input:hover{
	border: 1px #66c12f;
	border-style: solid;

	color: #66c12f;
}

input:focus {
	border: 1px #2d902f;
	border-style: solid;
	
	color: #2d902f;
}

select, button, .bouton {
	border: 1px #7d7d7d;
	border-style: solid;
	
	margin-bottom: 2px;
}

.bouton:hover, button.bouton:hover, select:hover {
	border: 1px #2d902f;
	border-style: solid;
	
	cursor: pointer;
	color: #2d902f;
}

.bouton:focus, button.bouton:focus, select:focus {
	border: 1px #2d902f;
	border-style: solid;
	
	cursor: pointer;
	color: #2d902f;
}

img {
	border: 0px;
}

p {
	clear: both;
}

/* Balises générales de texte */

a {
	text-decoration: none;
}
a:hover {
	font-style: normal;
}

p.afterInput {
	display: inline;
	font-size: 10px;
	vertical-align: top;
}

p.afterInput span {
	vertical-align: middle;
}

.renseignement {	
	cursor: pointer;
	vertical-align: middle;
	padding-top: 2px;
}

p.classique {
	text-indent: 20px;
}

p.classique:first-letter {
	font-weight: bold;
	font-size: 14px;
}

/* Structure de la page */

#conteneur {
	position: relative;
	width: 1000px;
	background-color: #FFF;
	margin: 0 auto;
	border: 1px #000 solid;
}

#header{
	height:76px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#menu{	
	background-repeat: repeat-x;
	height: 21px;
	color: #FFF;
	font-size: 14px;
	padding: 0px;
	padding-top: 2px;
	padding-right: 20px;
	text-align: right;
	
	font-weight: bold;
}

#menu img {	
	vertical-align: bottom;
}

#smenu{	
	background-repeat: repeat-x;
	height: 40px;
	
	color: #FFF;
	font-size: 30px;
	padding: 0px;
	padding-left: 20px;
}

#scorps {
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 20px;
	overflow: hidden;	
	min-height: 400px;
}

#footer {
	background-color: #FFF;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	clear: both;
}

/* Bloc du menu */


#menu a {
	text-align: center;
	width: 100px;
	color: #FFF;
}
#menu a:hover {
	color: #FFF;
}

/* Corps de la page */

.encadre {
	color: #005997;
	border: 3px double #005997;
	padding: 5px;
}

/* succes */

.succes {
	border: 1px solid #b9ad32;
	color: #37781a;
	
	padding: 5px;
	padding-bottom: 1px;
	padding-top: 1px;

	width: 300px;
	height: 100px;
	
	margin: 0px auto;
	margin-top: 100px;

	background-color: #d1c972;
}
.titre_succes {
	padding: 0px;
	padding-top: -13px;
	font-size: 13px;
	top: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #b9ad32;
}

/* Erreur */
.erreur {
	border: 1px solid #990000;
	color: #DDDDDD;
	
	padding: 5px;
	padding-bottom: 1px;
	padding-top: 1px;

	width: 300px;
	height: 100px;
	
	margin: 0px auto;
	margin-top: 100px;

	background-color: #6a0000;
}
.titre_erreur {
	padding: 0px;
	padding-top: -13px;
	font-size: 13px;
	top: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #990000;
}

/* Réaction formulaire*/
.error {
	clear: both;
	
	padding: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin: 0px;
	
	border: 0px;
	border-top: 1px #ff0000;
	border-style: solid;
	
	color: red;
	font-size: 10px;
	background-image:url('../img/design/x.png');
	background-repeat: no-repeat;
	background-position: 4px 1px;
}

/* TEXT MARKER */

.centre {
	text-align: center;
	clear: both;
}