/* =Usefull
-------------------------------------------------------------- */

.bold {font-weight: bold}
.mf_button {
	background-repeat: no-repeat;
	background-position: top left;
    background-color: transparent;
	border: none;
	/*color: black!important;*/
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 18px
}
.mf_inputtext {
    border: 1px solid #333333;
    background-color: #FDF8F2;
    color: #333333;
}

.separator, .separator_gris {
    float: left;
    width: 100%;
    height: 1px;
    margin: 15px 0;
    border-top: 1px dotted black;
}
.separator_gris {
    border-top: 1px dotted #afafaf;
}

.ombre {
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

.ombrelourde {
    -webkit-box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.4);
}

.underlinable:hover {
    text-decoration: underline;
}

.pointer {
    cursor: pointer;
}

.ajax_link {
    text-decoration: none;
    cursor: pointer;
}
.ajax_link:hover {
    text-decoration: underline;
}

.bg_mfcolored {
    background-color: #ec7929;
}
.mfcolored {
    color: #ec7929;
}

/* =Layout
-------------------------------------------------------------- */

body {
    margin: 0; padding: 0;
    text-align: center;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    background: center top no-repeat black;
}

a {
    text-decoration: none;
    color: black;
}
a:hover {
    color: #FF7F02;
}

ul {
    list-style: square;
    list-style-position: inside;
}
ul li.first_li {
    list-style-type: none;
}

#main_content_container {
    position: relative;
    width:1020px;
    margin: 0 auto;
    text-align: left;
}
#main_content {
    float: left;
    width:1020px;
}

#top_content {
    float: left;
    width: 100%;
    height: 210px;
}
#home_main_link {
    float: left;
    width: 1020px;
    height: 210px;
    overflow: hidden;
}
#home_main_link #logo {
    position: absolute;
    top: 135px;
    left: 0;
}
#home_main_link #head_pict {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 1000px;
    height: 210px;
}

#menu_content {
    float: right;
    width: 1000px;
    height: 120px;
}
#menu_content ul {
    list-style: none;
}
.menu_top_container {
    float: left;
    height: 41px;
}
.menu_top_container li {
    float: left;
    height: 19px;
    padding: 10px 0;
}
.menu_top_container li.selected {
    background: url("img/menu_bg_top_light.png") repeat transparent;   
}
#menu_top_container_left {
    width: 688px;
    height: 39px;
    border: 1px solid;
    border-color: black;
    background-image: url("img/menu_bg_red.jpg");
    background-repeat: repeat-x;
}
#menu_top_container_right {
    width: 310px;
    background: url("img/menu_bg_gray.png") repeat transparent;
}

.right_dotted_border {
    border-right: dotted thin #605f5f;
}
.top_dotted_border {
    border-top: dotted thin #605f5f;
}

.mf_dyn_menu, .mf_static_menu {
    font-size: 18px;
    text-transform: uppercase;
    float: left;
    display: block;
    color: white;
}
.mf_static_menu {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: black;
    padding: 0 9px;
}
.mf_dyn_menu {
    padding: 0 20px;
}
.blockmenu {
    display: none;
    float: right;
    width: 999px;
    border-top: 1px white solid;
    background: url("img/menu_bg_bottom.png") repeat transparent;
}
.blockmenu ul li {
    float: left;
    padding: 10px 20px 10px 10px;
    list-style: square;
    list-style-position: inside;
    color: black;
}
.blockmenu ul li.menu_news {
    width: 469px;
}
.blockmenu ul li a {
    padding-left: 20px;
    color: black;;
}
.blockmenu ul li.linestart {
    list-style: none;
    padding-right: 15px;
}
.blockmenu ul li.linestart a {
    padding-left: 0;   
}

.bgcolored {
    background-color: transparent;
}
.news_colored {
    background-color: #ffebeb;
}

.news_separator {
    float: left;
    width: 100%;
    height: 4px;
    background: url("img/news_separator.png") top center no-repeat transparent;
}

#temp_content {
    float: left;
    display: none;
}

#main_container {
    float: right;
    margin-top: 10px;
    background: url("img/bg_tranche_main.png") repeat-x top transparent;
}
#main_container_bg {
    float: right;
    padding-bottom: 20px;
    background: url("img/bg_tranche_rightcol.jpg") repeat-y right transparent;
}

#contenu {
    float: left;
    width:700px;
    padding: 0 20px;
}

#mylene_news_adds {
    float: left;
    width: 100%;
    margin-top: 20px;
    height: 50px;
}
#mylene_news_adds img {
    float: left;
    padding-left: 70px;
}

#mylene_top {
    float: left;
    width: 100%;
}

.mylene_top_column {
    float: left;
    width: 196px;
    background: url("img/accueil_top_mylene.jpg") top left no-repeat transparent;
}
.mylene_top_column_pad {
    padding-right: 56px;   
}
#contenu .mylene_top_column h3 {
    float: left;
    width: 100%;
    height: 39px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}
#contenu .mylene_top_column img {
    padding-bottom: 5px;
}
#contenu .mylene_top_column .plus {
    float: right;
    text-transform: uppercase;
}
.mylene_top_column li {
    margin: 5px 0;
    padding: 0 5px 5px;
    border-bottom: 1px dotted #afafaf;
}
.mylene_top_column li a {
    text-transform: uppercase;
}

#right_column {
    float: left;
    width: 260px;
    background: url("img/bg_rightcol_top.jpg") top left no-repeat transparent;
}
.right_column_block {
    float: left;
    width: 240px;
    padding: 12px 10px;
}
.right_column_block_larger {
    float: left;
    width: 250px;
    padding: 12px 5px;
}
.right_column_subblock {
    float: left;
    width: 240px;
    padding-top: 10px;
}
.right_column_subblock_left {
    float: left;
    width: 100px;
}
.right_column_subblock_right {
    float: left;
    width: 130px;
    padding-left: 10px;
}
h3.mf_title {
    float: left;
    font-size: 17px;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

#search_form {
    float: left;
}

#nivoContainer {
    float: left;
    width: 630px;
    height: 180px;
    margin-left: 33px;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #b8afac;
}

#o1 {
	position: absolute;
	top: 25px;
	left: 25px;
	border: solid 1px black;
	position: absolute;
	width: 100px;
	height: 100px;
	padding: 10px;
	background-color: white;
}

#footer_container {
    float: right;
    width: 1000px;
    background: url("img/bg_footer.png") repeat transparent;
}

.footer_block {
    float: left;
    width: 960px;
    border-top: white dotted thin;
    padding: 20px;
}
.footer_block a, .footer_block p, .footer_block ul {
    color: white;
}
.footer_block ul.link_list{
    float: left;
    width: 192px;
}
.footer_block ul.link_list li, .footer_block ul.link_list h3 {
    padding-bottom: 6px;
}
.footer_block ul.link_list h3 {
    text-transform: uppercase;
}


#le_top {
    float: left;
    width: 100%;
    height: 47px;
    background: url("img/le_top.png") top right no-repeat transparent;
}

#bandeau {
    margin-bottom: 20px;
}

.contenu_title, .index_contenu_title1 {
    float: left;
    width: 100%;
}
#contenu .index_contenu_title2 {
    position: relative;
    left: -32px;
    float: left;
    padding: 5px 20px 5px 0px;
    background: url("img/triangle.png") top left no-repeat transparent;
}
#contenu .index_contenu_title2 h1 {
    margin-top: 2px;
    color: white;
    padding: 5px 20px 5px 30px;
    background: #520000;
}
#contenu .contenu_title h1 {
    position: relative;
    left: -20px;
    float: left;
    background: white;
    padding: 5px 20px 5px 20px;
}

#contenu_other {
    float: left;
    width: 100%;
}

#contenu .back_disco {
    float: right;
    color: white;
    font-weight: bold;
    margin-bottom: 5px;
}

h2.support, h3.support {
    margin: 0 auto 10px;
    display: block;
    width: 400px;
    padding: 5px 0;
    border: 3px solid black;
    text-align: center;
}
h3.support {
    width: 320px;
    border: 2px solid black;   
}

table.support_images {
    width: 600px;
    margin: 0 auto 10px;
    font-size: 10px;
    font-weight: normal;
}
table.support_images td {
    text-align: center;
}
table.support_datas {
    width: 450px;
    margin: 0 auto 40px;
    border: 2px solid black;
    font-size: 10px;
    font-weight: normal;
}
table.support_datas td {
    border: 1px solid black;
    font-weight: bold;
    text-align: center;
}
table.support_datas td ul {
    list-style-type: decimal;
}




.silhouette {
    z-index: 2;
    visibility: visible;
    position: absolute;
    top: 600px;
    left: 0px;
}

.titre0 {
    position: absolute;
    cursor: pointer;
    border: 0px;
    text-decoration: none;
    z-index: 3;
    visibility: visible;
}

#blocSpecial a {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    color: #4E0202;
    border: solid 1px #FFFFFF;
    height: 20px;
}

#contenu #blocSpecial a {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    color: #4E0202;
    border: solid 1px #F9F7EE;
    height: 20px;
}

#blocSpecial a:hover {
    background-color: #E1CECE;
    border: solid 1px #823232;
}

#blocSpecial a:active {
    background-color: #985656;
    border: solid 1px #7A2626;
    color: #FBB442;
}

#selectedItem {
    font-weight: bold;
    font-style: normal;
    color: white;
}

.google {
    z-index: 99;
    visibility: visible;
    position: absolute;
    top: 250px;
    left: 0px;
    width: 90px;
    height: 90px;
}

.jukebo {
    z-index: 99;
    visibility: visible;
    position: absolute;
    top: 400px;
    left: 0px;
    width: 162px;
    height: 86px;
    border: solid 1px #000000;
}

.margeSpeciale {
    float: left;
    width: 162px;
    display: none;
}

.accesRapide {
    position: absolute;
    z-index: 3;
    left: 750px;
    top: 265px;
}

.accesRapide_1 {
    position: absolute;
    z-index: 3;
    left: 750px;
    top: 290px;
}

.accesRapide_2 {
    position: absolute;
    z-index: 3;
    left: 750px;
    top: 325px;
}

.accesRapide_3 {
    position: absolute;
    z-index: 3;
    left: 750px;
    top: 354px;
}

.accesRapide_4 {
    position: absolute;
    z-index: 3;
    left: 875px;
    top: 290px;
}

.accesRapide_5 {
    position: absolute;
    z-index: 3;
    left: 875px;
    top: 325px;
}

.accesRapide_6 {
    position: absolute;
    z-index: 3;
    left: 875px;
    top: 354px;
}

#contenu #blocAccueil a {
    font-size: 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    color: #FFFFF0;
    text-decoration: none;
}

#contenu #blocAccueil a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#contenu #blocAccueil a:active {
    color: #FBB442;
}

#contenu #blocAccueil_ a {
    font-size: 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    color: #800000;
    text-decoration: none;
}

#contenu #blocAccueil_ a:hover {
    color: #800000;
    text-decoration: underline;
}

#contenu #blocAccueil_ a:active {
    color: #FBB442;
}

#contenu a {
    color: #520000;
    text-decoration: none;
}

#contenu .block-core-BreadCrumb, #contenu .block-core-BreadCrumb a {
    color: white;
}

#contenu a:hover {
    color: #FF7F02;
    text-decoration: underline;
}

#contenu h1, #contenu h2, #contenu h3 {
    font-weight: bold;
    font-variant: small-caps;
    color: #520000;
}
#contenu h1 {
    font-size: 20px;
    margin: 5px 0 10px 0;
}

#contenu #piedPage {
    background-image: url('../img_/bgPiedPage.jpg');
    background-repeat: repeat-y;
    padding: 10px
}

#contenu p {
    margin: 15px 0;
}

#contenu_news {
    float: left;
    width: 660px;
    padding: 4px 20px;
    background: url("img/menu_bg_bottom.png") repeat transparent;
}
#news_content {
    float: left;
    width: 620px;
    padding: 16px 20px 20px;
    background: url("img/top_news_red.jpg") top left no-repeat white;
}
#the_news, #news_sondage {
    float: left;
    width: 100%;
}

#news_sondage {
    text-align: center;
    background: white;
}


#piedPage {
    border-top: solid 1px #E49142;
}

#piedPage p {
    color: #e5e5e5;
}

#piedPage a, #piedPage a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#piedPage a:hover {
    text-decoration: underline;
}

.bga {
    background-color: #f9f9f9;
}

.bgb {
    background-color: #f9f9f9;
}

.bga_ {
    background-color: #f9f9f9;
    margin-top: 10px;
}

.pp {
    background-image: url('../img_/pvp.jpg');
    background-repeat: repeat
}

.imgIncDroite {
    float: right;
    margin: 12px;
}

.imgIncGauche {
    float: left;
    margin: 12px;
}

.bordureDroite {
    vertical-align: top;
    border-right: solid 1px #000033;
}

.enteteModule {
    background-repeat: repeat-x;
}

#contenu h1.titreNews {
    font-variant: normal;
    font-size: 24px;
    font-weight: bold;

}

.corpsModule {
    background-color: #ffffff;
}

#the_news_top {
    float: left;
    width: 620px;
    padding-bottom: 30px;
}
#news_pagination_right {
    float: right;
    width: 170px;
    text-align: center;
}
.news_top_left {
    float: left;
    width: 450px;
}
#news_pagination {
    float: left;
    width: 660px;
    padding: 5px 0;
    text-align: center;
}

#comment_block {
    overflow: hidden;
    padding: 15px 0 20px 0;
}
#post_new_comment {
    padding: 2px 0 8px;
}
#post_new_comment_who {
    float: left;
    width: 525px;
    line-height: 18px;
    text-align: right;
    padding: 0 0 0 20px;
}

#comment_block, #post_new_comment, #users_comments {
    float: left;
    width: 100%;
}
#comment_block {
    background: url("img/profil-bg.png") repeat white;
}

#comment_block h2 {
    font-size: 24px;
    font-weight: normal;
    font-variant: normal;
    color: #c9031e;
    padding-left: 20px;
}

#comment_textarea {
    float: left;
    width: 94%;
    border: 1px solid black;
    margin: 8px 3%;
    color: #717171;
    background: #ebebeb;
}
#post_comment_button {
    float: right;
    background: black;
    color: white;
    padding-bottom: 3px;
    margin-right: 20px;
}

.commentaireModule, .commentaireModule_b {
    float: left;
    padding: 10px 0;
    width: 100%;
}

.commentaireModule_b {
    background-color: #ffeeeb;
}
.commentaire_container {
    width: 500px;
    margin: 0 auto;
}
.commentaire_container_top {
    float: left;
    width: 100%;
}
.commentaire_container_bottom {
    float: left;
    width: 100%;
}
.commentaire_container_bottom, .comment_citer, .comment_alerter, .comment_anonymous_pseudo {
    color: #a0a0a0;
    font-weight: bold;
    font-size: 11px;
}
#contenu .comment_anonymous_pseudo, #contenu .comment_known_pseudo {
    font-size: 13px;
    font-weight: bold;
    float: left;
    width: 220px;
    margin: 0;
}
.commentaire_container_avatar {
    float: left;
    width: 45px;
    height: 32px;
}
.commentaire_container_pseudo {
    float: left;
    width: 455px;
    height: 19px;
    padding-top: 13px;
    overflow: hidden;
    background: url("img/profil-barre.png") bottom repeat-x transparent;
}
.comment_date {
    float: left;
    width: 200px;
}
#contenu p.comment_citer {
    float: right;
    width: 30px;
    text-align: right;
    margin: 0;
}
.comment_alerter {
    float: right;
    /*width: 300px;*/
    text-align: right;
}
#contenu .comment_alerter_container p {
    float: right;
    text-align: right;
    margin: 0;
}
.comment_text {
    float: left;
    width: 100%;
    padding: 10px 0;
    text-align: justify;
}

.bgPhoto {
    background-image: url('../img_/bgPhoto.jpg');
    background-repeat: repeat-x
}

.bgLiensAccueil {
    background-image: url('../img_/bgLiensAccueil.jpg');
    background-repeat: repeat-x
}

.puceSonnerie {
    background-image: url('../img_/son.gif');
    background-repeat: no-repeat;
    list-style-type: none;
    padding-left: 0px
}

.margeGauche {
    background-image: url('../img_/margeGauche.jpg');
    background-repeat: repeat-y;
    background-attachment: scroll
}

.accueilMarge {
    background-color: #781235;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: bold;
}

#contenu .accueilMarge a {
    background-color: #781235;
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

#contenu .accueilMarge a:hover {
    background-color: #781235;
    color: #ffffff;
    text-decoration: underline;
}

.neuf_pts {
    font-size: 9px
}

.Style2 {
    font-size: 10px
}

.Style3 {
    color: #740808;
    font-weight: bold;
}

#flottant {
    position: absolute;
    left: 620px;
    top: 0;
    width: 400px;
    height: 40px;
    z-index: 100;
    color: white;
    background: url("img/bg_footer.png") repeat scroll 0 0 transparent;
    padding: 0 0 3px 0;
}
#esp_prive_logo {
    position: absolute;
    top : 6px;
    left : 16px;
    width: 130px;
    height: 29px;
    background: url("img/espaceprive.png") top left no-repeat transparent;
}
#flottant a {
    color: white;
}

.pseudo {
    position: absolute;
    right: 150px;
    top: 4px;
}

.password {
    position: absolute;
    right: 50px;
    top: 4px;
}

.ok {
    position: absolute;
    right: 17px;
    top: 10px;
    cursor: pointer;
}

.inscription {
    position: absolute;
    right: 188px;
    bottom: 5px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-variant: small-caps;
    color: #FFF;
}

.oubli {
    position: absolute;
    right: 40px;
    bottom: 5px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-variant: small-caps;
    color: #FFF;
}

.login {
    position: absolute;
    left: 10px;
    top: 10px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: bold;
    font-variant: small-caps;
}

.avatar {
    position: absolute;
    left: 15px;
    top: 5px;
}

.bonjour {
    position: absolute;
    left: 60px;
    top: 9px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-variant: small-caps;
    font-weight: bold;
}

.bye {
    position: absolute;
    right: 25px;
    top: 9px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-variant: small-caps;
    font-weight: bold;
}

.nvxMsg {
    position: absolute;
    right: 160px;
    top: 25px;
    font-weight: bold;
    font-variant: small-caps;
}

.rechercher {
    position: absolute;
    right: 32px;
    top: 25px;
    font-variant: small-caps;
}

a.november {
    border: solid 1px #FE8B0C;
    margin: 3px;
    padding: 2px;
    background-color: #FFE1B3;
}

a.november:hover, a.november:visited:hover {
    background-color: #FFFFFF;
    border: solid 1px #FFFF33;
}

#profilphotoscontainer {
    float: left;
    width: 100%;

}
.maphotocontainer {
    float: left;
    padding-right: 34px;
}
.maphotocontainer.last {
    padding: 0;
}

.bo_maphoto {
    float: left;
    width: 150px;
    padding: 5px;
}
.bo_maphoto a {
    float: left;
    margin-bottom: 3px;
    border: 2px black solid;
}
.bo_maphoto form {
    float: left;
    text-align: center;
    width: 100%;
}

#tous_les_groupes_container {
    float: left;
    width: 100%;
}

.group_list_display_odd, .group_list_display_even {
    float: left;
    width: 343px;
    height: 162px;
    padding-bottom: 15px;
}
.group_list_display_odd {
    padding-left: 7px;
}
.group_list_display_even {
    padding-right: 7px;
}
.group_list_display_in {
    float: left;
    width: 319px;
    height: 146px;
    padding: 8px 12px;
    background: url("img/profil-bg.png") repeat transparent;
}
.group_list_display_top {
    float: left;
    width: 100%;
    height: 35px;
    background: url("img/profil-barre.png") bottom center transparent no-repeat;
    overflow: hidden;
}
.group_list_display_content {
    float: left;
    width: 100%;
    height: 100px;
    overflow: hidden;
    padding-top: 11px;
}
#contenu .group_list_display_in p {
    margin: 0;
}

#videocontainer_wrapper, #videocontainer,
#videocontainer2_wrapper, #videocontainer2,
#videocontainer3_wrapper, #videocontainer3,
#videocontainer4_wrapper, #videocontainer4 {
    float: left;
}

#contenu #profil {
    float: left;
    width: 100%;
}

#contenu .profil_gotoadmin {
    float: left;
    width: 100%;
    padding-bottom: 4px;
    text-align: right;
}
#contenu .profil_gotoadmin a {
    color: white;
    font-weight: bold;
}

#contenu #profil_leftcolumn {
    float: left;
    width: 180px;
}
#contenu #profil_cover {
    float: left;
    width: 180px;
    height: 180px;
    background: white;
}
#contenu #menu_profil_admin {
    background: red;
    float: left;
    width: 160px;
    height: 100px;
    margin-top: 16px;
    padding: 10px;
    color: white;
    font-weight: bold;
}
#contenu #menu_profil_admin a {
    color: #ffffff;
}
#contenu #menu_tabs {
    background: #ec7929;
    float: left;
    width: 180px;
    height: 256px;
    margin-top: 16px;
    padding: 8px 0;
}
#contenu #menu_tabs.admin {
    height: 320px;
}
.menu_tabs_element {
    float: left;
    width: 100%;
}
#contenu #menu_tabs ul {
    list-style: none;
}
#contenu #menu_tabs ul li a {
    color: white;
    float: left;
    width: 165px;
    padding-left: 15px;
}
#contenu #menu_tabs ul li a.selected {
    background: url("img/menu-tabs-light.png") no-repeat;
}
#contenu #menu_tabs ul li a:hover {
    color: black;
    text-decoration: none;
}
#contenu .mf_dyn_tabs {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 32px;
}

#contenu #profil_centercolumn {
    float: left;
    width: 500px;
}

#contenu #profil_topinfos {
    float: left;
    width: 470px;
    min-height: 167px;
    padding: 13px 15px 0;
    background: url("img/profil-bg.png") repeat transparent;
}
#contenu #profil_topinfos_top {
    float: left;
    width: 470px;
    height: 52px;
    margin-bottom: 10px;
    background: url("img/profil-barre.png") bottom center transparent no-repeat;
}
#contenu #profil_topinfos_top.admin,
#contenu #profil_topinfos_top h1.admin,
#contenu #profil_stats.admin {
    height: 30px;
}
#contenu #profil_topinfos_top h1 {
    float: left;
    width: 390px;
    height: 52px;
    margin: 0;
}
#contenu #profil_topinfos ul {
    float: left;
    width: 100%;
    min-height: 80px;
}
#contenu #profil_topinfos ul li {
    float: left;
    padding-right: 30px;
    line-height: 22px;
    list-style: none;
    background: url("img/profil-puce.png") no-repeat right;
}
#contenu #profil_topinfos_social {
    float: left;
    width: 100%;
    height: 20px;
    padding-bottom: 5px;
}
#contenu #profil_topinfos_social.admin {
    padding-top: 13px;
}
#contenu #profil_topinfos_social p {
    margin: 0;
    float: left;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 3px;
}
#contenu #profil_stats {
    float: right;
    width: 80px;
    height: 52px;
}
#contenu #profil_stats p {
    margin: 0; padding-bottom: 2px;
    text-align: right;
    font-weight: bold;
    color: white;
}

.profil_colored {
    color: #ec7929;
}

#contenu #profil_tabs_sheets {
    float: left;
    width: 470px;
    min-height: 242px;
    padding: 17px 15px 13px;
    margin-top: 16px;
    background: url("img/profil-bg.png") repeat transparent;
}
#contenu #profil_tabs_sheets.admin {
    min-height: 306px;
}
#contenu .sheet_title {
    width: 100%;
    height: 26px;
    margin-bottom: 20px;
    float: left;
    background: url("img/profil-barre.png") bottom center transparent no-repeat;
}
#contenu .sheet_content {
    width: 100%;
    float: left;
}
#contenu .sheet_content p span.content_title {
    width: 180px;
    color: #ec7929;
    font-weight: bold;
    display: inline-block;
}
#contenu .sheet_content h3 {
    color: #ec7929;
    text-transform: uppercase;
    padding-bottom: 12px;
    font-size: 12px;
}
#contenu .sheet_content a {
    color: black;
}
#contenu .sheet_content a:hover {
    color: #ec7929;
    text-decoration: underline;
}

#contenu .profil_title {
    font-size: 17px;
    text-transform: uppercase;
    color: #ec7929;
    font-weight: bold;
    font-style: italic;
}

#contenu #profil_security {
    float: right;
    width: 500px;
    text-align: right;
    color: #a0a0a0;
    font-size: 11px;
    font-weight: bold;
}
#contenu #profil_security p {
    margin: 8px 0;
    color: #a0a0a0;
}
#contenu #profil_security a {
    color: #a0a0a0;
}

#group {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#groupe_resume {
    float: left;
    width: 100%;
    height: 75px;
}

#profil_twitter, #profil_facebook {
    float: right;
    width: 100px;
    height: 20px;
}

.link_like {
    color: #EC7929;
    font-weight: bold;
}
.link_like:hover {
    color: #000000;
    text-decoration: underline;
}

#group_security {
    float: left;
    width: 160px;
    padding: 72px 5px 0 15px;
}
#group_security p {
    color: white;
    font-weight: bold;
    text-align: right;
    font-size: 11px;
    margin: 0; padding: 0;
}
#alerte_group_cont {
    float: left;
    width: 160px;
    padding-top: 5px;
}
#alerte_group {
    cursor: pointer;
}
#alerte_group:hover {
    text-decoration: underline;
}

#group_editor label {
    font-weight: bold;
    font-size: 12px;
    width: 100%;
    display: block;
}

.singlephotocontainer {
    float: left;
    width: 48%;
    padding: 0 1% 10px;
}

#mesphotosuploader {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

#maintenance {
    display: block;
    width: 350px;
    margin: 215px auto;
    padding: 30px;
    background: url("img/profil-bg.png") repeat transparent;
    color: #ec7929;
    font-weight: bold;
    font-size: 16px;
}

#privatespacenav {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#captcha_wrapper {
    float: right;
    width: 643px;
    padding: 0 17px 5px 0;
}
#captcha_wrapper p {
    float: left;
    padding-right: 10px;
    margin: 4px 0;
    font-size: 13px;
    line-height: 30px;
    font-weight: bold;
    color: #C9031E;
    margin: 0;
    
}
#cryptogram_img_wrapper {
    float: left;
}
img#cryptogram, a#reload_cryptogram {
    padding-right: 10px;
}
input#captcha {
    height: 26px;
}

form#incription {
    float: left;
    width: 100%;
}
form#incription label {
    width: 215px;
    text-align: right;
    padding-right: 20px;
    display: inline-block;
}

#relatednews_wrapper {
    float: left;
    width: 620px;
    margin-top: 6px;
    padding: 15px 20px 10px;
    min-height: 50px;
    background: white;
}
#contenu #relatednews_wrapper h3 {
    color: #FF7F02;
    font-variant: normal;
    font-size: 18px;
}
#relatednews_wrapper ul {
    list-style: none;
    float: left;
    margin-top: 10px;
}
#relatednews_wrapper ul li {
    float: left;
    width: 185px;
    padding-right: 32px;
}
#relatednews_wrapper ul li.last {
    padding: 0;
}
.onerelatednews {
    float: left;
    position: relative;
    width: 100%;
    height: 132px;
    border-top: 1px dotted black;
    border-bottom: 1px dotted black;
}
#contenu .onerelatednews a:hover{
    text-decoration: none;
}
.relatednews_pict {
    float: left;
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.relatednews_main {
    float: left;
    width: 100%;
    height: 132px;
    cursor: pointer;
}
.relatednews_hover {
    width: 100%;
    height: 70px;
    padding: 32px 0;
    position: absolute;
    top: -1px;
    left: 0;
    background: url("img/bg-blanc75.png") repeat transparent;
    display: none;
    cursor: pointer;
    z-index: 10;
}
.relatednews_hover {
    font-weight: bold;
    text-align: center;
}
h4.relatednews_title {
    display: block;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 20;
    text-align: center;
    font-weight: bold;
}

.tag_label {
    cursor: pointer;
}

#tags_wrapper p,
#choosetags_form p.tag_cb {
    float: left;
    width: 25%;
}

#tag_danger_wrapper {
    float: left;
    width: 660px;;
    margin-top: 50px;
    padding: 20px;
    background: red;
}

#newtag_wrapper {
    margin-top: 50px;
}

#taglist {
    float: left;
    width: 100%;
}
#taglist_controls {
    float: left;
    width: 100%;
    display: none;
}

#participation_header {
    float: left;
    width: 100%;
    height: 15px;
}
#nbr_participation, #participation_proposer, #contenu a#participation_proposer_notlogged {
    float: left;
    width: 50%;
    height: 15px;
    color: white;
    font-weight: bold;
}
#participation_proposer, #contenu a#participation_proposer_notlogged {
    text-align: right;
    cursor: pointer;
}

#participation_title {
    float: left;
    width: 100%;
    height: 163px;
    background: url("img/bandeau_mesparticipations.png") no-repeat top left transparent;
}
#participation_title ul {
    float: right;
    list-style: none;
    width: 80px;
    padding: 5px 10px 0 0;
}
#participation_title ul li {
    font-weight: bold;
    text-align: center;
    margin: 2px 0;
    line-height: 20px
}
#participation_title ul li:hover {
    background: black;
}
#participation_title ul li:hover a {
    color: white;
}
#participation_title ul li a:hover {
    text-decoration: none;
}

.participation_wrapper {
    float: left;
    width: 100%;
}
.participation_top_bg {
    float: left;
    width: 100%;
    height: 19px;
    background: url("img/mesparticipations_bgtop.png") top center no-repeat transparent;
}
.participation_bottom_bg {
    float: left;
    width: 100%;
    height: 19px;
    background: url("img/mesparticipations_bgbottom.png") top center no-repeat transparent;
}
.participation_middle {
    float: left;
    padding: 0 20px;
    width: 620px;
    background: white;
}
.participation_top {
    float: left;
    width: 100%;
    padding-bottom: 6px;
    border-bottom: dotted black 1px;
}
#contenu .participation_top h3 {
    float: left;
    width: 420px;
    font-size: 24px;
    font-variant: normal;
    font-weight: normal;
}
#contenu .proposition_author_pseudo a, #contenu .proposition_author_date {
    float: left;
    width: 155px;
    color: #ec7929;
    font-size: 10px;
}
#contenu .proposition_author_pseudo a {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}
.proposition_author_wrapper {
    float: left;
    width: 200px;
}
.participation_main {
    float: left;
    width: 100%;
    padding: 15px 0;
}
.proposition_adminpanel {
    float: left;
    width: 100%;
}
.partval_wrapper {
    float: left;
    width: 100px;
}
#contenu .proposition_adminpanel p {
    cursor: pointer;
    margin: 0;
    font-weight: bold;
    text-align: center;
}

#proposer_wrapper, #proposer_moderation_wrapper {
    position: absolute;
    width: 460px;
    padding: 10px 20px;
    top: -40px;
    left: 100px;
    background: #f6f6f6;
    display: none;
}
#contenu p#mode_ok {
    float: right;
    width: 50px;
    margin: 0;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    background: #ec7929;
}
#proposer_tabs {
    float: left;
    width: 100%;
}
#proposer_tabs ul {
    list-style: none;
}
#proposer_tabs ul li {
    float: left;
    width: 140px;
    text-align: center;
}
#contenu #proposer_tabs ul li a {
    float: left;
    width: 140px;
    height: 32px;
    background: #ec7929;
}
#contenu #proposer_tabs ul li a:hover {
    color: white;
    text-decoration: none;
    background: black;
}
#contenu #proposer_tabs ul li a.selected {
    color: #ffffff;
    text-decoration: none;
}
#contenu #proposer_tabs_sheets {
    float: left;
    width: 100%;
}
.part_title {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
#contenu #proposer_tabs_sheets label {
    float: left;
    width: 100%;
    margin: 5px 0;
    font-weight: bold;
}

.part_img {
    float: left;
    width: 25%;
    text-align: center;
}

#contenu p.participation_cancel, #contenu p.participation_submit {
    float: left;
    width: 100%;
    color: white;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
    padding: 3px 0;
    margin: 5px 0 0 0;
    background: #ec7929;
    cursor: pointer;
}

#part_imgs_holder {
    float: left;
    width: 100%;
    margin: 15px 0;
}
.part_img_holder {
    float: left;
    width: 25%;
    text-align: center;
}
