body
{
	background-image : url('/images/layout/fond/bleu/bg_rayures.jpg');
	background-repeat: repeat-x;
	background-color: #cfdcec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3C3C3C;
	margin: 0px;
	line-height: 15px;
}

hr
{
	border: 1px solid #4677B4;
}

form
{
	margin: 0px;
	padding: 0px;
}

input, textarea
{
	font-family: Verdana;
	font-size: 12px;
	color: #3C3C3C;
}

textarea
{
	padding: 5px;
}

a
{
	color:#0070C0;
	text-decoration: none;
}

a:hover
{
	color: #00B0F0;
	text-decoration: underline;
}

.messageErreur
{
	color : red;
	font-weight: bold;
}

.champsObligatoires
{
	color: red;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: 5px;
	margin-right: 10px;
	line-height: 13px;
}

.boutonEnregistrer {
	font-family: helvetica,arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px 1px #559955;
	width: 111px;
	height: 24px;
	background: url('/images/icones/bt_vert_111-24.png') no-repeat center center;
	color: white;
	padding-top: 8px;
}

.boutonEnregistrer:hover {
	cursor: pointer;
}


#headerHaut
{
	width: 970px;
	height: 58px;
	margin-left: auto;
	margin-right: auto;
}

#headerBas
{
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.headerTexte
{
	color: white;
	font-weight : bold;
	margin-left: 20px;
}

.headerTexte A
{
	color: white;
}

#affichageProfilActuel {
	color: #84AAD8;
    font-size: 14px;
}

/**************/
/* ALIGNEMENT */
/**************/
.right
{
	float: right;
}

.left
{
	float: left;
}

.centre
{
	margin-left: auto;
	margin-right: auto;
}

/**********/
/* ICONES */
/**********/
.icone {
	width: 21px;
	height: 16px;
	border: 0px;
}

.alignementVertical {
	vertical-align: middle;	
}

.iconeParametres {
	width: 21px;
	height: 16px;
	border: 0px;
}

.iconeCheckbox {
	width: 29px;
	height: 16px;
	border: 0px;
}

.icone35 {
	width: 35px;
	height: 35px;
	border: 0px;
}

.grand_titre {
	background-image: url('/images/layout/fond/fond_titre.png');
	height: 29px;
	width: 627px;
	position: relative;
	float: right;
	display: block;
	font-weight: bold;
	line-height: 25px;
	font-size: 14px;
	color: #dace7c;
}

#contenu
{
	background-image : url('/images/layout/fond/fond_contenu.png');
	background-repeat: repeat-y ;
	background-position: center center;
	position: relative;
	width:990px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}

#contener
{
	margin-bottom: -40px;
	width:920px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top:-50px;
	min-height:400px;
}

.content_g
{
	align: center;
	float:center;
	padding: 5px;
}

#liens_footer
{
	height:30px;
	color: #8c8c8c;
}

.footer
{
	background-image : url('/images/layout/fond/pied.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	height: 26px;
	top: -110px;
}

.verticaltext {
    writing-mode:tb-rl;
    -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    white-space:nowrap;
    display:block;
    bottom:0;
    width:20px;
    height:20px;
}

.warning{
	background:url('/images/icones/bt_attention.png') no-repeat scroll right center #FBF9EE;
	color:red;
	font-size:13px;
	left:40%;
	padding:4px;
	padding-right:24px;
	top:0;
	margin:6px;
	border:1px solid #FCEFA1;
	width:-moz-fit-content;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

img.imageLien {
	border: none;
}

img.imageLien:hover {
	cursor: pointer;
}