
    .bgcolor_1{
        background-color: #105194;
        width: 100%;
    }
    .color_1{
        color: #105194;
    }

    .bgcolor_2{
        background-color: #326aa3;
        width: 100%;
    }
    .color_2{
        color: #326aa3;
    }
.form_object{
        z-index: auto;
        color: #326aa3;
        background-color: #ffffcc;
        font-size:10px;
        font-family:arial;
    }
    a.recherche:hover {
        background-color: #326aa3;
    }
/* Styles lié au Layout sélectionné */
.fond {
	background-color: #ffffff;
    position: relative;
    margin: auto;
    width: 795px;
    height: 550px;
}
.decor {
    margin-top: 45px;
	float: left;
	background: url(../images/col_gauche.gif) 0 0 no-repeat;
    height: 460px;
	width: 160px;
}
.main {
	float: left;
    position: absolute;
    top: 45px;
    left: 160px;
	background-image: url(../images/fond_clair.gif);
	width: 635px;
    height: 460px;
	color: #ffffff;
    z-index: 1;
}
.main_admin {
    overflow: auto;
    float: left;
    background-color: #d1ddee;
    width: 795px;
    height: 550px;
    color: #ffffff;
}

/* Styles pour le menu de navigation */
#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menu {
    position: absolute;
    z-index:100;
    width: 100%;
    padding-top: 20px;
    height: 25px;
    left: 165px;
}
#menu dl {
    background: url(../images/bars.gif) no-repeat 0px -25px;
    float: left;
    margin: 0px 0px 0px 3px;
    width: 120px;
    height: 25px;
    text-align: center;
}
#menu dl a {
    background-image: none;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 25px;
    font-size: 12px;
    line-height: 24px;
}
#menu dl a:hover {
    background: url(../images/bars.gif) no-repeat 0px 0px;
    color: rgb(89,89,255);
    display: block;
}
#menu dd {
    width: 120px;
    border: 1px solid #000000;
}
#menu li a {
    display: block;
    height: 25px;
    border: 0 none;
    padding-top: 4px;
}
#menu li a:hover, #menu li a:focus {
    background: #eeeeee;
}

/* Styles pour le menu de navigation */
#menu li {
    text-align: center;
    background: #105194;
}
.marquee {
    color: #105194;
    font-size: 16pt;
    font-weight: bold;
    clear: both;
}
a.special{
    color: #105194;
}
/* Style particulier template 2 */
table.template2 {
    width: 100%;
    border: thin solid #105194;
    border-collapse: collapse;
}
.template2 tr.ligne1{
    text-align: center;
    background-color: #ffffff;
    color: #000000;
}
.template2 tr.ligne2{
    text-align: center;
    background-color: #105194;
    color: #000000;
}
.template2 th{
    border: thin dashed #105194;
    background-color: #105194;
}
.template2 td {
    border: thin dashed #105194;
    text-align: center;
}
