/*-------------------  NE PAS MODIFIER  -------------------------*/

* { margin: 0; padding: 0; }

ol, ul { list-style-position: outside; }
hr {
	margin: 10px 0 10px 0;
	height: 1px;
	border: 0;
	background:#DB0F53;
}
td { vertical-align: top; }
.sub {
	vertical-align: sub;
	font-size: smaller;
}
.super {
	vertical-align: super;
	font-size: smaller;
}
input, select, textarea {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
}
input.textarea, textarea, select { border: 1px solid #003876; }
select { width:150px; padding-left:4px; }

table.layout {
	table-layout: fixed;
	border-collapse: collapse;
}
table td {
	font-size: 12px;
	font-family: Arial;
}

/*------------------- CONTENU -------------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#E5EBED;
    color:#616264;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img, iframe {
	border:none;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}
strong {
	font-weight: bolder;
}
h1 {
    font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
    color:#0F3F7A;
    background-image:url(../img/h1.gif);
    background-repeat:no-repeat;
    padding: 10px 10px 11px 30px;
    margin: 19px 0 10px 0;
	text-align:left;
}
h2 {
    font-size:13px;
    font-weight:bold;
    color:#db0f53;
    background-image:url(../img/ul.gif);
    background-repeat:no-repeat;
    padding-left:19px;
    margin: 12px 0 8px 0;
	text-align:left;
}
h3 {
    font-size:13px;
    font-weight:bold;
	text-align:left;
}
p {
	margin: 8px 0 8px 0;
}
a {
	color:#003876;
	text-decoration:underline;
}
a:hover {
	color:#db0f53;
	text-decoration:underline;
}
a.red {
	text-decoration:none;
}
a.red:hover {
	color:#db0f53;
	text-decoration:none;
}
ul {
	margin:10px 0 10px 18px;
	list-style:none;
	list-style-image:url(../img/ul_ul.gif);
}
li {
	color:#616264;
	text-align:left;
	text-decoration:none;
}
li a:link, li a:visited {
	color:#003876;
	text-align:left;
	text-decoration:none;
}
li a:hover {
	color:#db0f53;
	text-decoration:none;
}
blockquote.error{
	display:block;
	border:#CC0000 solid 1px;
	color:#CC0000;
	background-color:#FFF2F2;
	line-height:22px;
	padding:5px 15px;
	margin-top:15px;
}
blockquote.valid{
	display:block;
	border:#009900 solid 1px;
	color:#009900;
	background-color:#E2FFDD;
	line-height:22px;
	padding:5px 15px;
	margin-top:15px;
}
/*------------------- MENU GAUCHE-------------------------*/

#menugauche {
	margin:60px 0 0 0;
}
#menugauche .top {
	background-image: url(../img/menu-top.gif);
	height:19px;
}
#menugauche .content {
	background-color:#EBF0F2;
	padding:0 7px 0 10px;
	text-align:left;
}
#menugauche .bottom {
	background-image: url(../img/menu-bottom.gif);
	height:19px;
}
div.menulvl1{
	margin:4px 0 0 0;
}
div.menulvl2{
	margin:0 0 0 10px;
}
div.menulvl1 a{
    color:#003876;
    font-weight:bold;
    text-decoration:none;
	background-image:url(/doc/img/ul_ul_ul.gif);
    background-repeat:no-repeat;
    background-position:0 5px;
    padding-left:10px;
}
div.menulvl1 a:hover{
    color:#db0f53;
    font-weight:bold;
    text-decoration:none;
}
div.menulvl2 a{
    color:#003876;
    text-decoration:none;
    background-image:url(/doc/img/ul_ul_ul_ul.gif);
    background-repeat:no-repeat;
    background-position:0 5px;
    padding-left:10px;
}
div.menulvl2 a:hover{
    color:#db0f53;
    text-decoration:none;
}

/*------------------- MENU HORIZONTAL -------------------------*/

div.menu{
    float:left;
	width:955px;
	height:30px;
	font-size:11px;
	color:#003876;
	display:none;
	background-color:#beccd3;
	position:absolute;
    z-index:100;
}
div.menu div{
    padding-left:5px;
    color:#003876;
    font-weight:bold;
    padding-top:9px;
}
div.menu a{
    text-decoration:none;
    color:#003876;
    font-weight:bold;
	padding: 0 5px 0 5px;
}
div.menu a:hover{
    text-decoration:underline;
    color:#003876;
    font-weight:bold;
	padding: 0 5px 0 5px;
}

/*------------------- STRUCTURE SITE -------------------------*/

a.savoirplus{
    font-size:11px;
    font-weight:bold;
    color:#003876;
    background-image:url(/doc/img/ul_ul_ul_ul.gif);
    background-repeat:no-repeat;
    background-position:0 5px;
    padding-left:10px;
    text-decoration:none;
}
a.savoirplus:hover{
    color:#db0f53;
	text-decoration:none;
}
a.deconnection{
	font-size:11px;
	color:#003876;
	text-decoration:none;
	font-weight: bold;
}
a.deconnection:hover{
	text-decoration:none;
	font-weight: bold;
	color:#db0f53;
}
.petit_bleu_gras{
	font-size:11px;
	color:#003876;
	font-weight: bold;
}
.input_txt{
	width: 110px;
	border:1px solid #58595b;
	font-size:11px;
	padding-left: 4px;
}
div.title{
    background-image:url(/doc/img/bandeaux_fond_left.gif);
    background-repeat:repeat-x;
}
.footer{
    font-size:10px;
    color:#616264;
    padding-top:10px;
}
.footer a{
    font-size:10px;
    color:#969CA1;
    text-decoration:none;
}
.footer a:hover{
    font-size:10px;
    color:#969CA1;
    text-decoration:underline;
}
.credits, .credits a:link, .credits a:visited {
    font-size:10px;
    color:#969CA1;
    text-decoration:none;
}
.credits a:hover {
    text-decoration:underline;
}
#authentifiezvous{
    position:relative !important;
    z-index:99 !important;
    margin-top:42px !important;
    float:right !important;
    width:262px !important;
}
.fondacceuilleft{
    z-index:1;
    height:369px;
    width:955px;
    background-image:url(doc/img/accueil_fond_left.gif);
    background-repeat:no-repeat;
    background-position:586px 0;
    position:absolute;
}
input.logon{
    height: 18px;
    width: 140px;
	border:1px solid #58595b;
	font-size:11px;
	padding-left: 4px;
}
.text_gris_petit{
    padding-top:6px;
    font-size:11px;
    color:#58595b;
}
a.text_gris_petit{
    font-size:11px;
    color:#58595b;
    text-decoration:none;
}
a.text_gris_petit:hover{
    font-size:11px;
    color:#DC0F53;
    text-decoration:none;
}

/*------------------- PLAN DU SITE -------------------------*/

ul.lvl1 {
	margin:10px 0 10px 15px;
	list-style:none;
	list-style-image:url(../img/ul.gif);
}
li a.lvl1 {
	color:#DC0F53;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
li a.lvl1:hover {
	color:#DC0F53;
	text-decoration:underline;
}
ul.lvl2 {
	margin:3px 0 3px 20px;
	list-style:none;
	list-style-image:url(../img/ul_ul.gif);
}
li a.lvl2 {
	color:#013878;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
li a.lvl2:hover {
	color:#DC0F53;
	text-decoration:none;
}
ul.lvl3 {
	margin:3px 0 3px 20px;
	list-style:none;
	list-style-image:url(../img/ul_ul_ul.gif);
}
li a.lvl3 {
	color:#013878;
	text-decoration:none;
}
li a.lvl3:hover {
	color:#DC0F53;
	text-decoration:none;
}
ul.lvl4 {
	margin:3px 0 3px 20px;
	list-style:none;
	list-style-image:url(../img/ul_ul_ul_ul.gif);
}
li a.lvl4 {
	color:#013878;
	text-decoration:none;
	font-size:11px;
}
li a.lvl4:hover {
	color:#DC0F53;
	text-decoration:none;
}

/* CSS Medic */

.title{ font-weight:bold; }
.medic_input_txt{
	border:1px solid #003876;
	font-size:11px;
	padding-left: 4px;
}
.input_checkBox{
	margin-right:5px;
}
label{
	cursor:pointer;
}
.labelBlock{
	margin-bottom:5px;
}
#medic td{ padding:2px 10px 3px 0; vertical-align:inherit !important; }
#medic div.bloc{ width:auto; border-bottom:1px solid #beccd3; margin:0 20px 0 20px; }

/* FORMULAIRE */

FORM.kwoForm {
	margin:0;
	padding:0;
}
.kwoForm * { 
	font-family: Arial, Helvetica, sans-serif !important;
	font-size:12px !important;
}
.kwoForm TABLE {table-layout: fixed; }
.kwoForm TD {
	padding: 0 8px 0 8px;
	vertical-align:top;
}
.kwoForm TD.border {
	border-left: 1px solid #58595B !important;
}
.kwoForm DIV { margin: 6px 0 2px 0; }
.kwoForm .button {
/*
	margin: 8px 0 4px 0;
	background: #ddd;
*/
}
.kwoForm .text, .kwoForm SELECT { width:100%; }
.kwoForm SMALL { color: #aaa; }