/* CSS Document */

/************************************/
/* Initialisation                   */
/************************************/
* {
	padding: 0px;
	border: none;
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0px;
}
img {
	display:inline;
}
body {
	height: 100%; /* debug selection de texte */
	color: #404040;
	background-color: #DDDDDD;
	/* centrage de la page */
	text-align: center; /* pour corriger le bug de centrage IE */
	/**/
}
a, a:link, a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: underline;
}
ul{
	list-style-type: none;
}
ul li {
list-style:none;
border:none !important;
}

ul ul{
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
label {
	font-size: 100%;
	/*font-style:italic;*/
	color: #334d55;
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
.ajusteur	{ /* pour ajuster la hauteur de la ligne */
	clear:both;
	line-height:0px;
	font-size:1px;
	height:10px;
	color:#FFFFFF;
}
.imageDroite {
	float:right;
	margin-left:7px;
	margin-bottom:7px;
}
.imageGauche {
	float:left;
	margin-right:7px;
	margin-bottom:7px;
}
p.legendeGauche {
	position:relative;
	float:left;
	padding-bottom:6px;
	padding-right:20px;
	text-align:inherit;
	font-style:italic;
	font-weight:bold;
	font-size:11px!important;
}
p.legendeDroite {
	position:relative;
	float:right;
	padding-bottom:6px;
	padding-left:15px;
	text-align:inherit;
	font-style:italic;
	font-weight:bold;
	font-size:11px!important;
}
p.legendeDroite img,
p.legendeGauche img{
	display:block!important;
	padding-bottom:5px;
}
p, h3, h4, td, ul li, ul li a{
padding-top:4px;
color:#404040;
font-size:12px;
}
h1 {
font-size:18px;
z-index:10;
}
h2 {
font-size:14px;
color:#FFFFFF;
text-align:left;
padding-left:5px;
}
h3 {
font-size:13px;
font-weight:bold;
}
h4 {
font-weight:bold;
padding-top:10px;
}
th {
text-align:right;
font-size:12px;
}
.tabFormulaire td {
	
}
td {
	
}

textarea {
font-family:'Verdana', Arial, Helvetica, sans-serif;
font-size:12px;

}
.inputText {
float:left;
width:200px;
border:solid 1px #656565;
}
.inputTextarea {
float:left;
width:400px;
border:solid 1px #656565;
}

.inputTextareaCv {
height:80px;
width:180px;
border:solid 1px #656565;
}
.btForm, a.btForm,a.btFormActif {
background:url('/images/boutons/bt-form.jpg') no-repeat;
width:159px!important;
height:20px!important;
color:#FFFFFF;
font-weight:bold;
font-size:12px!important;
text-align:center;
padding-left:3px!important;
}
a.btForm,a.btFormActif {
float:left;
margin-right:5px;
padding-top:3px;
}

.btForm:hover, a.btForm:hover, a.btFormActif {
background:url('/images/boutons/bt-form-on.jpg') no-repeat;
cursor:pointer;
text-decoration:none;
}

.btCand, a.btCand {
width:161px;
height:22px;
color:#FFFFFF;
padding-bottom:5px;
text-align:center;
font-size:11px;
}
a.btCand {
float:left;
margin-right:5px;
}

.btCand:hover, a.btCand:hover {
cursor:pointer;
text-decoration:none;
}

.rouge {
font-size:12px;
color:#FF0000;
}
a.lien-actif {
	text-decoration:underline;
}
input[type="submit"], input[type="button"], a.submit, a.submitCentre{
background:url('/images/boutons/bt-submit.jpg') no-repeat;
width:161px!important;
color:#FFF;
font-weight:bold;
height:22px!important;
font-size:12px!important;
text-align:center;
padding-left:3px!important;
padding-bottom:4px;
border:none!important;
margin-top:10px;
margin-bottom:10px;
}
a.submit, a.submitCentre{
	float:left;
	padding-top:2px;
	margin-left:auto;
	padding-bottom:0px;
}
a.submitCentre {
	margin-left:270px;
}
input[type="submit"]:hover, input[type="button"]:hover,a.submit:hover, a.submitCentre:hover {
	background:url('/images/boutons/bt-submit-on.jpg') no-repeat;	
	cursor:pointer;
text-decoration:none;

}
input, select, textarea {
	border:1px solid #656565;
	margin-left:5px;
	color: #404040;
}
input {
	width:70%;
}
input[type="checkbox"] {
	width:auto;
}
.input400 {
	width:400px;
}
.input200 {
	width:200px;
}
.input100 {
	width:100px;
}
.input50 {
	width:50px;
}

