/*
Theme Name: Excelia
Description: WordPress Desert Theme
Version: 1.0
Author: Excelia
*/

@import url(http://fonts.googleapis.com/css?family=Roboto%20Condensed:400italic,400);

/*--- CSS RESET ERIC MEYER ---*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style-position: inside;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*--- FIN DU RESET ---*/

/*
	Variable Grid System (Fluid Version).
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display:inline;
    float: left;
    position: relative;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .grid_1 {
    width:8.333%;
}

.container_12 .grid_2 {
    width:16.667%;
}

.container_12 .grid_3 {
    width:25.0%;
}

.container_12 .grid_4 {
    width:33.333%;
}

.container_12 .grid_5 {
    width:41.667%;
}

.container_12 .grid_6 {
    width:50.0%;
}

.container_12 .grid_7 {
    width:58.333%;
}

.container_12 .grid_8 {
    width:66.667%;
}

.container_12 .grid_9 {
    width:75.0%;
}

.container_12 .grid_10 {
    width:83.333%;
}

.container_12 .grid_11 {
    width:91.667%;
}

.container_12 .grid_12 {
    width:100.0%;
}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.uppercase {
    text-transform: uppercase;
}
.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/*--- GENERAL ---*/

html, body {
    font-family : "Roboto Condensed",Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #292929;
    background: #f1f1f1;
    /*---
    background: url(http://www.excelia.lu/fichiers_site/a2774exc/contenu_pages/graphisme_global/background.png);

    ---*/
}
a, address {
    color: inherit;
    text-decoration: inherit;
}
a {
    color: inherit;
    text-decoration: none;
    color: #1c95c6;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
.icn:before {
    color: inherit !important;
    font-size: 150% !important;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}


/* --- HEADINGS ---*/
h1,h2,h3,h4,h5,h6, textarea, input {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}

h1 {
    font-style: italic;
    line-height: 36px;
    font-size: 28px;
    margin-bottom: 20px;
    color: #25aae1;
}
h2 {line-height: 35px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 20px;
    color: #292929;
}
h3 {
    line-height: 27px;
    font-size: 18px;
    color: #292929;
}
h4 {
    line-height: 18px;
    font-size: 18px;
    color: #292929;
    margin-bottom: 15px;
}
h5 {
    line-height: 18px;
    font-size: 16px;
    color: #fff;
}
h6 {
    line-height: 18px;
}
hr{
    margin-top: 20px;
}

/* --- BOUTONS ---  */
.btn, input[type=submit] {
    cursor : pointer;
    box-shadow: none !important;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
    display: block !important;
    display: inline-block !important;
    margin: 5px 0px !important;
    padding: 5px 12px !important;
    background: #25aae1;
    background: -moz-linear-gradient(top,  #25aae1 0%, #25aae1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25aae1), color-stop(100%,#25aae1));
    background: -webkit-linear-gradient(top,  #25aae1 0%,#25aae1 100%);
    background: -o-linear-gradient(top,  #25aae1 0%,#25aae1 100%);
    background: -ms-linear-gradient(top,  #25aae1 0%,#25aae1 100%);
    background: linear-gradient(to bottom,  #25aae1 0%,#25aae1 100%);
    color: #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid  transparent !important;
    height: auto !important;
    text-shadow: none !important;
    font-size: inherit  !important;
    font-weight: inherit !important;
}
.btn:hover, input[type=submit]:hover {
    background: #1789b8;
    background: -moz-linear-gradient(top,  #1789b8 0%, #25aae1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1789b8), color-stop(100%,#25aae1));
    background: -webkit-linear-gradient(top,  #1789b8 0%,#25aae1 100%);
    background: -o-linear-gradient(top,  #1789b8 0%,#25aae1 100%);
    background: -ms-linear-gradient(top,  #1789b8 0%,#25aae1 100%);
    background: linear-gradient(to bottom,  #1789b8 0%,#25aae1 100%);
    color: #fff;
}

.btn-custom{
    border-radius: 0 !important;
    min-height: 19px;
    line-height: 20px;
    cursor : pointer;
    box-shadow: none !important;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
    display: block !important;
    display: inline-block !important;
    margin: 5px 0px !important;
    padding: 2px 25px 2px 12px !important;
    background: #25aae1;
    background: -moz-linear-gradient(top,  #25aae1 0%, #25aae1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25aae1), color-stop(100%,#25aae1));
    background: -webkit-linear-gradient(top,  #25aae1 0%,#25aae1 100%);
    background: -o-linear-gradient(top,  #25aae1 0%,#25aae1 100%);
    background: -ms-linear-gradient(top,  #25aae1 0%,#25aae1 100%);
    background: linear-gradient(to bottom,  #25aae1 0%,#25aae1 100%);
    color: #fff !important;;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid  transparent !important;
    height: auto !important;
    text-shadow: none !important;
    font-size: inherit  !important;
    font-weight: inherit !important;
}
    .btn-custom a {
        color: #FFF !important;
    }
.btn-custom:hover {
    background: #1789b8;
    background: -moz-linear-gradient(top,  #1789b8 0%, #25aae1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1789b8), color-stop(100%,#25aae1));
    background: -webkit-linear-gradient(top,  #1789b8 0%,#25aae1 100%);
    background: -o-linear-gradient(top,  #1789b8 0%,#25aae1 100%);
    background: -ms-linear-gradient(top,  #1789b8 0%,#25aae1 100%);
    background: linear-gradient(to bottom,  #1789b8 0%,#25aae1 100%);
    color: #fff !important;
}

.btn.big, .btn-custom.big {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
.btn.center, .btn-custom.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ul.classic li:before{
    content: "-";
    margin-right: 5px;
}

/* --- BLOCKQUOTE --- */

blockquote {
    background:#1c96c8;
    border:none !important;
    border-radius:5px;
    padding:10px !important;
    color:#fff;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    font-style:normal !important;
}
blockquote h2 {
    font-size:24px !important;
    color:#fff !important;
    text-shadow: 0 1px 0 #666;
}
blockquote ul {
    color:#666666;
    list-style-type:disc;
    padding-left:100px;text-shadow: 0 1px 0 #EEEEEE;
}
blockquote li {

}
blockquote p {
    color:#fff;
}
blockquote small {
    color:#fff;
}

#news
{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #868686;
}

#actu
{padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px solid #868686;

}

#actu_resume
{
    text-align:justify;
}

.lire_suite
{
    text-align:right;
    padding:5px 0;
    width:100%;
}

#news_detail h2
{margin-top:20px;}


.col1, .col2 {
    width: 461px;
    position:relative;
    float:left;
    color: #fff;
}

.col1 p{background: rgba(88,187,229,0.7);}

.col2{margin-left: 38px;}

.col2 p{background: rgba(217,0,8,0.7);}

.col1 p, .col2 p {
    position:absolute;
    bottom: 50px;
    left: 0;
    padding: 10px;
    line-height: 1.5;
    width: 441px;
}

div#live_81{
    margin-bottom: 5px;
}
#live_83
{
    width:100%;
    line-height:20px;
    background-color:#58bbe5;
}

#live_83 p
{
    width:960px;
    margin:0 auto;
    line-height:20px;
    color:#fff;
}
#live_83
{

}

#live_25
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background: #f1f1f1;
    height: 130px;
}


#live_84
{
    position:absolute;
    margin-left:925px;
}

#live_84 img
{
    padding-left:3px;
    padding-top:5px;
}
#live_84
{

}

#live_26
{
    float: left;
    margin-top: 14px;
}
    #live_26 img
    {
    height: 100px;
    }

/*

Version 0.4.6
17/05/13


*/

/* ---
   --- STRUCTURE ---
   ---
*/


#live_76 {
    width: 100%;
    padding-top: 45px;
}

#live_76 * a, #live_76 * li{
    color : #aeafaf;
}

#live_76 ul,
#live_76 ul ul {
    font-family: "Roboto Condensed",Arial, Helvetica, sans-serif;
    margin : 0;
    padding : 0;
    list-style : none;
    text-transform: none;
    font-size: 18px;
}

#live_76 ul {
    z-index: 50;
}

#live_76 .menu-top-container > ul{
    text-align: right !important;
    height: 40px;
}

/* --- LIENS 1er niveau --- */

#live_76 .menu-top-container > ul > li {
    display: block;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    border-right: none;
    margin: 0px 5px;
    padding : 0px 5px;
    height: 40px;
    position: relative;
    color : #aeafaf;
}
#live_76 .menu-top-container > ul > li:last-child {
    border-right: none;
}
#live_76 .menu-top-container > ul > li:hover{
    height: 40px;
}

/* --- LIENS 2eme NIVEAU --- */

#live_76 ul li ul{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    font-size: 90%;
}

#live_76 .menu-top-container > ul > li:hover > ul{
    display: block;
}

#live_76 ul li ul li{
    display: block;
    height: auto !important;
    padding: 0px 5px;
    white-space:nowrap;
}
#live_76 ul li a{
    display: block;
    height: 100%;
    width: 100%;
}

/* --- LIENS DE TROISIEME NIVEAU --- */

#live_76 ul li ul li ul{
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    text-align: left;
}

#live_76 .menu-top-container > ul > li:hover > ul > li:hover > ul{
    display: block;
}

#live_76 ul li ul li:hover {
}

/* --- LIENS DE QUATRIEME NIVEAU --- */

#live_76 ul li ul li ul li ul{
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    text-align: left;
}

#live_76 .menu-top-container > ul > li:hover > ul > li:hover > ul > li:hover > ul{
    display: block;
}


#live_76 ul li ul li ul li{
    display: block;
    height: auto;
    padding: 3px 4px;
}
#live_76 ul li ul li ul li:hover {
}


/* ---
   --- COULEUR ---
   ---
*/


#live_76 > ul{

}

/* --- LIENS 1er niveau --- */

#live_76 .menu-top-container > ul > li {
    color : #aeafaf;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
}

#live_76 .menu-top-container > ul > li:hover{

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color : #25aae1 !important;
    border-bottom: 4px solid #25aae1;
}

#live_76 ul li:hover a{
    color : inherit !important;
}

/* --- LIENS 2eme NIVEAU --- */

#live_76 ul li ul{
    background-color : #fff;
}
#live_76 ul li ul li{
    background-color : #fff;
}
#live_76 ul li ul li:hover{
    background-color : #25aae1;
    color: #fff !important;
}
#live_76 ul li ul li {
    color: #000 !important;
}


#live_77
{
    clear:both;
}
#live_77
{

}

#live_28
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    background: #fff;
    -webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.3);

    box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}





#live_30
{
    width:700px;
    float:left;
    min-height:400px;

}

#live_30 strong
{
    color: #25aae1;
    font-weight: normal !important;
}
#live_30
{

}


#live_32
{
    padding:10px 20px;
    text-align:justify;
}
#live_32 a
{
    color : #1c95c6;
}

#live_29
{width:215px;
    float:left;
    margin-left: 6px;
    min-height:400px;
}
#live_29 > div
{
    background: #f8fdff;
    border: solid 1px #dcdcdc;
    background-image: -webkit-linear-gradient(bottom, #effaff, #fff);
    background-image: -moz-linear-gradient(bottom, #effaff, #fff);
    background-image: -o-linear-gradient(bottom, #effaff, #fff);
    background-image: -ms-linear-gradient(bottom, #effaff, #fff);
    background-image: linear-gradient(to top, #effaff, #fff);
    color: #292929;
}


#live_33
{
    margin:10px;
    padding:10px;
}


#live_82
{
    margin:10px;
    padding:10px;
}


#live_80
{
    clear:both;
}
#live_80
{

}

#live_78
{
    clear:both;
}
#live_78
{

}

#live_31
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}


#live_35
{
    float:left;
}
#live_35
{
    margin-top: 20px;
    font-size:13px;
    color:#707070;
}
#live_35 .menu-bottom-container {
    list-style: none;
    float: left;
}
#live_35 .menu-bottom-container ul li a {
    color: #707070;
}
#live_35 .menu-bottom-container  ul > li {
    list-style: none;
    margin-bottom: 20px;
    float: left;
}
/* --- ICONES --- */
/* --- FONT FACE --- */

/* --- CLASSE ICN --- */
/* --- ICN --- */
.icn:before { color: #000; font-family: ModernPictogramsNormal; font-size: 30px; padding-right:10px; }
/*--- ICN SMALL --- */
.icn_small:before { font-family:ModernPictogramsNormal; font-size:16px; padding-right:5px; line-height:12px; }

.icn:hover, .icn_small:hover { text-decoration:none; }

/* --- ICONES --- */
.icn_alert:before { content:"!"; }
.icn_money:before {content:"#"}
.icn_dollar:before {content:"$"}
.icn_tick:before { content:"%"; }
.icn_stop:before {content:"&rsquo;"}
.icn_tools:before {content:"(";}
.icn_award:before {content:")"}
.icn_star:before { content:"*"}
.icn_plus:before {content:"+"}
.icn_locate:before {content:","}
.icn_up:before {content:"-"}
.icn_down:before {content:"/"}
.icn_volume:before {content:"0"}
.icn_volume_minus:before {content:"1"}
.icn_volume_plus:before {content:"2"}
.icn_table:before {content:"3"}
.icn_list:before {content:"4";}
.icn_table2:before {content:"5";}
.icn_stat:before {content:"6";}
.icn_stats:before {content:"7";}
.icn_stats2:before {content:"8";}
.icn_bell:before {content:"9"}
.icn_back:before {content:"<"}
.icn_infos:before {content:"="}
.icn_play:before {content:">"}
.icn_question:before {content:"?"}
.icn_at:before {content:"@"}
.icn_photo_camera:before {content:"A"}
.icn_book {content:"B"}
.icn_disc {content:"C"}
.icn_file_download:before { content:"D"; }
.icn_eye:before {content:"E"}
.icn_facebook:before { content:"F"}
.icn_facebook2:before { content:"G"}
.icn_camera:before {content:"H"}
.icn_trash:before {content:"I"}
.icn_tag:before { content:"J"; }
.icn_file:before {content:"K"}
.icn_dislike:before {content:"L"}
.icn_ipod:before {content:"M"}
.icn_phone:before {content:"N"}
.icn_iphone:before { content:"O"}
.icn_video_play:before {content:"P"}
.icn_ipad:before {content:"Q"}
.icn_arrow-round:before { content:"R" }
.icn_presentation:before {content:"S"}
.icn_twitter:before { content:"T" }
.icn_twitter2:before { content:"U" }
.icn_write:before { content:"V" }
.icn_new_docs:before {content:"W"}
.icn_cross:before { content: "X"; }
.icn_pub:before {content:"Y";}
.icn_text:before {content:"Z";}
.icn_download:before {content:"[" }
.icn_upload:before {content:"]" }
.icn_rss:before {content:"^"}
.icn_video:before {content:"_"}
.icn_radio:before {content:"`"}
.icn_newspaper:before {content:"a"}
.icn_bubble:before { content:"b"; }
.icn_trash2:before {content:"c"}
.icn_print:before {content:"d"}
.icn_pen:before {content:"e"}
.icn_user:before { content:"f"; }
.icn_users:before {content:"g"}
.icn_camera:before {content:"h"}
.icn_basket:before { content:"i"; }
.icn_heart:before {content:"j"}
.icn_female:before {content:"k"}
.icn_like:before {content:"l"}
.icn_mail:before {content:"m"}
.icn_lock:before { content:"n" }
.icn_new:before {content:"o"}
.icn_house:before {content:"p"}
.icn_unlock:before {content:"q"}
.icn_pen:before {content:"r"}
.icn_search:before {content:"s"}
.icn_twitter2:before {content:"t"}
.icn_notfullscreen:before{content:"u"}
.icn_fullscreen:before{content:"v"}
.icn_world:before {content:"w"}
.icn_cross:before {content:"x";}
.icn_zoom_in:before{content:"y"}
.icn_zoom_out:before {content:"z"}
.icn_time:before { content:"}"; }
.icn_time2:before { content:"{"; }

#live_79
{
    clear:both;
}
#live_79
{

}



a.active, a:focus
{
    outline:none;
}

#image_right
{
    background-position:right;
    background-repeat:no-repeat;
    padding-right:5px;
}

#admin_menu
{
    height:145px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    border-bottom:2px solid #000000;
}

#holdm
{
    position:absolute;
    z-index:100;
    width:100%;
    padding-top:10px;
}

#nav
{
    list-style: none;
}


#nav ul
{
    display:none;
    padding: 0;
    margin:0;
    list-style: none;
    width:12em;
    z-index:99;
    position:relative;
    overflow:visible;
}


#nav a {
    text-decoration:none;
    display:block;
    height:20px;
    vertical-align:middle;
}

#nav li {
    margin:0;
    position: relative;
    float:left;
    width: 12em;
    background-color:#931B00;
    border:solid 1px #000000;
    display:block;
    height:auto;
    text-align:center;
    border:2px solid #FFFFFF;

}

#nav li a {
    color:#FFFFFF;
}

#nav li a:hover
{
    background-color:#AF2000;
}

#nav ul li{
    background-color:#FFFFFF;
    border-width:1px;
    border-color:#931B00;

    width:180px;
    text-align:left;


}

#nav ul li a{
    color:#000000;
    border-width:1px 1px 0 0;
    padding-left:10px;
}

#nav ul li:hover, #nav ul li a:hover{
    background-color:#931B00;
    color:#FFFFFF;
    border-width:1px;
}

#nav ul ul{
    display:none;
    position:absolute;
    margin-left:180px;
    margin-top:-21px;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
    display:none;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
    display:block;
}

.post{
    width: 700px;
    float: left;
    padding: 20px;
    background: #ffffff url("images/background.png");
    background-repeat: no-repeat;
    background-position: center;
}

.styleFontGras
{
    font-weight:bold;
}

.styleFontGris
{
    background-color:#CCCCCC;
}

.styleItalic
{
    font-style:italic;
}

form.css fieldset
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: inline;
}
form.css label
{

    display: inline;
    float: left;
    width: 70px;
}
form.css form
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: inline;
}

.titre_section_niveau1 {
    background-color:#CCCCCC;color:#67501C;text-decoration:none;
    border-color:#AAAAAA;border-style:solid;border-width:0px 1px 0px 1px;
    padding:2px 0px 2px 0px;display:block;
    font-size:8pt;font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
}

.titre_section_niveau2 {
    margin-left:15px;
    color:#67501C;text-decoration:none;
    border-color:#AAAAAA;border-style:solid;border-width:0px 1px 0px 1px;
    padding:2px 0px 2px 0px;cursor: pointer;display:block;
    font-size:8pt;font-family:Verdana, Arial, Helvetica, sans-serif;
}

.titre_section_niveau3 {
    margin-left:40px;
    color:#67501C;text-decoration:none;
    border-color:#AAAAAA;border-style:solid;border-width:0px 1px 0px 1px;
    padding:2px 0px 2px 0px;cursor: pointer;display:block;
    font-size:8pt;font-family:Verdana, Arial, Helvetica, sans-serif;
}



.classTextField		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }

.styleVerdana		{ font-family: Verdana, Arial, Helvetica, sans-serif; }

.style_size8		{ font-size: 8px;}
.style_size9		{ font-size: 9px;}
.style_size10		{ font-size: 10px;}
.style_size11		{ font-size: 11px;}
.style_size12 		{ font-size: 12px;}
.style_size13 		{ font-size: 13px;}
.style_size14 		{ font-size: 14px;}
.style_size16 		{ font-size: 16px;}
.style_size18 		{ font-size: 18px;}
.style_size20 		{ font-size: 20px;}
.style_size24 		{ font-size: 24px;}
.style_size28 		{ font-size: 28px;}
.style_size30 		{ font-size: 30px;}
.style_size32 		{ font-size: 32px;}
.style_size36 		{ font-size: 36px;}
.style_size40 		{ font-size: 40px;}
.style_size48 		{ font-size: 48px;}

.styleColorDarkBlue	{ color: #8B93BD;}
.styleColorRed		{ color: #FF0000;}
.styleColorBlack	{ color: #000000;}
.styleColorGray		{ color: #999999;}
.styleColorDarkGray	{ color: #666666;}


.styleArrayBackGround {BACKGROUND: #E0ECE0; }

.styleColorPurple   { color: #7570D3;}
.styleBackgroundPurple { background-color: #7570D3; }

.styleColorFondBanniere { color: #B6DAD8;}
.styleColorYn { color: #27B7DC; }
.styleColorDev { color: #27A2B7; }
.styleColorPageContenu { color: #9DCECC; }

.styleLineThrough	{ text-decoration:line-through}

.styleBold {}


/*
a {  text-decoration: none; color: #000000}
a:link {  text-decoration: none; color: #000000}
a:visited {  text-decoration: none; color: #000000}
a:hover {  TEXT-DECORATION: underline; color: #A7A0C1}
a:active {  text-decoration: none; color: #000000}
*/

.coteDroitGauche {
    BORDER-RIGHT: #99ccff 1px solid; BORDER-TOP: #99ccff 1px solid; BORDER-LEFT: #99ccff 1px solid; BORDER-BOTTOM: #99ccff 1px solid
}

.divdevis { background-color:#CCFF00 }

.relnav {
    left: -10px;
    top: 0px;
    position: relative;
    visibility: hidden;

}
.absolute {
    left: 2px;
    top: 0px;
    position: absolute;

}
.relnav {
    left: -10px;
    top: 0px;
    position: relative;
    visibility: hidden;
}
.relnavBIS {
    left: -10px;
    top: 0px;
    position: relative;

}
.absolute {
    left: 2px;
    top: 0px;
    position: absolute;
}
.relnavbg {
    left: -10px;
    top: -20px;
    position: relative;
    visibility: hidden;
}
.dropdown {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #48ACDC;
    text-decoration: none;
}

.borderRight_1px_black
{
    BORDER-RIGHT: #000000 1px solid;
}
.borderLeft_1px_black
{
    BORDER-LEFT: #000000 1px solid;
}
.borderBottom_1px_black
{
    BORDER-BOTTOM: #000000 1px solid;
}

.textAlign
{
    text-align:justify;
}
.mainArray {
    BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; MARGIN: 0px 0px 0px 0px; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid
}
.btnCouleurFondBoutonMenuTop {
    BACKGROUND: #FFFFFF
}

.info{position:relative;
    z-index:24;
    color:#000;
    text-decoration:none}

.out { display:none; }
.over {
    display:block;
    position:absolute;
    padding:5px;
    top:-4em;
    left:120px;
    width:15em;
    border:2px outset #000000;
    background-color:white;
    color:#000000;
    text-align: center;
    font-family:verdana;
    font-size:11px;
    z-index:25;}

.array_right {BORDER-RIGHT: #000000 1px solid;}

.coin_bas_gauche {
    border-left:#000000 1px solid;
    BORDER-BOTTOM: #000000 1px solid;
}

.coin_bas_droit {
    BORDER-RIGHT: #000000 1px solid;
    BORDER-BOTTOM: #000000 1px solid;
}

.line_left {
    BORDER-LEFT: #000000 1px solid;
}

.line_right {
    BORDER-RIGHT: #000000 1px solid;
}

.line_top {
    BORDER-TOP: #000000 1px solid;
}

.line_bottom {
    BORDER-BOTTOM: #000000 1px solid;
}

.line_array {
    BORDER-RIGHT: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BORDER-BOTTOM: #000000 1px solid;
}

.menuTopButton {
    height:20px;
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-WEIGHT: bold;
    MARGIN: 0px 0px 0px 0px;
    BORDER-LEFT: black 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: black 1px solid;
    background-color:#C5C8DF;
}


.btnBouton {
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-WEIGHT: bold; FLOAT: left;
    MARGIN: 0px 0px 0px 0px;
    BORDER-LEFT: black 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: black 1px solid
}

#tableCadrille
{
    border:1px solid #000000;
    border-collapse: collapse;

}

#tableCadrille th
{
    background:#CCCCCC;
    border:1px solid #000000;
}

#tableCadrille tr
{

    border:1px solid #000000;
}

#tableCadrille td
{
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    border:1px solid #000000;
}
.wpcf7 input , .wpcf7 textarea{
    width: 94%;
    border: none;
    background-color: rgba(238, 237, 238, 0.5);
    min-height: 20px;
    margin:  0 0 5px;
    padding: 7px;
}
input.wpcf7-form-control.wpcf7-submit{
    width: 100%;
}
