ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }

a img,:link img,:visited img { border: none; }

a:link, a:visited
{
  text-decoration: underline;
  color:#666666; /*purple #9C4797 */
}

a:hover
{
  text-decoration: none;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #5E5E5E;
}


body.training, body.training td
{
  background: #F2ECF2;
}

body.profil, body.profil td
{
  background: #eeeffb;
}


body.front
{
  background: #f4e9e3;
}


body
{
  text-align: center;
}

div#header
{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: left;
  width: 780px;
  height: 130px;
}
div#header.profil
{
 background:url(/images/header_background_profil.gif) no-repeat top left;
}

div#header.training
{
 background:url(/images/header_background_training.gif) no-repeat top left;
}

div#banner
{
    padding: 30px 30px 0px 30px;
}

div#banner h1
{
  font-family: Verdana, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: -1px;
  padding-top:7px;
  text-align: right;
}

div#banner img
{
  padding-right:10px;
}

div#banner h1 strong
{
  color: #686868;
}

div#header ul, div#footer ul
{
  list-style: none;
  float:right;
  padding: 5px 5px;
  /*background: #d8732f url(/images/menu_left.gif) no-repeat left bottom;*/
  font-size: 11px;
  margin:0px;
}

div#header.training ul, div#footer.training ul
{
 background: #ba7eb6 url(/images/menu_left_training.gif) no-repeat left bottom;
}


div#header.profil ul, div#footer.profil ul
{
 background: #7a8aff url(/images/menu_left_profil.gif) no-repeat left bottom;
}

div#header.front ul, div#footer.front ul
{
 background: #D8732F url(/images/menu_left_front.gif) no-repeat left bottom;
}


div#header li, div#footer li, div#header form
{
  display: inline;
  list-style: none;
}

div#header li
{
  padding: 0 7px;
  font-weight: bold;
  border-right: solid 1px #fff;
}

div#header li.last
{
  border-right: none;
}

div#header .last input
{
  border: solid 1px gray;
  width:70px;
  background-color: #F4F4F4;
  vertical-align:sub;
  margin-top:7px;
}

div#header .last input:focus, div#header .last input:hover
{
  background-color: white;
}

div#header li :link, div#header li :visited
{
  color:#fff;
}



div#menu
{
  margin-left: auto;
  margin-right: auto;
  margin-top:-25px;
  text-align: left;
  width: 450px;

}

div#menu ul
{
  list-style: none;
  display:inline;
  float:left;
  padding: 5px 5px;
  font-size: 11px;
}

div#menu.training ul
{
 background: #ba7eb6 url(/images/menu_left_training.gif) no-repeat left bottom;
}

div#menu.profil ul
{
 background: #7a8aff url(/images/menu_left_profil.gif) no-repeat left bottom;
}

div#menu li
{
  display: inline;
  list-style: none;
  padding: 0 7px;
  font-weight: bold;
  border-right: solid 1px #fff;
}

div#menu li.last
{
  border-right: none;
}

div#menu .last input
{
  border: solid 1px gray;
  width:70px;
  background-color: #F4F4F4;
  vertical-align:sub;
  margin-top:7px;
}

div#menu .last input:focus, div#menu .last input:hover
{
  background-color: white;
}

div#menu li :link, div#menu li :visited
{
  color:#fff;
}
/*#29
div#menu a::active
{
  text-decoration: none;
  color:#FF0000;
}*/

div#content_bar h2 :link, div#content_bar h2 :visited
{
  margin-left:-10px;
  padding-left:20px;
  font-size:13px;
  font-family: Arial, sans-serif;
  font-weight:normal;
  color:#333333;
}


div#content_main.training .diploma h2 a
{
  background: none;
  text-decoration:underline;
}
div#content_main.training .diploma h2 a:hover
{
  text-decoration:none;
}


div#content_main.profil .diploma_list h2 a
{
  background: none;
  text-decoration:underline;
}
div#content_main.profil .diploma_list h2 a:hover
{
  text-decoration:none;
}


div#content_bar.training h2 :link, div#content_bar.training h2 :visited
{
  background: url(/images/bullet_training.gif) no-repeat 0% 5px;
}

div#content_bar.profil h2 :link, div#content_bar.profil h2 :visited
{
  background: url(/images/bullet_profil.gif) no-repeat 0% 5px;
}

.button_front
{
  display:block;
  text-align:center;
  font-weight:bold;
  font-size:16px;
  margin: 20px 0px 0px 0px;
  padding: 3px 0px 3px 0px;
  background-color:#d8732f;
  color:#FFFFFF;
  width: 220px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.button_front a
{
    color:#FFFFFF !important;
}

.button_profil
{
  display:block;
  text-align:center;
  font-weight:bold;
  font-size:16px;
  margin: 20px 0px 0px 0px;
  padding: 3px 0px 3px 0px;
  background-color:#7A8AFF;
  width: 220px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.button_profil a
{
    color:#FFFFFF !important;
}

.button_training
{
  display:block;
  text-align:center;
  font-weight:bold;
  font-size:16px;
  margin: 20px 0px 0px 0px;
  padding: 3px 0px 3px 0px;
  background-color:#BA7EB6;
  width: 220px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.button_training a
{
    color:#FFFFFF !important;
}

div#content_main
{
  padding:25px;
  background: #FFFFFF;
}

div#content_help
{
  padding:10px 15px 10px 0px;
  color: #7E7E7E;
}

div#content_help img
{
  float: left;
  padding:0px 10px 10px 0px;
}

div#content_main h1
{
  margin: -25px;
  font-size:21px;
  font-family:Verdana, Arial, sans-serif;
  padding:25px 25px 40px 25px;
  color: #444444;
}

div#content_main h2
{
  color: #5E5E5E;
  font-size:13px;
  margin-top:20px;
  margin-bottom:10px;
}

div#content_main h2 img
{
    vertical-align:middle;
}

div#content_main.diploma_block .front h2 a
{
  padding-left:0px;
  text-decoration:underline;
}

div#content_main.front h2 a:hover
{
  text-decoration:none;
}

/* */


div#content_main.diploma_block h2 a
{
  text-decoration:none;
  padding-left:20px;
}

div#content_main h2 a:hover
{
  text-decoration:underline;
}

div#content_main h3
{
  font-size:14px;
  padding: 10px 0;
  color:#5E5E5E;
}


div#content_main .diploma_block
{
  padding:5px 10px 10px 10px;
  margin:0px 10px 10px 10px;
  background:#fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

div#content_main .diploma_block .auto_complete input
{
    width:150px;
}

div#content_main .diploma_block h3
{
    color:#7E7E7E;
    font-size:12px;
}

div#content_main.front .type_diploma_mark
{
  font-size: 1em;
  font-weight: bold;
  width: 40px;
  height: 26px;
  background: url(/images/interested_bubble.gif) no-repeat top left;
  text-align: center;
  margin-left:10px;
  color: #fff;
}

div#content_main.training .type_diploma_mark
{
  font-size: 1.5em;
  font-weight: bold;
  width: 40px;
  height: 26px;
  background: url(/images/bubble_training.gif) no-repeat top left;
  text-align: right;
  margin-left:10px;
  color: #fff;

}

div#content_main .few_interests
{
  font-size: 20px;
  line-height: 26px;
  margin-right:10px;
}

div#content_main .some_interests
{
  font-size: 16px;
  line-height: 27px;
}

div#content_main .many_interests
{
  font-size: 13px;
  line-height: 25px;
}

div#content_main .type_diploma_link
{
  text-align: center;
  font-size: 9px;
}

div#content_main .type_diploma_link :link, div#content_main .type_diploma_link :visited
{
  color: #f3b335;
}

div#content_main.front .diploma
{
  margin: 10px 0px 10px 0px;
  padding:5px 5px 5px 5px;
  width:470px;
  background-color:#EFEFEF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;  
}

div#content_main.training .diploma
{
  margin: 10px 0px 10px 0px;
  padding:5px 5px 5px 5px;
  width:470px;
  background-color:#F2ECF2;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;  
}

div#content_main.profil .diploma
{
  margin: 20px 0px 20px 0px;
  padding:5px 10px 5px 10px;
  background-color:#eeeffb;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;  
}

div#content_main .diploma h2
{
    font-size:15px;
    padding:0px;
}

div#content_main .diploma h2 a
{
    color:#7E7E7E;
}


div#content_main .diploma_body
{
  margin-top:6px;
  padding-left:70px;
}

div#content_main .diploma_body li
{
  list-style-position: outside;
}

.vote_block
{
  width: 70px;
  float: left;
}

.answer
{
  padding-bottom: 10px;
}


div#content_main .vote_up_mark
{
  display:inline;
  float:left;
  width:35px;
  text-align:center;
  font-size: 10px;
}

div#content_main .vote_down_mark
{
  display:inline;
  float:left;
  width:35px;
  text-align:center;
  font-size: 10px;
}

div#content_main .answer_body
{
  padding-left:80px;
}

div#content_main .answer_body ul
{
  margin-left: 15px;
}

div#content_main hr
{
  background-color:white;
  border:none;
  border-top:solid 1px #B59D7A;
  clear:both;
  margin-bottom:10px;
}

div#content_main p
{
  padding-bottom: 0px;
}

div#content_bar h1
{
  font-size:14px;
  font-family:Verdana, Arial, sans-serif;
  color: #7E7E7E;
}

div#content_bar li
{
  padding: 0 0 5px 5px;
  list-style:none;
}


div#content_bar h3
{
  font-size:12px;
  font-family:Verdana, Arial, sans-serif;
  padding:20px 0px 15px 0px;
  color: #7E7E7E;

}

div#content_bar h2
{
  font-size:12px;
  font-family:Verdana, Arial, sans-serif;
  padding:5px 15px;
  color: #7E7E7E;

}

div#footer
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  height:80px;
  padding-top:40px;
  text-align: right;
}

.form_error
{
  color: #ff0000;
}

div#indicator
{
  position : fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  padding:10px;
  text-align:center;
  font-size:14px;
  font-family:verdana, sans serif;
  font-weight:bold;
  color:#666666;
  z-index: 10;


  /* le patch pour IE
  http://www.divinentd.com/experiments/emulating-position-fixed.html
  http://xhtml.developpez.com/faq/?page=marges_alignement#CSS_positon_fixed_sans_javascript

  position : expression("absolute");
  width : expression("100%");
  top : expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight);
  left : expression("0px"); */
}

div#indicator img
{
   margin:auto;
   padding:10px;
   display:block;
}

body.training div#indicator
{
   background-color:#F2ECF2;
   border-bottom:2px solid #BA7EB6;
}

body.profil div#indicator
{
   background-color:#EEEFFB;
   border-bottom:2px solid #7A8AFF;
}

body.front div#indicator
{
   background-color:#F4E9E3;
   border-bottom:2px solid #D8732F;
}

.subtitle
{
  color: #9c4797;
  font-size: 11px;
}

.subtitle :link, .subtitle :visited
{
  font-weight: bold;
}

.diploma_subtitle
{
/*previous color #9c4797 */
  font-size: 11px;
  margin-top:10px;
  padding-left:70px;
  line-height:20px;
}

.diploma_subtitle :link, .diploma_subtitle :visited
{
  font-weight: bold;
}

.clearleft
{
  clear: left;
}

.clearright
{
  clear: right;
}

.form input
{
  display: block;
  float: left;
  margin-bottom: 10px;
}

.form .right input
{
  display: inline;
  float: none;
  text-align: right;
}

.form label
{
  display: block;
  width: 75px;
  padding-right: 10px;
  margin-bottom: 10px;
  float: left;
  text-align: right;
}

fieldset
{
  border: none;
}

#login
{
  margin-bottom: 10px;
}

#login h2
{
  font-size: 14px;
  margin-bottom: 5px;
}

ul#tag_cloud
{
  list-style: none;
}

ul#tag_cloud li
{
  list-style: none;
  display: inline;
  padding: 5px;
}

ul#tag_cloud a:link
{
  text-decoration: none;
}

ul#tag_cloud a:visited
{
  text-decoration: none;
}

ul#tag_cloud a:hover
{
  text-decoration: underline;
}

ul#tag_cloud li
{
  word-spacing:normal;
}

ul#tag_cloud li.tag_popularity_1
{
  font-size: 100%;
}

ul#tag_cloud li.tag_popularity_2
{
  font-size: 120%;
}

ul#tag_cloud li.tag_popularity_3
{
  font-size: 150%;
}

ul#tag_cloud li.tag_popularity_4
{
  font-size: 160%;
  font-weight:bold;
}

#answers
{
  padding-top: 10px;
}

#add_diploma
{
  padding: 10px;
  margin: 7px 0 5px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: url(/images/add_background.gif) no-repeat left 7px;
}

#add_diploma :link, #add_diploma :visited
{
  color: #fff;
}

#bar_menu
{
  padding: 10px;
  margin: 0px 0 0px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

#content_bar.training #bar_menu
{
  background: url(/images/add_background.gif) no-repeat left 7px;
}


#content_bar.profil #bar_menu
{
  background: url(/images/profil_background.gif) no-repeat left 7px;
}

#content_bar.front #bar_menu
{
  background: url(/images/out_background.gif) no-repeat left 7px;
}


#bar_menu :link, #bar_menu :visited
{
  color: #fff;
}

a.current
{
  text-decoration:none !important;
  font-weight:bold !important;
}

.options, .options :link, .options :visited
{
  color: #333333;
line-height:normal;
}

.small
{
  font-size: 10px;
}

.in_form
{
  padding-left: 85px;
}

ul.plain_list
{
  margin-left: 15px;
}

#content_help hr
{
  margin-top: 40px;
}


#import_steps {
margin:0px 0px 20px 0px;
height:40px;
padding:2px;
text-align:center;
border:1px solid #7E7E7E;
}
#import_steps span {
padding: 0px 10px;
font-size: 14px;
color: #7E7E7E;
}
#import_steps .current_step {
color: #333333;
font-weight:bold;
}

div#import_steps h2 {
  color: #333333;
  font-size:13px;
  margin-top:5px;
}

.tag_action {
  color:#FFFFFF;
  background: #BA7EB6;
  height:20px;
  border:1px solid #9C4797;
  font-family: Arial, sans-serif;
  font-size: 12px;
}



div .orange {
  background:url(/images/presentation_orange.gif) no-repeat;
  padding-top:18px;
  margin:0px;
  margin-right:10px;
  font-size:16px;
  color:#ffffff;
  font-weight:bold;
  text-align:center;
  width:220px;
  height:80px;
  clear: none;
  float:left;
}

div .presentation_complete_width {
  width:460px;
  height:100px;
  margin-top:-5px;
}

div .presentation_element {
  font-size:16px;
  color:#ffffff;
  width:220px;
  height:80px;
  clear: none;
  float:left;
  padding-top:12px;
  padding-left:10px;
  margin:0px;
}

.presentation_element a:link, .presentation_element a:visited {
  color:#ffffff;
}

div#presentation_import {
  background:url(/images/presentation_import.gif) no-repeat;
  width:460px;
  padding-top:18px;
}

div#presentation_diploma {
  background:url(/images/presentation_diploma.gif) no-repeat;
}

div#presentation_invitation {
  background:url(/images/presentation_invitation.gif) no-repeat;
}

div#presentation_publish {
  background:url(/images/presentation_publish.gif) no-repeat;

}

div#presentation_qualify {
  background:url(/images/presentation_qualify.gif) no-repeat;
}

div .diploma_list {
margin-top:20px;
line-height:18px;

}

div .diploma_list hr {
width:40%;
text-align: left;/*this will align it for IE*/
margin: 0 auto 0 0; /*this will align it left for Mozilla*/
margin-top: 15px;
}

div .diploma_list h2 {
margin-bottom:5px;
}

/* public zone - training */

div.top_training_block {
  width: 470px;
  padding: 5px;
  margin-top:20px;
  background:#ba7eb6; /*#D8732F*/
  -moz-border-radius-topleft: 10px;
  -webkit-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}

div.top_training_block h2{
    color: #fff !important ;
    /* top right bottom left */
    margin: 0px 0px 0px 0px !important ;
    padding: 0px 0px 0px 5px !important ;
    font-size: 12px !important ;
}


div.top_profil_block{
  width: 470px;
  padding: 5px;
  margin-top:20px;
  background:#7a8aff;   /* bleu "1" :90aaff */
  -moz-border-radius-topleft: 10px;
  -webkit-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}

div.top_profil_block h2{
    color: #fff !important ;
    /* top right bottom left */
    margin: 0px 0px 0px 5px !important ;
    padding: 0px 0px 0px 0px !important ;
    font-size: 12px !important ;
}

div.top_profil_block a{
    color: #fff !important;
    text-decoration:none;
    background-image:none !important;
    padding-left:0px !important;
}

div.bottom_block{
  width: 470px;
  padding: 5px;
  margin-bottom:10px;
  background:#eee;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}

div.bottom_block img{
    margin: 10px 0px 10px 5px;
}

div.bottom_block h3{
    color: #333 ;
    /* top right bottom left */
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 5px 0px;
    font-size: 12px !important;
}

div.bottom_block a{
    color: #5E5E5E !important;
    text-decoration:none !important;
}
div.bottom_block a:hover{
    text-decoration:underline !important;
}

p.knowmore {
    text-align:right;
    margin:0px !important;
    padding:0px !important;
    padding-top:10px !important;
}

table.public th {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #FFF;
  font-weight:bold;
  padding:5px;
}

 table.public td {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #FFF;
}

table.public input {
  width:250px;
}

table.public select {
  width:254px;
}

 table.public td img{
  vertical-align:middle;
}

/* bullets sidebar area */

ul.bullets
{
margin-top:10px;
list-style: none;
}

ul.bullets li
{
margin-top:3px;
margin-bottom:3px;
list-style: none;
}

ul.bullets a:link, ul.bullets a:visited
{
    color: #333 ;
    margin-left:15px;
    font-size:13px;
    display:block;
}

ul.bullets li p
{
    color: #333 ;
   padding-left:15px;
    font-size:11px;
    margin-top:10px;
}


li.bullet_service
{
  background: url(/images/bullet_service.gif) no-repeat 0px 3px;
}

li.bullet_training
{
  background: url(/images/bullet_training.gif) no-repeat 0px 3px;
}

li.bullet_profil
{
  background: url(/images/bullet_profil.gif) no-repeat 0px 3px;
}

li.bullet_front
{
  background: url(/images/bullet_front.gif) no-repeat 0px 3px;
}

li.bullet_profil a.current
{
    text-decoration:none;
    font-weight:bold;
}

li.bullet_training a.current
{
    text-decoration:none;
    font-weight:bold;
}


li.bullet_front a.current
{
    text-decoration:none;
    font-weight:bold;
}


/* bullets #content_main area */

ul.public_training
{
  margin-left: 5px;
  padding:5px 0px 5px 0px;
}

ul.public_training li
{
  padding:2px 0px 2px 20px;
  background: url(/images/bullet_training.gif) no-repeat 0% 5px;
  list-style: none;
}

ul li img
{
 vertical-align:middle;
}

ul.public_front li div.editChoices
{
 height:20px;
 margin-left:150px;
}

ul.public_front li div.editChoices img
{
 margin:0px 3px 0px 3px;
}

ul.public_front
{
  margin-left: 5px;
  padding:5px 0px 5px 0px;
}

ul.public_front li
{
  padding:2px 0px 2px 20px;
  background: url(/images/bullet_front.gif) no-repeat 0% 5px;
  list-style: none;
}

ul.public_profil
{
  margin-left: 5px;
  padding:5px 0px 5px 0px;
}

ul.public_profil li
{
  padding:2px 0px 2px 20px;
  background: url(/images/bullet_profil.gif) no-repeat 0% 5px;
  list-style: none;
}


div#content_main div.warning
{
border: 1px solid #cc3300;
background: #eee;
padding:5px;
margin-bottom:10px;
}

div#content_main div.warning p
{
color:#cc3300;
}

div#content_main div.warning p a
{
color:#cc3300;
}

/* training tags */

div.top_tag_block{
  width: 470px;
  padding: 5px;
  margin-top:20px;
  background:#D8732F;
  -moz-border-radius-topleft: 10px;
  -webkit-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}

div.top_tag_block h2{
    color: #fff !important ;
    /* top right bottom left */
    margin: 0px 0px 0px 0px !important ;
    padding: 0px 0px 0px 5px !important ;
    font-size: 12px !important ;
}

div.bottom_tag_block{
  width: 460px;
  padding-top:10px;
  padding-bottom:10px;
  margin-bottom:10px;
  padding-left:5px;
  padding-right:5px;
  background:#eee;
  word-spacing:6px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}

div.bottom_tag_block_home{
  width: 440px;
  padding-top:10px;
  padding-bottom:10px;
  margin-bottom:10px;
  padding-left:20px;
  padding-right:20px;
  background:#eee;
  word-spacing:6px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}

div.bottom_tag_block a, div.bottom_tag_block a:visited, div.bottom_tag_block_home a, div.bottom_tag_block_home a:visited
{
text-decoration:none;
white-space:nowrap;
}
div.bottom_tag_block a:hover, div.bottom_tag_block_home a:hover
{
text-decoration:underline;
}
div.bottom_tag_block p, div.bottom_tag_block_home p
{
    word-spacing:normal;
}

/* front */
div.top_front_block{
  width: 460px;
  padding: 5px;
  margin-top:20px;
  background:#D8732F;
  -moz-border-radius-topleft: 10px;
  -webkit-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}

div.top_front_block h2{
    color: #fff !important ;
    margin: 0px 0px 0px 0px !important ;
    padding: 0px 0px 0px 5px !important ;
    font-size: 12px !important ;
}

div.bottom_front_block{
  width: 460px;
  padding: 5px;
  margin-bottom:10px;
  background:#eee;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}

div.bottom_front_block h2 {
    margin:5px 0px 10px 0px !important;
}

div.bottom_front_block h2 a {
    margin:0px 0px 0px 5px !important;
}

div.bottom_front_block p{
line-height: 1.5em;
}
/*
div.diploma_background {
    margin: 20px 0px 20px 0px;
    padding:5px 0px 5px 0px;
    background:#efefef;
}*/

div .edit {
float:right;
padding: 10px 0;
}
div .edit p{
font-weight:bold;
}

publish.a, publish.a:hover
{
color:#333;
font-size:14px;
text-align:center;
}

div.unpublish {
    background:#ccc;
    padding:8px 16px 8px 16px;
    margin:5px 0px 0px 0px;
    text-align:center;
    float:right;
}

div.publish {
  background:#d8732f;
  padding:8px 16px 8px 16px;
  margin:5px 0px 0px 0px;
  text-align:center;
  float:right;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

div.unpublish a, div.publish a {
    color:#fff !important;
    font-weight:bold;
    font-size:14px;
    text-align:center;
}

div#content_main.type_diploma_block .front h2 a

{
  padding-left:0px;
  text-decoration:underline;
}


div#content_main.type_diploma_block h2 a
{
  text-decoration:none;
  padding-left:20px;
}

div#content_main .type_diploma_block
{
  float:left;
  padding:4px 10px 0 0;
  width:60px;
  margin-top:15px;
}

div#google_ads_200
{
  width:200px;
 padding:20px 0px 0px 10px;

}

div#google_ads_468
{
 padding:10px 0px 0px 0px;
}


div.training_long_description ul {

margin-left:20px;
padding:5px 0px 5px 0px;
list-style-type: square
}


div.training_long_description {

padding:10px;

}

div#content_main.training  textarea {
  margin-top:20px;
  margin-bottom:20px;
    width:92%;
}

div#content_main  textarea {
  width:97%;
  font-family: arial, verdana, ms sans serif;
  font-size: 12px;
  /* background: #f8f8f8; */
  border:1px solid #ccc;
  padding:5px;
}

div#content_main.front div.diploma_pager {
  text-align:center;
  background: #EFEFEF;
  font-size:17px;
  padding-top:5px;
  font-weight:bold;
  margin:20px 0px 20px 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

div.diploma_pager img {
margin-bottom:3px;
}


div.diploma_pager a {
font-weight:normal;
}

div#content_main.training div.diploma_pager {
  text-align:center;
  background: #EFEFEF;
  font-size:13px;
  padding-top:5px;
  font-weight:bold;
  margin:20px 0px 20px 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

div#content_main.profil div.diploma_pager img {
vertical-align:middle;
}

div#content_main.profil div.diploma_pager {
  text-align:center;
  background: #EFEFEF;
  font-size:13px;
  padding-top:5px;
  font-weight:bold;
  margin:20px 0px 20px 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

div#content_main.training div.diploma_pager img {
vertical-align:middle;
}

/* diploma list */
div#content_main .diploma_list
{
  padding:10px 10px 10px 10px;
  margin:0px 10px 10px 10px;
  background-color:#eeeeee;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}


div#content_main.diploma_list h2 a
{
  text-decoration:none;
  padding-left:20px;
}


div#content_main .diploma_list h3
{
    color:#7E7E7E;
    font-size:14px;
    padding:10px 0px 0px 0px;
}


div .autocomplete ul.public_training li ul li {
background-image:none;
}

div#messagebox label
{
  display: inline;
  width: 100px;
  font-weight:bold;
  padding:0px 5px 0px 5px;
}

div#messagebox textarea
{
margin:5px 0px 5px 0px;
background-color:white;
}

div#messagebox p.info
{
font-size:11px;
padding:5px 0px 5px 5px;
}


div.progress {
  border: 1px solid #ccc;
  width: 150px;
  margin: 0px 0px 0px 5px;
  background: #FFF;
  font-size:0.5em;
}

div.progress div {
  background-color: #ACE97C;
  height: 10px;
}

.highlight {
  color:#ff0000;
}

/* boxOver */

.box_over_header {
    font-weight:bold;
    width:150px;
    padding:3px;
    font-size:11px;
    color:#666666;
}

.box_over_header img{
    vertical-align:middle;
    margin:5px 5px 5px 0px;
}

.box_over_body {
    width:150px;
    font-family:arial;
    font-size:11px;
    padding:3px;
    color:#666666;

}

.box_over_body ul {
 list-style-type:square;
 text-align:left;
 padding-left:15px;

}

.front .box_over_header {
    border:1px solid #D8732F;
    background:#F4E9E3;
}

.front .box_over_body {
    border-bottom:1px solid #D8732F;
    border-left:1px solid #D8732F;
    border-right:1px solid #D8732F;
    background:#FFFFFF;
}

.training .box_over_header {
    border:1px solid #BA7EB6;
    background:#F2ECF2;
}

.training .box_over_body {
    border-bottom:1px solid #BA7EB6;
    border-left:1px solid #BA7EB6;
    border-right:1px solid #BA7EB6;
    background:#FFFFFF;
}

.profil .box_over_header {
    border:1px solid #7A8AFF;
    background:#EEEFFB;
}

.profil .box_over_body {
    border-bottom:1px solid #7A8AFF;
    border-left:1px solid #7A8AFF;
    border-right:1px solid #7A8AFF;
    background:#FFFFFF;
}



.box_over_body img{
    vertical-align:middle;
    margin:5px;
    text-align:left;
}

img.reset {
    vertical-align:middle;
    padding:0px 0px 0px 5px;
}

.bottom_block form select {

width:320px;
}

.bottom_tag_block_home form select {

width:280px;
}

.bottom_block_highlight {
  width: 410px;
  padding: 10px;
  margin:10px 0px 10px 0px;
  background:#fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.bottom_block_highlight p {
    margin:5px 0px 5px 0px;
}

span.tag {
margin:0px 3px 0px 3px;
}

div#goodies label {
padding-left:10px;
}

div#goodies ul {
margin:10px 0px 10px -10px;
text-align:center;
}

div#goodies li {
padding:2px;
}

div#goodies_result {
}

#goodies .submit  {
  background: #F4E9E3;
  border:1px solid #D8732F;
  height:19px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color:#D8732F;
  margin:0px 0px 10px 0px;
  width:220px
}

#goodies p.notice  {
  text-align: justify;
  padding:0px 10px 0px 10px;
}


/* training period forms style */
#content_main.training fieldset.trainingperiod  {
    margin: 0 0 0 0;
    padding: 10px 0px 10px 0px;
      background:none;
}

#content_main.training fieldset.trainingperiod label {
    text-align: right;
    width: 120px;
    padding-right: 20px;
    font-weight:bold;
    margin-top:4px;
}

#content_main.training fieldset.trainingperiod input {
    width: 210px;
}

#content_main.training fieldset.trainingperiod select {
    width: 154px;
}

#content_main.training fieldset.trainingperiod br {
    clear: left;
}

#content_main.training fieldset.trainingperiod img {
    margin:2px 0px 0px 4px;
}

#content_main.training fieldset.trainingperiod input.submit {
    margin:2px 0px 0px 140px !important;
    margin: 2px 0px 0px 70px;
    background: #ba7eb6;
    border:1px solid #9C4797;
    width:214px;
    color:#FFFFFF;
}

#content_main.training fieldset.trainingperiod em {
    margin:0px 0px 8px 8px;

    font-style:normal;

}

/* forms style */
fieldset {
    margin: 0 0 0 0;
    padding: 10px 0px 10px 0px;
}

#content_main.training fieldset {
background:#F2ECF2;
}

#content_main.profil fieldset {
background:#EEEFFB;
}

#content_main.front fieldset {
background:#f4e9e3;
}

/*legend {
    margin: 0em;
    padding: 0;
    color: #7E7E7E;
    font-size:13px;
    font-weight: bold;
    position: relative;
}*/

#content_main fieldset label, #content_main fieldset input {
    display: block;
    width: 280px;
    float: left;
    margin-bottom: 5px;

}

#content_main fieldset label {
    margin-top: 3px;
}

#content_main fieldset #action_button input {
    display: block;
    margin: 0px 0px 0px 85px;
    width:284px;
}

#content_main fieldset #action_button {
    margin: 0px !important;
}

#content_main fieldset select {
    width: 284px;
    margin: 0px -3px 5px 0px !important;
    margin: 0px 0px 5px -3px;
    float: none;
}

div .checkbox {
    margin-bottom: 5px;
}

#content_main fieldset input.checkbox {
    display:inline !important;
    float: none;
    width: 16px;
    margin:0px 2px -2px 2px;
}

#content_main fieldset label {
    text-align: right;
    width: 150px;
    padding-right: 20px;
    font-weight:bold;
}

#content_main fieldset label.textarea_label {
    text-align: left !important;
    padding-right: 10px !important;
    width:auto !important;
}

#content_main fieldset br {
    clear: left;
}

#content_main fieldset img {
    margin:2px 0px 0px 4px;
}


#content_main fieldset div.form_error
{
    margin-left: 170px;
}

#content_main fieldset div.other
{
    display: block;
    width: 280px;
    float: left;
    margin-bottom: 5px;
}

#content_main fieldset .text
{
    margin: 0px 0px 5px 170px;
}

#content_main fieldset .submit input
{
    margin: 0px 0px 0px 170px !important;
    margin: 0px 0px 0px 85px;
    width: 284px;
    background: #ba7eb6;
    border:1px solid #9C4797;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color:#FFFFFF;
}

#trigger_begin_date {

    display:block;
    float:left;
    margin:0 7px 0 7px;
    background-color:#f5f5f5; /*f5f5f5*/
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    color:#D8732F; /*#565656*/
    cursor:pointer;
    padding:0px 10px 2px 7px;
    }

.calendar {
    z-index: 2000;
    }

.tinyTextarea {
    width:272px !important;
    height:50px !important;
    margin-bottom:5px;
    margin-right:-3px;
    }



div#alert {
  font-style: italic;
  font-size:12px;
  margin-top:10px;
  margin-bottom:10px;
}

div.info {
  margin-top:10px;
  margin-bottom:10px;
  text-align:center;
  padding:10px 0px 10px 0px;
  background-color:#EFEFEF;
}

div.info h2 {
  margin:0px 0px 0px 0px !important;
  padding:0px 0px 0px 0px !important;
  font-size:12px;
  font-weight:normal;
}

div.info h2 a:hover {
  text-decoration:none !important;
}

div.info ul
{
  list-style: none;
  display:inline;
  padding: 5px 5px;
  font-size: 12px;
}

div.info li
{
  display: inline;
  list-style: none;
  padding: 0px 3px 0px 6px !important;
  font-weight: normal;
  border-right: solid 1px #ccc;
}

div.info li a
{

}

div.info li.last
{
  border-right: none;
}

img.help  {
vertical-align:middle;
margin: 0px 0px 0px 5px;

}

 th img {
    vertical-align:middle;
 }

table.dtp {
border-collapse:collapse

}

.training table.dtp th  {
  color:#FFFFFF;
  background:#BA7EB6;
  border:1px solid #CDCDCD;
}

.profil table.dtp th  {
  color:#FFFFFF;
  background:#7A8AFF;
  border:1px solid #CDCDCD;
}

table.dtp th  {
  text-align: center;
  font-weight: bold;
  padding:4px 2px 4px 2px;
  font-size:13px;
  color:#FFFFFF;
  background:#BA7EB6;
  border:1px solid #CDCDCD;
}

table.dtp th a  {
  color:#FFFFFF !important;
}

table.dtp td  {
  padding:2px;
  background-color:#ffffff;
  border:1px solid #CDCDCD;
  text-align:center;
}

/* submit input styles */

#action_button {
margin-top:20px;
}

#action_button :link, #action_button :visited {
  padding: 1px 3px;
  margin-right:10px ;
  font-weight:normal;
  color:#FFFFFF;
}

#content_main.training #action_button :link, #content_main.training #action_button :visited {
  background: #ba7eb6;
  border:1px solid #9C4797;
}

#content_main.profil #action_button :link, #content_main.profil #action_button :visited {
  background: #7a8aff;
  border:1px solid #7a8aff;
}

#content_main.front #action_button :link, #content_main.front #action_button :visited {
  background: #D8732F;
  border:1px solid #D8732F;
}


#action_button input {
  margin-bottom:-1px;
  height:19px;
  margin-right:10px ;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color:#FFFFFF;
}

#content_main.training #action_button input {
  background: #ba7eb6;
  border:1px solid #9C4797;
}

#content_main.profil #action_button input {
  background: #7a8aff;
  border:1px solid #7a8aff;
}

#content_main.front #action_button input {
  background: #D8732F;
  border:1px solid #F4E9E3;
}

/* front offers table style */

table.sortable {
  border-collapse:collapse;
  border-bottom:1px solid #CDCDCD;
  width:100%;
}


.front table.sortable th  {
  color:#FFFFFF;
  background:#D8732F;
  border:1px solid #FFFFFF;
}



table.sortable th #sorttable_sortfwdind, table.sortable th #sorttable_sortrevind {
  font-size:larger;
  margin-right:-15px;
  padding:0px 0px 0px 2px;

}

table.sortable th  {
  text-align: center;
  font-weight: bold;
  height:34px;
  padding:4px 2px 4px 2px;
  font-size:13px;
  color:#FFFFFF;
  border:1px solid #FFFFFF;
}

#content_main.front table.sortable th  {
  background:#D8732F;
}

#content_main.training table.sortable th  {
  background:#BA7EB6;
}

#content_main.profil table.sortable th  {
  background:#7A8AFF;
}

table.connexion td  {
  background-color:#ffffff;
}

table.sortable th a  {
  color:#FFFFFF !important;
}

table.sortable td  {
  padding:0px 2px 10px 2px;
  background-color:#ffffff;
  border-bottom:1px solid #CDCDCD;
  text-align:center;
  vertical-align:text-top;
}

table.sortable tr.alt td {
    /*background: #ecf6fc;*/
}

#content_main.front table.sortable tr.over td, #content_main.front table.sortable tr:hover td {
    background: #F4E9E3;/*#bcd4ec;*/
}

#content_main.training table.sortable tr.over td, #content_main.training table.sortable tr:hover td {
    background: #F2ECF2;
}

#content_main.profil table.sortable tr.over td, #content_main.profil table.sortable tr:hover td {
    background: #EEEFFB;
}

table.sortable td img {
  vertical-align:middle;
}


h2 img {
  vertical-align:middle;
  margin:0px 0px 0px 5px;
}

div.menu_offers {
  text-align:left;
  padding:10px;
  background-color:#EFEFEF;
  width:200px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

div.menu_offers ul
{
  list-style: none;
  display:inline;
  font-size: 12px;
  margin:0px;
}

div.menu_offers li
{
  display: block;
  list-style: none;
  height:18px;
  padding:2px 0px 2px 0px;
  margin:0px;
  list-style: none;
  color:#666666;
}

div.menu_offers li img
{
 margin:0px 5px 0px 0px;
 padding:0;
}

div.strong_zone {
  text-align:left;
  padding:10px;
  background-color:#EFEFEF;
  width:200px;
  margin:0px 0px 20px 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

div.strong_zone ul
{
  list-style: none;
  display:inline;
  font-size: 12px;
  margin:0px;
}

div.strong_zone li
{
  display: block;
  list-style: none;
  height:18px;
  padding:2px 0px 2px 0px;
  margin:0px;
  list-style: none;
  color:#666666;
}

div.strong_zone li img
{
 margin:0px 5px 0px 0px;
 padding:0;
}

div.strong_zone strong
{
 padding:10;
}

div.search_result {
  text-align:center;
  padding:10px 0px 0px 0px;
  background-color:#EFEFEF;
  width:480px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

div.attach_period {

padding-right:15px;
padding-left:70px;
}

div.attach_period hr {
  background: #ccc;
  border: 0;
  color: #ccc;
  height: 1px;
  margin: 10px 0px 10px 0px;
}

.attach_period select {
width:100%;
margin-top:8px;
margin-left:8px;
}

.attach_period h2 {
  font-size:12px !important;
  margin-top:10px !important;
  margin-bottom:5px !important;
}


.item_container {
    height:50px;
    border-top:1px solid #666666;
    padding-top:10px;
}

.item_description {
    float:left;
    padding:5px;
    margin:0px 0px 0px 10px;

}

.item_price {
    float:right;
    padding:10px;
    margin:0px 10px 0px 0px;
    color:#7E7E7E;
    font-weight:bold;
    background-color:#EFEFEF;/*D8732F*/
    border:1px solid #7E7E7E;
}


.item_price img {
vertical-align:middle;
padding:0px 1px 3px 1px;
    }

.total_container {
    height:50px;
    padding-top:10px;
}

.total_description {
    float:left;
    padding:5px;
    margin:0px 0px 0px 10px;
    font-weight:bold;

}

.total_price {
    float:right;
    padding:10px;
    margin:0px 10px 0px 0px;
    color:#FFFFFF;
    font-weight:bold;
    background-color:#D8732F;
    border:1px solid #7E7E7E;
}

.total_price a {
    color:#FFFFFF;
}

.button img {
vertical-align:middle;
    }

.button {
margin-bottom:10px;
}

/* displaying offers list */

div.offer_header {
 background:#EFEFEF;
 width:478px;
 border-left:1px solid #808080;
 border-right:1px solid #808080;
 border-top:1px solid #808080;
 margin:20px 0px 0px 0px;
}

div.offer_header h2 {
 margin:0px !important;
 padding:10px !important;
}


div.offer_header h2 a {
 display:block;
 font-size:14px;
}

div.offer_container {
width:478px;
margin:0px;
padding:0px;
height:100px;
background:#EFEFEF;
border-left:1px solid #808080;
border-right:1px solid #808080;

border-bottom:1px solid #808080;

}

div.offer_left_content ul {
list-style-type:none;
margin: 0px 0px 0px 10px;
}

div.offer_left_content ul li {
list-type:none;
font-size:11px;

}

div.offer_right_content {
width:228px;
float:left;
}

div.offer_left_content {
width:250px;
float:left;
}

div.offer_footer {
 background:#EFEFEF;
 width:478px;
 border-left:1px solid #808080;
 border-right:1px solid #808080;
 border-bottom:1px solid #808080;
 margin:0px 0px 20px 0px;
}


div.offer_footer h2 {
 margin:0px !important;
 padding:10px !important;
}


div.offer_footer h2 a {
 display:block;
}

div.features_block {
width:480px;
height:70px;
margin:15px 0px 0px 0px;
}

div.features_block a img {
float:left;
margin:0px 10px 0px 0px;
border:1px solid #7E7E7E;
}

div.features_block h2 {
margin:0px !important;
padding:5px !important;
font-size:14px !important;
}

div.features_block p a {
text-decoration:none;
}

div.features_block p a:hover {
text-decoration:underline;
}

.general_block
{
  margin: 0px 0px 10px 0px;
  padding: 20px 30px 30px 30px;
  background-color:#FFFFFF;
  color:#333333;
  position: relative;
  display: block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  
}

.general_block h1
{
  font-family: 'Verdana';
  font-size: 24px;
  color: #333333;
  margin: 0px 0px 20px 0px;
}

.general_block p
{
  margin: 0px 0px 5px 0px;
}

.paragraph
{
  font-family: 'Arial';
  color: #333333;
  margin: 0px 0px 15px 0px;
}

.paragraph h2
{
  font-size: 24px;
  font-weight: lighter;
  margin: 0px 0px 10px 0px;
}

.paragraph ul {
  margin-left:20px;
  padding:5px 0px 5px 0px;
  list-style-type: square
}

.paragraph a.action_front
{
  background: transparent url(/images/bullet_front.gif) no-repeat scroll 0 5px;
  padding: 2px 0 2px 20px;
}

.square_image
{
  margin: 20px 20px 0px 0px;
  padding:5px 10px 5px 10px;
  background-color:#eeeffb;
  width: 200px;
  float: left;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;    
}

.square_image div.square_image_title
{
  padding:10px 10px 10px 10px;
   margin: 5px 0px 0px 0px; 
  background-color:#eeeffb;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

.square_image div.square_image_title_head
{
  padding:10px 10px 10px 10px;
  background-color:#eeeffb;
  margin: 0px 0px 0px 10px;
  font-weight: bold;
}

.action_bouton
{
  padding:5px 10px 5px 10px;
  background-color:#D8732F;
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  font-family: 'Arial';
  width: 160px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.action_bouton a
{
  color: #FFFFFF;
}

.action_bouton a:link
{
  text-decoration: none;
}

.action_bouton a:visited
{
  text-decoration: none;
}

.action_bouton a:hover
{
  text-decoration: underline;
}

div#footer
{
  padding-top: 0px;
  text-align: left;
}

div#content_main .testimonial
{
  font-family: 'Arial';
  color: #333333;
  margin: 10px 0px 10px 0px;
  padding: 10px 0px 10px 0px;
}

div#content_main .testimonial h2
{
  font-family: 'Arial';
  font-size: 19px;
  margin: 0px 0px 10px 0px;
  font-weight: lighter;
  color: #333333;
}

div#content_main .testimonial p
{
  color: #444444;
  margin: 0px 0px 10px 0px;
}

div#content_main .testimonial span.name
{
  font-size: 13px;
  font-style: italic;
  margin: 10px 0px 0px 0px;
}

.left_imp 
{
    float: left !important;
}

.right_imp 
{
    float: right !important;
}
