/*
    Document   : emploicity.css
    Created on : 30 avril 2009, 11:01:16
    Author     : Dai-Minh VO
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

*{
    margin:0;
    padding:0;
}

body
{
    font-family:Arial,Helvetica,Verdana,sans-serif;
    font-size:12px;
    background: url("/images/fond.jpg");
}

#page
{
    width: 1004px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    width: 1004px;
    background: url("/images/fond_header.jpg") no-repeat center top;
}

#titre_site
{
    padding: 10px;
    padding-top: 30px;
    width: 215px;
}

#zone_login
{
	width: 375px;
	height: 32px;
	padding: 0 0 0 22px;
	background: url("/images/fond_login.gif") no-repeat;
}

#menu
{
	position: relative;
	z-index: 50;
}
#menu li
{
	color: white;
	font-weight: bold;
	display: inline;
	/*padding: 20px 0 0 20px;*/
}
#menu li a
{
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
}

#menu li a.black
{
	color: black;
}

.menu_item_sep
{
	padding: 0 20px 0 20px;
}


#btn_accueil
{
    display: block;
    width: 109px;
    height: 49px;
	line-height: 49px;
    background: url("/images/menu_accueil.gif") no-repeat;
}

#btn_menu_1{background: url("/images/btn_menu_1.jpg") no-repeat;}	#btn_menu_1_selected{background: #199bca;}
#btn_menu_2{background: url("/images/btn_menu_2.jpg") no-repeat;}	#btn_menu_2_selected{background: #3eb100;}
#btn_menu_3{background: url("/images/btn_menu_3.jpg") no-repeat;}	#btn_menu_3_selected{background: #bea500;}
#btn_menu_4{background: url("/images/btn_menu_4.jpg") no-repeat;}	#btn_menu_4_selected{background: #ff6501;}
#btn_menu_5{background: url("/images/btn_menu_5.gif") no-repeat;}	#btn_menu_5_selected{background: #c400e7;}

.bg_menu_0{background: #272727;}
.bg_menu_1{background: #199bca;}
.bg_menu_2{background: #3eb100;}
.bg_menu_3{background: #bea500;}
.bg_menu_4{background: #ff6501;}
.bg_menu_5{background: #c400e7;}

.color1{color: #199bca;}
.color2{color: #3eb100;}
.color3{color: #bea500;}
.color4{color: #ff6501;}
.color5{color: #c400e7;}


.btn_menu
{
    display: block;
    width: 178px;
    height: 40px;
    text-align: center;
    margin-left: 1px;
	padding-top: 9px;
    text-transform: uppercase;
    cursor: pointer;
}

#sous_menu
{
	position: relative;
	z-index: -5;
	top: -15px;
    width: 1004px;
	height: 55px;
	background: url("/images/sous_menu_bas.gif") center bottom no-repeat;
}

.sous_menu
{
	position: absolute;
	top: 60px;
	left: 40px;
}
#sous_menu_fond
{
	height: 34px;
}


.sous_menu_0{background: #272727;}
.sous_menu_1{background: url("/images/sous_menu_1_bas.gif") center bottom no-repeat #199bca;}
.sous_menu_2{background: url("/images/sous_menu_2_bas.gif") center bottom no-repeat #3eb100;}
.sous_menu_3{background: url("/images/sous_menu_3_bas.gif") center bottom no-repeat #bea500;}
.sous_menu_4{background: url("/images/sous_menu_4_bas.gif") center bottom no-repeat #ff6501;}
.sous_menu_5{background: url("/images/sous_menu_5_bas.gif") center bottom no-repeat #c400e7;}

#fil_ariane
{
	position: relative;
	top: -15px;
    width: 986px;
    height: 26px;
	line-height: 26px;
    margin: 0 auto 0 auto;
	padding-left: 12px;
	background: #e5e5e5;
}

#entete_content_top
{
    width: 998px;
    height: 6px;
    margin: -5px auto 0 auto;
    background: url("/images/content_top.gif") center bottom no-repeat;
}
#entete_content
{
    width: 988px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
	padding-left: 10px;
    background: #434343;
}

#page_centre
{
    width: 998px;
	margin: 0 auto 0 auto;
    padding: 0 0 20px 0;
	background: url("/images/content_inside_top.jpg") center top no-repeat white;
}
#page_centre_sans_fond
{
	width: 998px;
	margin: 0 auto 0 auto;
    padding: 0 0 10px 0;
	background: none;
}

#contenu_gauche
{
	position: relative;
    width: 670px;
    padding: 50px 0 10px 15px;
    float: left;
}

#contenu_droite
{
    float: right;
    width: 300px;
    padding: 0 0 0 0;
}

#footer_home
{
    width: 938px;
    height: 208px;
	margin: 0 auto 0 auto;
	padding: 30px 30px 0 30px;
	color: white;
    background: url("/images/fond_footer_home.jpg") no-repeat;
}
#footer
{
    width: 938px;
    height: 208px;
	margin: 0 auto 0 auto;
	padding: 30px 30px 0 30px;
	color: white;
    background: url("/images/fond_footer.jpg") no-repeat;
}
#footer a, #footer_home a{color:white; text-decoration:none;}

.footer_bloc
{
	float: left;
	width: 187px;
	line-height: 22px;
}

#footer_footer
{
	width: 998px;
    height: 50px;
	margin: 10px auto 0 auto;
	text-align: center;
	font-weight: bold;
}



/*************************   Disposition   **************************************/

#input_login
{
	width: 132px;
	height: 20px;
	padding: 3px 0 0 5px;
	margin: 4px 0 0 0;
	border: 0;
	background: url("/images/fond_login_username.gif") no-repeat;
}

#input_password
{
	width: 81px;
	height: 20px;
	padding: 3px 0 0 5px;
	margin: 4px 0 0 0;
	border: 0;
	background: url("/images/fond_login_pass.gif") no-repeat;
}

#btn_ok_login
{
	float: right;
	width: 32px;
	height: 23px;
	margin: 5px 5px 0 0;
	border: 0;
	cursor: pointer;
	background: url("/images/btn_ok_login.gif") no-repeat;
}

.pass_oublie
{
	width: 102px;
	height: 11px;
	line-height: 11px;
	padding: 0 0 0 4px;
	margin: 10px 0 0 138px;
	font-size: 9px;
	background: black;
}

.titre_bloc
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 685px;
	height: 40px;
	line-height: 40px;
	color: white;
	text-transform: uppercase;
}
.titre_bloc_max_width{width: 998px;}

.titre1{background: url("/images/titre1_bord_right.gif") right center no-repeat #199bca;}
.titre2{background: url("/images/titre2_bord_right.gif") right center no-repeat #3eb100;} .titre2_sans_bord{background: #3eb100;}
.titre3{background: url("/images/titre3_bord_right.gif") right center no-repeat #bea500;}
.titre4{background: url("/images/titre4_bord_right.gif") right center no-repeat #ff6501;} .titre4_sans_bord{background: #ff6501;}
.titre5{background: url("/images/titre5_bord_right.gif") right center no-repeat #c400e7;} .titre5_sans_bord{background: #c400e7;}
.titre_noir{background: url("/images/titre_noir.gif") repeat-x;}

.titre_page1
{
	font-size: 17px;
	padding: 0 0 0 80px;
	background: url("/images/icone_titre1.gif") 4px 0px no-repeat;
}
.titre_page2
{
	font-size: 17px;
	padding: 0 0 0 80px;
	background: url("/images/icone_titre2.gif") 4px 0px no-repeat;
}
.titre_page3
{
	font-size: 17px;
	padding: 0 0 0 80px;
	background: url("/images/icone_titre3.gif") 4px 0px no-repeat;
}
.titre_page4
{
	font-size: 17px;
	padding: 0 0 0 82px;
	background: url("/images/icone_titre4.gif") 4px 0px no-repeat;
}
.titre_page5
{
	font-size: 17px;
	padding: 0 0 0 82px;
	background: url("/images/icone_titre5.gif") 4px 0px no-repeat;
}
.titre_page_noir
{
	font-size: 17px;
	padding: 0 0 0 50px;
	background: url("/images/icone_titre_alerte_job.gif") 0px 0px no-repeat;
}

.derniere_fiche
{
	width: 632px;
	height: 125px;
	padding: 17px 12px 0 12px;
	margin: 0 0 20px 0;
	background: url("/images/fond_derniere_fiche.jpg") no-repeat;
}

.bloc_210{width: 210px;}
.bloc_210_content
{
	width: 190px;
	line-height: 20px;
	padding: 10px 10px 0 10px;
	background: url("/images/bloc_210_content.jpg") repeat-y;
}
.bloc_210_bas
{
	width: 210px;
	height: 4px;
	background: url("/images/bloc_210_bas.jpg") no-repeat;
}

.bloc_210_37_top_1
{
	width: 196px;
	height: 37px;
	line-height: 37px;
	padding-left: 14px;
	background: url("/images/bloc_210_37_top_1.jpg") no-repeat;
}

.bloc_220_37_top_1
{
	width: 206px;
	height: 37px;
	line-height: 37px;
	padding-left: 14px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	background: url("/images/bloc_220_37_top_1.gif") no-repeat;
}
.bloc_220_37_top_2
{
	width: 206px;
	height: 37px;
	line-height: 37px;
	padding-left: 14px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	background: url("/images/bloc_220_37_top_2.gif") no-repeat;
}
.bloc_220_37_top_5
{
	width: 206px;
	height: 37px;
	line-height: 37px;
	padding-left: 14px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	background: url("/images/bloc_220_37_top_5.gif") no-repeat;
}

.bloc_220_37_content
{
	width: 200px;
	padding: 10px;
	background: white;
}

.bloc_220_37_bas
{
	width: 220px;
	height: 5px;
	background: url("/images/bloc_220_37_bas.gif") no-repeat;
}

.bloc_300_37_top_1
{
	width: 286px;
	height: 37px;
	line-height: 37px;
	padding-left: 14px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	background: url("/images/bloc_300_37_top_1.gif") no-repeat;
}

.bloc_300_37_top_2
{
	width: 286px;
	height: 37px;
	line-height: 37px;
	padding-left: 14px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	background: url("/images/bloc_300_37_top_2.jpg") no-repeat;
}

.bloc_300_37_top_4
{
	width: 286px;
	height: 37px;
	line-height: 37px;
	padding-left: 14px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	background: url("/images/bloc_300_37_top_4.gif") no-repeat;
}
.bloc_300_37_top_4_v2
{
	width: 286px;
	height: 37px;
	line-height: 37px;
	padding-left: 14px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	background: url("/images/bloc_300_37_top_4_v2.gif") no-repeat;
}

.bloc_300_37_top_5
{
	width: 286px;
	height: 37px;
	line-height: 37px;
	padding-left: 14px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	background: url("/images/bloc_300_37_top_5.gif") no-repeat;
}

.bloc_300_37_content
{
	width: 270px;
	padding: 15px 15px 10px 15px;
	/*color: white;*/
	background: url("/images/bloc_300_37_content.jpg") repeat-y;
}
.bloc_300_37_content_blanc
{
	width: 270px;
	padding: 15px 15px 10px 15px;
	background: white;
}

.bloc_300_37_bas
{
	width: 300px;
	height: 5px;
	background: url("/images/bloc_300_37_bas.jpg") top no-repeat;
}
.bloc_300_37_bas_blanc
{
	width: 300px;
	height: 5px;
	background: url("/images/bloc_300_37_bas_blanc.gif") top no-repeat;
}

.bloc_311_37_top_1
{
	width: 297px;
	height: 37px;
	line-height: 37px;
	padding-left: 14px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	background: url("/images/bloc_311_37_top_1.gif") no-repeat;
}
.bloc_311_37_top_2
{
	width: 297px;
	height: 37px;
	line-height: 37px;
	padding-left: 14px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	background: url("/images/bloc_311_37_top_2.gif") no-repeat;
}
.bloc_311_37_top_3
{
	width: 297px;
	height: 37px;
	line-height: 37px;
	padding-left: 14px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	background: url("/images/bloc_311_37_top_3.gif") no-repeat;
}
.bloc_311_37_top_4
{
	width: 297px;
	height: 37px;
	line-height: 37px;
	padding-left: 14px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	background: url("/images/bloc_311_37_top_4.gif") no-repeat;
}

.bloc_311_37_content
{
	width: 293px;
	padding: 12px 9px 15px 9px;
	color: white;
	background: url("/images/bloc_311_37_content.gif") repeat-y;
}

.bloc_311_37_bas
{
	width: 311px;
	height: 5px;
	background: url("/images/bloc_311_37_bas.gif") top no-repeat;
}

.bloc_670_5_top
{
	width: 670px;
	height: 5px;
	background: url("/images/bloc_670_5_top.jpg") bottom no-repeat;
}

.bloc_670_5_content
{
	width: 630px;
	padding: 15px 20px 15px 20px;
	background: url("/images/bloc_670_5_content.jpg") repeat-y;
}

.bloc_670_5_bas
{
	width: 670px;
	height: 5px;
	background: url("/images/bloc_670_5_bas.jpg") top no-repeat;
}

.bloc_670_5_jaune_top{background: url("/images/bloc_670_5_jaune_top.gif") bottom no-repeat;}
.bloc_670_5_jaune_content{background: url("/images/bloc_670_5_jaune_content.gif") repeat-y;}
.bloc_670_5_jaune_bas{background: url("/images/bloc_670_5_jaune_bas.gif") top no-repeat;}

.bloc_670_37_top_3
{
	width: 656px;
	height: 37px;
	line-height: 37px;
	padding-left: 14px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	background: url("/images/bloc_670_37_top_3.gif") no-repeat;
}

.bloc_670_37_content
{
	width: 640px;
	padding: 15px 15px 15px 15px;
	background: url("/images/bloc_670_37_content.gif") repeat-y;
}

.bloc_670_37_bas
{
	width: 670px;
	height: 5px;
	background: url("/images/bloc_670_37_bas.gif") no-repeat;
}

.bloc_685_37_top_3
{
	width: 671px;
	height: 37px;
	line-height: 37px;
	padding-left: 14px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	background: url("/images/bloc_685_37_top_3.gif") no-repeat;
}
.bloc_685_37_content
{
	width: 655px;
	padding: 10px 15px 5px 15px;
	background: white;
}
.bloc_685_37_bas
{
	width: 685px;
	height: 5px;
	background: url("/images/bloc_685_37_bas.gif") no-repeat;
}

.bloc_327_37_top_4
{
	width: 313px;
	height: 37px;
	line-height: 37px;
	padding-left: 14px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	background: url("/images/bloc_327_37_top_4.gif") no-repeat;
}
.bloc_327_37_top_5
{
	width: 313px;
	height: 37px;
	line-height: 37px;
	padding-left: 14px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	background: url("/images/bloc_327_37_top_5.gif") no-repeat;
}

.bloc_327_37_content
{
	width: 297px;
	padding: 15px 15px 15px 15px;
	background: url("/images/bloc_327_37_content.gif") repeat-y;
}

.bloc_327_37_bas
{
	width: 327px;
	height: 5px;
	background: url("/images/bloc_327_37_bas.gif") no-repeat;
}

.listing_top
{
    width: 657px;
    height: 30px;
	line-height: 30px;
	padding: 0 0 0 14px;
    background: url("/images/listing_top.jpg") no-repeat;
}

.listing_top_noir
{
    width: 657px;
    height: 30px;
	line-height: 30px;
	padding: 0 0 0 14px;
	color: white;
    background: url("/images/listing_top_noir.jpg") no-repeat;
}

.listing_content
{
	width: 641px;
	padding: 10px 15px 0px 15px;
    background: url("/images/listing_content.jpg") repeat-y;
}

.listing_bas
{
    width: 671px;
    height: 5px;
    background: url("/images/listing_bas.jpg") no-repeat;
}
.listing_bas2
{
    width: 671px;
    height: 5px;
    background: url("/images/listing_bas2.jpg") no-repeat;
}
/*
.listing_content .wp_singe h2
{
    margin: 0 0 10px 0;
}

.listing_content .wp_singe h3
{
    margin: 25px 0 5px 0;
}

.listing_content .wp_singe p
{
    padding: 0 0 10px 0;
}

.listing_content .wp_singe ul li
{
    margin: 0 0 0 30px;
    list-style-type: square;
}
.listing_content .wp_singe ol li
{
	margin: 0 0 0 30px;
}
*/

.contenu1 h2, .contenu2 h2, .contenu3 h2, .contenu4 h2, .contenu5 h2{margin:15px 0 15px 0;}
.contenu1 h3, .contenu2 h3, .contenu3 h3, .contenu4 h3, .contenu5 h3{margin: 0 0 10px 0;}
.contenu1 p, .contenu2 p, .contenu3 p, .contenu4 p, .contenu5 p{margin: 0 0 10px 0;}
.contenu1 a img, .contenu2 a img, .contenu3 a img, .contenu4 a img, .contenu5 a img{border:0;}

.contenu1 h2{color:#199bca;}
.contenu1 a{color:#199bca;}
.contenu1 li{list-style-type:none; padding-left:10px; background:url("/images/puce_fleche_droite_bleu.gif") left center no-repeat;}

.contenu2 h2{color:#3eb100;}
.contenu2 a{color:#3eb100;}
.contenu2 li{list-style-type:none; padding-left:10px; background:url("/images/puce_fleche_droite_vert.gif") left center no-repeat;}

.numero_page1
{
	padding: 1px 0 1px 5px;
	color: white;
	font-size: 11px;
	background: #199bca;
}
.numero_page2
{
	padding: 1px 0 1px 5px;
	color: white;
	font-size: 11px;
	background: #3eb100;
}
.numero_page3
{
	padding: 1px 0 1px 5px;
	color: white;
	font-size: 11px;
	background: #bea500;
}
.numero_page4
{
	padding: 1px 0 1px 5px;
	color: white;
	font-size: 11px;
	background: #ff6501;
}
.numero_page5
{
	padding: 1px 0 1px 5px;
	color: white;
	font-size: 11px;
	background: #c400e7;
}

.new_commentaire_top1
{
    width: 474px;
    height: 37px;
	line-height: 37px;
	padding-left: 15px;
    background: url("/images/bloc_489_37_top_1.jpg") no-repeat;
}
.new_commentaire_top2
{
    width: 474px;
    height: 37px;
	line-height: 37px;
	padding-left: 15px;
    background: url("/images/bloc_489_37_top_2.jpg") no-repeat;
}
.new_commentaire_top3
{
    width: 474px;
    height: 37px;
	line-height: 37px;
	padding-left: 15px;
    background: url("/images/bloc_489_37_top_3.jpg") no-repeat;
}
.new_commentaire_top4
{
    width: 474px;
    height: 37px;
	line-height: 37px;
	padding-left: 15px;
    background: url("/images/bloc_489_37_top_4.jpg") no-repeat;
}
.new_commentaire_top5
{
    width: 474px;
    height: 37px;
	line-height: 37px;
	padding-left: 15px;
    background: url("/images/bloc_489_37_top_5.jpg") no-repeat;
}

.new_commentaire_content
{
    width: 489px;
    background: url("/images/bloc_489_37_content.jpg") repeat-y;
}

.new_commentaire_bas
{
    width: 489px;
    height: 5px;
    background: url("/images/bloc_489_37_bas.jpg") no-repeat;
}

.article_commentaire_top
{
    width: 423px;
    height: 3px;
    background: url("/images/article_commentaire_top.jpg") no-repeat bottom;
}

.article_commentaire_content
{
    width: 403px;
    background: url("/images/article_commentaire_content.jpg") repeat-y;
}

.article_commentaire_bas
{
    width: 383px;
    height: 19px;
	padding: 10px 0 0 40px;
    background: url("/images/article_commentaire_bas.jpg") no-repeat;
}

.btn_valider_commentaire
{
	width: 488px;
	height: 33px;
	border: 0;
	cursor: pointer;
	background: url("/images/valider_reponse.jpg") no-repeat;
}

#coach_menu
{
	width: 948px;
	height: 89px;
	padding: 10px 0 0 20px;
	background: url("/images/fond_coach.jpg") no-repeat;
}

.coach_etape
{
	float: left;
	width: 134px;
	height: 60px;
	padding: 19px 0 0 0;
	text-align: center;
	font-weight: bold;
	background: url("/images/btn_etape_coach.jpg") no-repeat;
}
.coach_etape a{color:black; text-decoration:none;}
.coach_etape_selected{color:white; background: url("/images/btn_etape_coach_selected.jpg") no-repeat;}

.coach_next
{
	float: left;
	height: 79px;
	width: 16px;
	margin: 0 24px 0 24px;
	background: url("/images/coach_next.gif") center no-repeat;
	opacity: 0.5;
}

#coach_alert
{
	width: 932px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin: 15px auto 0 auto;
	font-size: 11px;
	font-weight: bold;
	color: red;
	text-transform: uppercase;
	background: url("/images/coach_alert.jpg") no-repeat;
}

#coach_top
{
	width: 968px;
	height: 6px;
	margin: 15px 0 0 0;
	background: url("/images/coach_top.jpg") bottom no-repeat;
}

#coach_content
{
	width: 938px;
	padding: 10px 15px 10px 15px;
	background: url("/images/coach_content.jpg") repeat-y;
}

#coach_bas
{
	width: 968px;
	height: 7px;
	background: url("/images/coach_bas.jpg") top no-repeat;
}

.coach_num_etape
{
	margin: 0 10px 0 0;
}

.coach_titre_etape
{
	font-size: 28px;
	padding: 5px 0 0 0;
	color: #3eb100;
}

#coach_run
{
	float: right;
	width: 230px;
	height: 64px;
	font-size: 18px;
	color: white;
	padding: 23px 0 0 100px;
	background: url("/images/coach_run.jpg") no-repeat;
}

.input_248_23
{
	width: 243px;
	height: 20px;
	padding: 3px 0 0 5px;
	border: 0;
	background: url("/images/input_248_23.gif") no-repeat;
}
.input_213_23
{
	width: 208px;
	height: 20px;
	padding: 3px 0 0 5px;
	border: 0;
	background: url("/images/input_213_23.gif") no-repeat;
}
.input_111_23
{
	width: 106px;
	height: 20px;
	padding: 3px 0 0 5px;
	border: 0;
	background: url("/images/input_111_23.gif") no-repeat;
}
.input_190_25
{
	width: 185px;
	height: 21px;
	padding: 4px 0 0 5px;
	border: 0;
	background: url("/images/input_190_25.gif") no-repeat;
}
.textarea_581_118
{
	width: 561px;
	height: 98px;
	padding: 10px;
	border: 0;
	background: url("/images/textarea_581_118.gif") no-repeat;
}
.textarea_263_89
{
	width: 243px;
	height: 69px;
	padding: 10px;
	border: 0;
	background: url("/images/textarea_263_89.gif") no-repeat;
}
.textarea_525_56
{
	width: 505px;
	height: 36px;
	padding: 10px;
	border: 0;
	background: url("/images/textarea_525_56.gif") no-repeat;
}
.textarea_525_514
{
	width: 505px;
	height: 494px;
	padding: 10px;
	border: 0;
	background: url("/images/textarea_525_514.gif") no-repeat;
}

.btn_coach_postuler
{
	width: 178px;
	height: 31px;
	line-height: 31px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: url("/images/btn_coach_postuler.jpg") no-repeat;
}
.btn_coach_relancer
{
	width: 178px;
	height: 31px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: url("/images/btn_coach_relancer.jpg") no-repeat;
}
.btn_coach_fin
{
	width: 561px;
	height: 45px;
	padding: 10px 0 0 0;
	background: url("/images/btn_coach_fin.jpg") no-repeat;
}

.btn_critique_cv
{
	width: 178px;
	height: 31px;
	line-height: 31px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: url("/images/btn_critique_cv.jpg") no-repeat;
}

.btn_critique_ldm
{
	width: 178px;
	height: 53px;
	/*line-height: 31px;*/
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: url("/images/btn_critique_ldm.jpg") no-repeat;
}

.coach_recap
{
	width: 551px;
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 10px;
	background: url("/images/fond_coach_recap.gif") no-repeat;
}

.btn_coach_emploi
{
	width: 669px;
	height: 55px;
	line-height: 55px;
	margin: 30px 0 0 0;
	background: url("/images/btn_coach_669_55.gif") no-repeat;
}

.btn_ok
{
	width: 28px;
	height: 25px;
	border: 0;
	background: url("/images/btn_ok.gif") no-repeat;
}

.btn_depot_offre_3
{
	width: 230px;
	height: 53px;
	padding: 12px 0 0 100px;
	background: url("/images/btn_depot_offre_3.gif") no-repeat;
}
.btn_depot_offre_5
{
	width: 230px;
	height: 53px;
	padding: 12px 0 0 100px;
	background: url("/images/btn_depot_offre_5.gif") no-repeat;
}

.btn_postuler_3
{
	width: 474px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border: 0;
	color: white;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	background: url("/images/btn_postuler_3.gif") no-repeat;
}

.btn_retour_xp
{
	width: 225px;
	height: 66px;
	padding: 20px 0 0 105px;
	margin: 3px 0 0 0px;
	background: url("/images/btn_retour_xp.gif") no-repeat;
}

.btn_entraide
{
	width: 225px;
	height: 64px;
	padding: 22px 0 0 105px;
	background: url("/images/btn_entraide.gif") no-repeat;
}

.vote_article
{
	width: 473px;
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 15px;
	font-weight: bold;
	font-size: 11px;
	background: url("/images/fond_vote_article.jpg") no-repeat;
}

.btn_retour_xp_decroche
{
	display: block;
	margin: 20px auto 20px auto;
	padding: 10px 0 0 0px;
	color: white;
	width: 424px;
	height: 55px;
	text-align: center;
	background: url("/images/btn_retour_xp_decroche.jpg") no-repeat;
}

.btn_retour_entraide
{
	display: block;
	width: 225px;
	height: 54px;
	padding: 18px 0 0 105px;
	color: white;
	/*font-weight: bold;*/
	font-size: 18px;
	text-decoration: none;
	background: url("/images/btn_retour_entraide.jpg") no-repeat;
}

.btn_membre_contact
{
	display: block;
	float: left;
	width: 134px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	background: url("/images/btn_membre_contact.gif") no-repeat;
}

.btn_membre_cv
{
	display: block;
	float: left;
	width: 134px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	background: url("/images/btn_membre_cv.gif") no-repeat;
}

.btn_membre_ldm
{
	display: block;
	float: left;
	width: 178px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	background: url("/images/btn_membre_ldm.gif") no-repeat;
}

.top_etoile
{
	padding: 5px 0 5px 40px;
	background: url("/images/top_etoile.gif") no-repeat;
}

.btn_inscription_alerte_job
{
	width: 97px;
	height: 25px;
	border: 0;
	cursor: pointer;
	background: url("/images/btn_inscription_alerte_job.gif") no-repeat;
}

.btn_espace_recruteur
{
	display: block;
	float: left;
	width: 335px;
	height: 54px;
	padding: 15px 0 0 100px;
	background: url("/images/btn_espace_recruteur.gif") no-repeat;
}

.btn_alerte_job
{
	display: block;
	width: 300px;
	height: 66px;
	background: url("/images/btn_alerte_job.gif") no-repeat;
}

.slideshow
{
	width: 998px;
	height: 247px;
	background: url("/images/slideshow_bord_left_bottom.gif") left bottom no-repeat white;
}

.slideshow_boutons
{
	width: 998px;
	height: 247px;
	background: url("/images/slideshow_btn_right.gif") right top repeat-y;
}
.slideshow_bord_right_bottom
{
	position: relative;
	width: 998px;
	height: 247px;
	background: url("/images/slideshow_bord_right_bottom.gif") right bottom no-repeat;
}

.slideshow_slide
{
	position: absolute;
	top: 0;
}

.slideshow_zone_btn
{
	float: right;
	width: 365px;
	height: 247px;
}

.slideshow_btn
{
	width: 315px;
	height: 52px;
	padding: 10px 0 0 50px;
	/*background: url("/images/slideshow_btn_on3.gif") right 0px no-repeat;*/
}

.slideshow_btn_on1
{
	width: 315px;
	height: 52px;
	padding: 10px 0 0 50px;
	background: url("/images/slideshow_btn_on1.gif") right 0px no-repeat;
}
.slideshow_btn_on2
{
	width: 315px;
	height: 52px;
	padding: 10px 0 0 50px;
	background: url("/images/slideshow_btn_on2.gif") right 0px no-repeat;
}
.slideshow_btn_on3
{
	width: 315px;
	height: 52px;
	padding: 10px 0 0 50px;
	background: url("/images/slideshow_btn_on3.gif") right 0px no-repeat;
}
.slideshow_btn_on4
{
	width: 315px;
	height: 52px;
	padding: 10px 0 0 50px;
	background: url("/images/slideshow_btn_on_last.gif") right 0px no-repeat;
}

.home_stats
{
	width: 998px;
	height: 84px;
	text-align: center;
	padding: 8px 0 0 0;
	background: url("/images/fond_home_stats.gif") no-repeat;
}

.btn_temoignez_gagnant
{
	display: block;
	width: 200px;
	height: 71px;
	padding: 14px 0 0 68px;
	background: url("/images/btn_temoignez_gagnant.gif") no-repeat;
}
.btn_participez_forum_coeur
{
	display: block;
	width: 193px;
	height: 71px;
	padding: 14px 0 0 75px;
	background: url("/images/btn_participez_forum_coeur.gif") no-repeat;
}



/********************************************
A supprimer, date de l'époque bac-STG
/********************************************/
/*
#liste_documents_bloc
{
    width: 635px;
}

.input_recherche_bac_stg
{
    width: 313px;
    height: 26px;
    padding: 5px 20px 0 5px;
    border: 0;
    background: url("/images/fd_champ_recherche.gif") no-repeat;
}

.input_login_pseudo
{
    width: 133px;
    height: 26px;
    padding: 5px 20px 0 5px;
    border: 0;
    background: url("/images/fd_champ_recherche.gif") no-repeat;
}

.input_login_password
{
    width: 93px;
    height: 26px;
    padding: 5px 20px 0 5px;
    border: 0;
    background: url("/images/fd_champ_recherche.gif") no-repeat;
}

.input_login_submit
{
    width: 18px;
    height: 18px;
    padding: 5px 20px 0 5px;
    border: 0;
    background: url("/images/icone_fleche_droite_orange.gif") no-repeat;
}

.bouton_inscription
{
    display: block;
    width: 145px;
    height: 22px;
    line-height: 22px;
    background: url("/images/btn_inscription_gratuite.jpg") no-repeat;
}

#liste_documents_entete
{
    height: 45px;
    line-height: 45px;
    background: url("/images/fd_liste_documents_entete.jpg") no-repeat;
}

#liste_documents_content
{
    background: url("/images/fd_liste_documents.gif") repeat-y;
}

#liste_documents_pied
{
    height: 13px;
    background: url("/images/fd_liste_documents_pied.gif") no-repeat;
}

.bouton_voter
{
    width: 75px;
    height: 60px;
    cursor: pointer;
    background: url("/images/btn_voter.gif") no-repeat center center;
}

.points_partager_documents
{
    padding-left: 40px;
    background: url("/images/gain_jetons_3.gif") no-repeat left center;
}

.partager_documents
{
    display: block;
    width: 281px;
    height: 43px;
    line-height: 43px;
    background: url("/images/btn_partager_documents.jpg") no-repeat center center;
}

.titre_proposer_document
{
    width: 627px;
    height: 29px;
    line-height: 29px;
    text-transform: uppercase;
    background: url("/images/fond_titre_proposer_document.jpg") no-repeat;
}

.bouton_visualiser_lien
{
    width: 276px;
    height: 36px;
    line-height: 36px;
    background: url("/images/btn_telecharger_doc.jpg") no-repeat;
}

#top-commentaires
{
    height: 10px;
    width: 627px;
    margin: 0;
    padding: 0;
    background-image: url(/images/top-commentaires.jpg);
    background-repeat: no-repeat;
}

#centre-commentaires
{
    width: 607px;
    margin: 0;
    padding: 0 10px;
    background-image: url(/images/centre-commentaires.jpg);
    background-repeat: repeat-y;
}

#bas-commentaires
{
    height: 15px;
    margin: 0;
    padding: 0;
    width: 627px;
    background-image: url(/images/bas-commentaires.jpg);
    background-repeat: no-repeat;
}

#uncom-top
{
    height: 7px;
    width: 377px;
    margin: 0;
    padding: 0;
    font-size: 2px;
    background-image: url(/images/uncom-top.jpg);
    background-repeat: no-repeat;
}

#uncom-centre
{
    width: 357px;
    min-height: 40px;
    margin: 0;
    padding: 0 10px;
    background-image: url(/images/uncom-centre.jpg);
    background-repeat: repeat-y;
}

#uncom-bas
{
    height: 24px;
    width: 377px;
    margin: 0;
    padding: 0;
    background-image: url(/images/uncom-bas.jpg);
    background-repeat: no-repeat;
}

#uncom-infosmembre p
{
    margin: 0;
    padding: 3px 40px 0 0;
    text-align: right;
}

#obtenez_2_jetons
{
    float: left;
    width: 200px;
    height: 43px;
    line-height: 43px;
    font-size: 19px;
    margin-left: 10px;
    color: #5a9f38;
    cursor: default;
    background: url("/images/gain_jetons_2.gif") bottom center no-repeat;
}

.entete_tableau_forum td
{
    padding-left: 10px;
}

.entete_forum
{
    background: url("/images/fond_haut_forum.jpg");
}

.entete_categorie_forum
{
    height: 33px;
    background: url("/images/fond_entete_categorie_forum.jpg");
}

.entete_topic_forum
{
    height: 33px;
    background: url("/images/fond_entete_topic_forum.jpg");
}


.avatar_commentaire
{
    width: 60px;
    min-height: 55px;
    padding-top: 5px;
    text-align: center;
    background: url("/images/fond_avatar.jpg") no-repeat;
}

.plus_de_top
{
    width: 635px;
    height: 28px;
    background: url("/images/plus_de_top.jpg") no-repeat;
}

.plus_de_content
{
    width: 635px;
    background: url("/images/plus_de_content.jpg") repeat-y;
}

.plus_de_bas
{
    width: 635px;
    height: 4px;
    background: url("/images/plus_de_bas.jpg") no-repeat;
}

.plus_de_inside_top
{
    width: 614px;
    height: 6px;
    background: url("/images/plus_de_inside_top.jpg") repeat-y;
}

.plus_de_inside_bas
{
    width: 635px;
    height: 6px;
    background: url("/images/plus_de_inside_bas.jpg") no-repeat;
}

.articles_precedents
{
    width: 30px;
    margin-left: 7px;
}

.articles_suivants
{
    width: 30px;
    margin-right: 7px;
}

.features_bac-stg li
{
    padding-left: 12px;
    background: url("/images/puce_fleche_droite_noir.gif") no-repeat left center;
}

.direct_forum_top
{
    width: 301px;
    height: 31px;
    background: url("/images/direct_forum_top.jpg") no-repeat;
}

.direct_documents_top
{
    width: 301px;
    height: 31px;
    background: url("/images/direct_documents_top.jpg") no-repeat;
}

.direct_content
{
    width: 281px;
    background: url("/images/direct_content.jpg") repeat-y;
}

.direct_bas
{
    width: 301px;
    height: 4px;
    background: url("/images/direct_bas.jpg") no-repeat;
}

.direct_inside_top
{
    width: 281px;
    height: 5px;
    background: url("/images/direct_inside_top.jpg") no-repeat;
}

.direct_inside_bas
{
    width: 281px;
    height: 5px;
    background: url("/images/direct_inside_bas.jpg") no-repeat;
}

.puce_fleche_droite_orange_rond
{
    padding-left: 18px;
    background: url("/images/puce_fleche_droite_orange_rond.gif") no-repeat left center;
}

.plus_de_news_top
{
    width: 625px;
    height: 31px;
    background: url("/images/plus_de_news_top.jpg") no-repeat;
}

.plus_de_news_content
{
    width: 605px;
    background: url("/images/plus_de_news_content.jpg") repeat-y;
}

.plus_de_news_bas
{
    width: 625px;
    height: 4px;
    background: url("/images/plus_de_news_bas.jpg") repeat-y;
}

.plus_de_news_inside_top
{
    width: 602px;
    height: 6px;
    background: url("/images/plus_de_news_inside_top.jpg") no-repeat;
}

.plus_de_news_inside_bas
{
    width: 602px;
    height: 6px;
    background: url("/images/plus_de_news_inside_bas.jpg") no-repeat;
}

.top_classe_top
{
    width: 301px;
    height: 31px;
    background: url("/images/top_classe_top.jpg") no-repeat;
}

.bloc_vos_infos
{
    width: 280px;
    height: 130px;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #00A6E2;
}

.le_top_recherche
{
    height: 37px;
    line-height: 37px;
    padding-left: 40px;
    background: url("/images/icone_top_recherche.jpg") no-repeat;
}
*/

/********************************************************/



/*************************   Alignement   **************************************/

.float_left{float: left;}
.float_right{float: right;}
.clear_both{clear: both;}
.bloc_centre{margin-left: auto; margin-right: auto;}

.align_left{text-align: left;}
.align_right{text-align: right;}
.align_center{text-align: center;}
.align_justify{text-align: justify;}

/*************************   Marges   **************************************/

.no_padding_margin{padding: 0px; margin: 0px;}

.padding_5{padding: 5px;}
.padding_10{padding: 10px;}
.padding_20{padding: 20px;}

.margin_5{margin: 5px;}
.margin_10{margin: 10px;}
.margin_20{margin: 20px;}

.padding_top_3{padding-top: 3px;}
.padding_top_5{padding-top: 5px;}
.padding_top_10{padding-top: 10px;}
.padding_top_15{padding-top: 15px;}
.padding_top_20{padding-top: 20px;}

.padding_left_5{padding-left: 5px;}
.padding_left_10{padding-left: 10px;}
.padding_left_15{padding-left: 15px;}
.padding_left_20{padding-left: 20px;}

.padding_right_5{padding-right: 5px;}
.padding_right_10{padding-right: 10px;}
.padding_right_15{padding-right: 15px;}
.padding_right_20{padding-right: 20px;}
.padding_right_50{padding-right: 50px;}

.padding_bottom_5{padding-bottom: 5px;}
.padding_bottom_10{padding-bottom: 10px;}
.padding_bottom_15{padding-bottom: 15px;}
.padding_bottom_20{padding-bottom: 20px;}

.margin_top_5{margin-top: 5px;}
.margin_top_10{margin-top: 10px;}
.margin_top_15{margin-top: 15px;}
.margin_top_20{margin-top: 20px;}
.margin_top_30{margin-top: 30px;}

.margin_left_5{margin-left: 5px;}
.margin_left_10{margin-left: 10px;}
.margin_left_15{margin-left: 15px;}
.margin_left_20{margin-left: 20px;}

.margin_right_5{margin-right: 5px;}
.margin_right_10{margin-right: 10px;}
.margin_right_20{margin-right: 20px;}

.margin_bottom_5{margin-bottom: 5px;}
.margin_bottom_10{margin-bottom: 10px;}
.margin_bottom_15{margin-bottom: 15px;}
.margin_bottom_20{margin-bottom: 20px;}
.margin_bottom_30{margin-bottom: 30px;}

.padding_margin_top_0{padding-top: 0px; margin-top: 0px;}
.padding_margin_bottom_0{padding-bottom: 0px; margin-bottom: 0px;}


/************************   Formes textes   **********************************/

.texte_normal{text-decoration:none; color:black !important;}
.texte_normal a{text-decoration:none; color:black;}

.no_underline{text-decoration: none;}
.no_underline a{text-decoration: none;}
.underline{text-decoration: underline;}

.bold{font-weight: bold;}
.weight_normal{font-weight: normal;}
.italique{font-style: italic;}

.small{font-size: 10px;}

.lowercase{text-transform: lowercase;}
.uppercase{text-transform: uppercase;}

.font_08{font-size: 8px;}
.font_09{font-size: 9px;}
.font_10{font-size: 10px;}
.font_11{font-size: 11px;}
.font_12{font-size: 12px;}
.font_13{font-size: 13px;}
.font_14{font-size: 14px;}
.font_15{font-size: 15px;}
.font_16{font-size: 16px;}
.font_17{font-size: 17px;}
.font_18{font-size: 18px;}
.font_19{font-size: 19px;}
.font_20{font-size: 20px;}
.font_22{font-size: 22px;}
.font_23{font-size: 23px;}
.font_25{font-size: 25px;}
.font_26{font-size: 26px;}
.font_27{font-size: 27px;}
.font_28{font-size: 28px;}
.font_30{font-size: 30px;}
.font_35{font-size: 35px;}


.puce_rond_bleu{padding-left:10px; background:url("/images/puce_rond_bleu.gif") left center no-repeat;}
.puce_fleche_droite_bleu{padding-left:7px; background:url("/images/puce_fleche_droite_bleu.gif") left center no-repeat;}
.puce_fleche_droite_bleu2{padding-left:6px; background:url("/images/puce_fleche_droite_bleu2.gif") left center no-repeat;}
.puce_fleche_droite_bleu3{padding-left:8px; background:url("/images/puce_fleche_droite_bleu3.gif") left center no-repeat;}
.puce_fleche_droite_1{padding-left:7px; background:url("/images/puce_fleche_droite_bleu.gif") left center no-repeat;}
.puce_fleche_droite_vert{padding-left:7px; background:url("/images/puce_fleche_droite_vert.gif") left center no-repeat;}
.puce_fleche_droite_2{padding-left:7px; background:url("/images/puce_fleche_droite_vert.gif") left center no-repeat;}
.puce_fleche_droite_orange{padding-left:7px; background:url("/images/puce_fleche_droite_orange.gif") left center no-repeat;}
.puce_fleche_droite_marron{padding-left:7px; background:url("/images/puce_fleche_droite_marron.gif") left center no-repeat;}
.puce_fleche_droite_noir{padding-left:7px; background:url("/images/puce_fleche_droite_noir.gif") left center no-repeat;}
.puce_fleche_droite_blanc{padding-left:7px; background:url("/images/puce_fleche_droite_blanc.gif") left center no-repeat;}


/*************************  couleurs textes   *********************************/

::-moz-selection
{
	background: #0A246A;
	color: white;
}


.white{color: white;}
.black{color: black;}
.gris_333333{color: #333333;}
.gris_414141{color: #414141;}
.gris_7f7f7f{color:  #7f7f7f;}
.gris_666666{color: #666666;}
.gris_999999{color: #999999;}
.gris_a0a0a0{color: #a0a0a0;}
.rouge{color: #ff0000;}
.orange_ff6600{color: #ff6600;}
.jaune_f9f7c4{color: #f9f7c4;}
.bleu_316191{color: #316191;}
.bleu_256f8a{color: #256f8a;}

.bleu_199bca{color: #199bca;}	/* 5 couleurs du site */
.vert_3eb100{color: #3eb100;}
.marron_bea500{color: #bea500;}


.background_white{background: white;}
.background_bleu_199bca{background: #199bca;}
.background_vert_3eb100{background: #3eb100;}
.background_gris_434343{background: #434343;}
.background_gris_f7f7f7{background: #f7f7f7;}
.background_gris_c6c6c6{background: #c6c6c6;}


/*************************  Types affichages   *********************************/

.display_none{display: none;}
.display_block{display: block;}
.display_inline{display: inline;}

.ligne_dotted{border-top:1px dotted black;}

.no_border{border: 0px;}
.no_background{background: none;}

.pointer{cursor: pointer;}
.not_allowed{cursor: not-allowed;}

.border_test{border: 1px solid blue;}


ul.liste_no_puce li{list-style-type:none;}
ul{margin: 0 0 10px 0;}
/*ul li{margin:0 0 0 20px; list-style-type:square;}*/



/*************************  CSS propres au forum   *********************************/




/*************************  Page listing formations   *********************************/

#actu
{
	margin: 0 0 10px 0px;
	width:641px;
	padding:0;
	font-size:12px;
}

#actu p{

padding:0 10px 0 0;

margin:10px 0 0 0;

font-size: 12px;

text-align:left;

}

#actu .paginationdroite{

color:#000000;

font-size:12px;

font-weight:bold;

text-decoration:none;

text-align:right;

}

#actu .paginationdroite:hover{

color:#000000;

font-size:12px;

font-weight:bold;

text-decoration:none;

text-align:right;

}

#actu .paginationgauche{

color:#000000;

font-size:12px;

font-weight:bold;

text-decoration:none;

text-align:left;

}

#actu .paginationgauche:hover{

color:#000000;

font-size:12px;

font-weight:bold;

text-decoration:none;

text-align:left;

}

.actuh1 {

font-size:12px;

color:#ffffff;

font-weight:bold;

padding:0 0 0 70px;

margin:0 0 0 0;

}

#actu em{

color:#333333;

font-weight:bold;

}

/*
#actu a:hover{

text-decoration: none;

color: #ff6a29;

}

#actu a{

color: #ff6600;

text-decoration: underline;

}*/

p#actuimage
{
	width:90px;
	background:none;
	float:left;
	padding:0;
	margin:5px;
}

p#actuimage2{

background:none;

text-align: center;

}

p#actuimage3{

width:195px;

background:none;

float:left;

padding:0;

margin:5px;

}

p#actuimagehaut{

width:80px;

background:none;

float:left;

padding:0;

margin:5px;

}

p#actuimagedroite{

width:165px;

background:none;

float:right;

padding:0;

margin:5px;

}

p#actutexte{

text-align:justify;

font-size: 12px;

color:#666666;

padding:0 0 0 10px;

margin:0 0 0 10px;

}

.titreactu{

font-family:Arial, Helvetica, sans-serif;

font-size: 24px;

color:#000000;

margin:0;

padding:0 0 0 0;

font-weight:bold;

}

.sstitreactu {

font-family:Arial, Helvetica, sans-serif;

font-size: 16px;

color:#6fc711;

margin:8px 0 0 0;

padding:20px 0 0 0px;

font-weight:bold;

}

.sssstitreactu {

font-family:Arial, Helvetica, sans-serif;

font-size: 14px;

color:#6fc711;

margin:8px 0 0 0;

padding:20px 0 0 0px;

font-weight:bold;

}

#basactus {

margin:0;

padding:0;

background-image:url(../images/basactu.gif);

background-repeat:no-repeat;

height:200px;

}

#actualites {

width:125px;

border: 1px solid #FF6F1F;

color:#FF6F1F;

font-weight:bold;

font-size:12px;

padding:0;

margin:0 0 10px 0;

}

#actualites p{

display:block;

color:#FFFFFF;

background:#FF6F1F;

text-decoration:none;

padding:0;

margin:0 0 5px 0;

}

#actualites a{

color:#FFFFFF;

text-decoration:none;

}

#actualite {

width:296px;

position: static;

vertical-align: top;

text-indent: 1px;

padding:2px 2px 17px 0;

margin:8px 2px 0 2px;

border: 2px dashed #e8e8e8;

}

#actualite p{

margin:1px 2px 1px 0;

padding:0;

}

#actualite a:hover  {

color: #ff6a29;

text-decoration:none;

}



#commentaires {

width:520px;

margin:0 0 0 0px;

padding:13px 0 10px 20px;

background-color:#eeeeee;

}



#commentaires-vert {

width:540px;

margin:20px 0 0 0px;

padding:0;

height:21px;

background-color:#66c203;

}



#commentaires-gris {

width:540px;

margin:20px 0 0 0px;

padding:0;

height:21px;

background-color:#93936A;

}



#commentaires-orange {

width:540px;

margin:20px 0 0 0px;

padding:0;

height:21px;

background-color:#FF6A29;

}



#titrevoscommentaires {

margin:0 0 30px 0;

padding:0;

font-size:18px;

font-weight:bold;

}



#commentaires ol {

margin:0;

padding:0;

}



#commentaires li {

margin:0 0 20px 20px;

padding:0 0 10px 0;

background-image:url(../images/sepcom.gif);

background-repeat:no-repeat;

background-position:bottom left;

}



cite {

font-size:13px;

font-weight:bold;

font-style: normal;

}



.griscommentaire {

text-decoration:none;

color:#939393;

}



.orangecommentaire {

text-decoration:none;

color:#FF6A29;

}



#actu .respond {

color:#66c203;

font-size:23px;

margin:0 0 5px 0;

padding:0;

}



#actu .respondorange {

color:#FF6A29;

font-size:23px;

margin:0 0 5px 0;

padding:0;

}



#actu .respondgris {

color:#93936A;

font-size:23px;

margin:0 0 5px 0;

padding:0;

}



#mediaetudiant {
WIDTH:978px;
margin:0;
padding:6px 0 10px 0;
text-align:right;
font-size:10px;
color:#00000;
background-color:#00A6E2;
height:73px;
font-weight:bold;
}
#mediaetudiant p{
margin:0;
padding:0;
}
#mediaetudiant a{
text-decoration:none;
color:#000000;
}
.orangemedia {
color:#ff7d00;
}



























