@charset "utf-8";
body { background: #ffffff  url(fond.png) fixed no-repeat  0 0 ; }
body { color: #000000 ; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ; font-size:13px;}
.template_color { color: #ffffff ; }
.template_border_color { border-color: #006882 ; }
.template_backgroundcolor  { color: #006882 ; }
.titre { color: #000000 ; }
.titre { text-transform: uppercase; color:#006882; font-size: 13px;} 
.menu_niveau_1_on 	{ background-color:#006882; color:#000; }
.formcontent .titre { text-transform: none; color:inherit; font-size:13px;}
#template_header a	{ color:#006882 }
#template_header	{ color:#006882; }
.icde_entete {
 width: 100%;
}

table td {
 vertical-align: top;
}

.icone_pdf {
 height: 38px;
margin-right: 10px;
}

.img_call {
 width: 100%;
 margin: 0;
}

.organisation {
 margin-top: 25px;
 width: 100%;
}

.color_rouge {
 color: #a9153c;
}

.color_bleu {
 color: #006882;
}

.title {
 color: #a9153c;
}

.collaboration {
margin-top: 25px;
 padding: 10px;
 border: 5px solid #a9153c;
display: flex;
flex-direction: row;
align-content: flex-start;
}

.container_call {
    display: inline-block;
    position: relative;
}

.container_call .text_call {
    z-index: 1;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 40%;
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: center;
}

.container_call .text_call a {
 color: #fff;
 text-decoration: none;
 font-size: 32px;
}

.footer {
 margin-top: 35px;
 display: flex; 
 flex-direction: row; 
 justify-content: space-between; 
 align-items: center; 
 width: 100%;
}

.footer2 {
 margin-top: 25px;
 display: flex; 
 flex-direction: row; 
 justify-content: center; 
 align-items: center; 
 width: 100%;
}

.footer2 img {
 margin-right: 25px;
}

