/* Encart page centrale */
#cadre_fond {
width:640px;
border:1px solid #8B306B;
margin:20px 8px 0px 12px;
padding:0px;
}


#hautdroit, #hautgauche, #basdroit, #basgauche {
height:7px;
width:7px;
background-repeat:no-repeat;
font-size:1px; /* correction d'un bug IE*/
}

#hautgauche {
float:left;
position:relative;
top:-1px;
left:-1px;
background-image:url(../images/charte/fd_cadre_violet_hg.jpg);
}

#hautdroit {
float:right;
position:relative;
top:-1px;
right:-1px;
background-image:url(../images/charte/fd_cadre_violet_hd.jpg);
}

#basgauche {
float:left;
position:relative;
bottom:-1px;
left:-1px;
background-image:url(../images/charte/fd_cadre_violet_bg.jpg);
}

#basdroit {
float:right;
position:relative;
bottom:-1px;
right:-1px;
background-image:url(../images/charte/fd_cadre_violet_bd.jpg);
}



div#page_centrale_large { /* conteneur global et chapeau de l'arrière plan */
position:relative;
bottom: 0;
width:620px;
padding-top: 19px;
left:10px;
background: url(../images/charte/fd_grandcadre_centre_h.jpg) top left no-repeat;
margin:0px;
}

div#bloc_page_centrale_large { /* Pieds de l'arrière plan */
background-image:url(../images/charte/fd_grandcadre_centre_m.jpg);
background-repeat:repeat-y;
padding: 10px 30px 10px 20px;
height:700px;
}

div#pied_page_centrale_large { /* conteneur global et chapeau de l'arrière plan */
float:left;
bottom: 0;
width:620px;
height:19px;
background: url(../images/charte/fd_grandcadre_centre_b.jpg) bottom left no-repeat;
}

#page_centrale_large_titre {
position:relative;
top:-10px;
right:-13px;
}

div#bloc_page_centrale_large h2 {
color:#8B306B;
font-family: "Trebuchet MS", Arial, sans-serif;	
font-size: 1.2em;
border-bottom: 1px solid #8B306B;
line-height:25px;
margin:7px 0px 17px 0px;
}

div#bloc_page_centrale_large h3 {
margin: 0px 0px 0px 10px;
line-height:25px;
color:#8B306B;
font-style:italic;
font-family: "Trebuchet MS", Arial, sans-serif;	
font-size: 1.05em;
}

div#bloc_page_centrale_large h4 {
margin: 12px 0px 0px 7px;
color:#5E5E5E;
font-style:italic;
font-size: 1.1em;
font-weight:normal;
}

div#bloc_page_centrale_large li {
color:#4D4D4D;
margin:0px;
}

div#bloc_page_centrale_large ul {
margin:-7px 0px 0px 40px;
}

div#bloc_page_centrale_large p {
text-align:justify;
color:#4D4D4D;
margin: 5px 0px 10px 6px;
}

div#bloc_page_centrale_large a {
color:#A1045A;
text-decoration:underline; 
}

/* Formulaires */
label {	
float:left;
margin:0px 0px 0px 20px;
width:270px;
color:#9E5786;
font-weight:bold;
}

.form_line {	
	margin:8px;
}

input {	
font-size: 0.8em;	
width:170px;
height:15px;
margin:0px 0px 4px 0px;
border:1px solid #8B306B;
background-color:#F5F5F5;
color:#8B306B; 
}

.ok{
float:right;
margin-right:10px;
width:24px;
height:42px;
border:0px none;
background:inherit;
background-image:url(../images/charte/action_ok.png);
background-repeat:no-repeat;
}

.message {
font-weight:bold;
color:#FF0000;
}

