@import "header.css";
@import "footer.css";
@import "validation_achat.css";
@import "formulaire.css";
@import "extranet.css";
@import "carousel.css";
@import "contenu.css";

body{
	font-family: Tahoma;
	margin: 0;
	padding: 0;
	color: #383838;
	font-size: 11px;
}
.clear, .clear_both{
	clear: both;
}
.clear_left{
	clear: left;
}
a{
	color: #383838;
	text-decoration: none;
}
table a{
	color: #383838;
	text-decoration: none;
}
table{
	font-size: 11px;
}
#fond{

}
select{
	font-size: 11px;
}
#container{
	
	width: 1024px;
	margin: 0 auto;
}
#main_content{
	
}

#content_D_G{
	/*float: left;
	width: 576px;
	position: relative;*/
}
#content_G{
	float: left;
	width: 800px;
	position: relative;
}

p{
	margin-bottom: 10px;
	line-height: 14px;
}
h1{
	/*background: url(../images/h1_right.jpg) no-repeat top right;
	height: 43px;
	line-height: 43px;*/
	color: #C40001;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	
}
h1 a,
h1 span a{
	color: #C40001;
}

h1.orange{
	color: #C40001;
	border-bottom: 1px dotted #C40001;
	background: url(../images/fleche.jpg) no-repeat center left;
	padding-left: 30px;
	cursor: pointer;
}
h1 p.text_align_right{
	float: right;
	font-size: 11px;
	line-height: 43px;
	font-weight: normal;
	margin-right: 10px;
}
/*h1 span{
	background: url(../images/h1_left.jpg) no-repeat top left;
	height: 43px;
	line-height: 43px;
	padding-left: 34px;
	display: block;
}
h1.orange span{
	background: url(../images/h1_left_2.jpg) no-repeat top left;
}*/
h1 span input{
	height: 43px;
	line-height: 43px;
	background: none;
	border: none;
	padding: none;
	margin: none;
	color: #C40001;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 0px;
	width: 500px;
	
}

.td_right{
	text-align: right;
}

.overflow-y{
	overflow-y: auto;
}

tbody.h100{
	height: 100px;
	*height: auto;
}
tbody.h200{
	height: 200px;
	*height: auto;
}
tbody.h300{
	height: 300px;
	*height: auto;
}
tbody.h400{
	height: 400px;
	*height: auto;
}
tbody.h600{
	height: 600px;
	*height: auto;
}
.relative{
	position: relative;
}

.fixed{
	position:fixed
}
.error{
	color: #cc0000;
	text-decoration: underline;
}
.display_none{
	display: none;
}
.opacity{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
	background: #fff;
	top: 0;
	left: 0;
	filter : alpha(opacity=80);
    -moz-opacity : 0.8;
    opacity : 0.8; 
}
#opacity_loader{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
	background: #fff;
	top: 0;
	left: 0;
	filter : alpha(opacity=95);
    -moz-opacity : 0.95;
    opacity : 0.95; 
}
#opacity_loader img{
	position: absolute;
	left: 50%;
	margin-left: -110px;
	top: 400px;
}
#opacity_listes{
	width: 780px;
	height: 600px;
	position: absolute;
	z-index: 4000;
	background: #fff;
	top: 40px;
	left: 0;
	filter : alpha(opacity=80);
    -moz-opacity : 0.8;
    opacity : 0.8; 
}


.color_result_1{
	background: #277D17;
	font-weight: bold; 
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}
.color_result_2{
	background: #5BB44A;
	font-weight: bold; 
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}
.color_result_3{
	background: #87D278;
	font-weight: bold; 
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}
.color_result_4{
	background: #E4E63B;
	font-weight: bold; 
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}
.color_result_5{
	background: #DE8536;
	font-weight: bold; 
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}
.color_result_6{
	background: #DD2222;
	font-weight: bold; 
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}
.color_result_7{
	background: #8F1818;
	font-weight: bold; 
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}

.div_infos{
	position: absolute;
	background: #FFFCF5;
	border: 1px solid #C40001;
	padding: 15px;
	width: 300px;
	font-weight: normal;
	display: none;
}
.vertical_align_middle{
	vertical-align: middle;
}





#aide{

}
#aide img{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #ccc;
	width: 350px;
}
#aide p{
	margin-bottom: 10px;
}
#aide li{
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: square;
}
#div_note_resume, #div_note_descriptif{
	color: #383838;
	font-size: 11px;
	line-height: 18px;
	font-family: Tahoma;
}
#update_note textarea{
	border: none;
	display: block;
	width: 100%;
	font-family: Tahoma;
	color: #383838;
	font-size: 11px;
	line-height: 18px;
	border: 1px dashed #e4e4e4;
}
.text_align_right{
	text-align: right;
}
.text_align_center{
	text-align: center;
}
.delete{
	width: 11px;
	height: 11px;
	display: block;
	background: url(../images/delete.gif);
	border: none;
	text-decoration: none;
}
.sommeil{
	filter : alpha(opacity=30);
    -moz-opacity : 0.3;
    opacity : 0.3; 
}


.bold{
	font-weight: bold;
}
.italic{
	font-style: italic ;
}	
.barre{
	text-decoration:line-through;
}
.souligne{
	text-decoration: underline;
}

#liste_type{
	border: 1px solid #D7D7D7;
	background: #F1F1F1;
	color: #383838;
	padding: 10px;
	margin-bottom: 10px;
}
.modif_type{
	border: 1px solid #D7D7D7;
	background: #F1F1F1;
	color: #383838;
	padding: 10px;
	margin-bottom: 10px;
}
.modif_type input{
	width: 100px;
	font-size: 11px;
}
.modif_type input.input_color{
	width: 75px;
	float: left;
	margin-right: 5px;
	
}
.pick{
	display: block;
	width: 28px;
	height: 21px;
	background: url(../images/color.jpg) no-repeat top left;
	float: left;
}
.pick span{
	display: none;
}
.modif_type textarea{
	width: 500px;
	font-size: 11px;
}
.modif_type td{
	padding: 5px;
}

#liste_type a{
	text-decoration: none;
}
#liste_type a:hover{
	text-decoration: underline;
}
.classement_mot{
	height: 350px;
	overflow-y: auto;
}
.classement_mot table{
	margin-left: 5px;
	margin-top: 5px;
	border: 1px solid #757575;
	padding: 10px;
	border-spacing: 10px;
	background: #c7c7c7;
	width: 300px;
}
.classement_mot th{
	padding: 10px;
}
.classement_mot td{
	padding: 5px;
	background: #fff;
	border: 1px solid #757575;
}
.classement_mot td.mt{
	
}


.all_liste_arbo div{
}
.class_0{
	padding-left: 10px;
}
.class_1{
	padding-left: 25px;
	background: url(../images/bg_l_1.gif) repeat-y left;
}
.class_2{
	padding-left: 40px;
	background: url(../images/bg_l_2.gif) repeat-y left;
}
.class_3{
	padding-left: 55px;
	background: url(../images/bg_l_3.gif) repeat-y left;
}
.class_4{
	padding-left: 70px;
	background: url(../images/bg_l_4.gif) repeat-y left;
}
.affichage_liste{
	text-align: right;
	color: #ccc;
}
.affichage_liste a{
	color: #222;
}


.site{
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.tracker textarea{
	background: #fff;
	width: 100%;
	height: 170px;
	color: #595959;
	padding: 5px;
}


#message_alerte{
	border: 1px solid #570000;
	padding: 10px;
	margin-bottom: 10px;
	background: #fdf1f1;

}

#choix_mode h2,
#loge_vide h2{
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
	color: #C40001;
}
#choix_mode ul,
#loge_vide ul{
	list-style: square ;
	margin-left: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#choix_mode li,
#loge_vide li{
	margin-left: 10px;
	margin-bottom: 5px;
}



#listeAncre{
	margin-top: 10px;
	border: 1px solid #D7D7D7;
	padding: 5px;
	margin-bottom: 15px;
}
#listeAncre h2{
	background: #555;
	color: #fff;
	padding: 3px;
	margin-bottom: 5px;
}
#listeAncre li a{
	text-decoration: underline;
	color: #C40001;
}
.faq_question_courte{
	margin-top: 10px;
	border: 1px solid #D7D7D7;
	background: #F1F1F1;
	color: #383838;
	padding: 5px;
}
.faq_question_courte .faq_savoir{
	text-align: right;
}
.good{
	height: 16px;
	background: url(../images/nav_plain_green.png) no-repeat top center;
}
.medium{
	height: 16px;
	background: url(../images/nav_plain_blue.png) no-repeat top center;
}
.bad{
	height: 16px;
	background: url(../images/nav_plain_red.png) no-repeat top center;
}
.legende_ref{
	padding-bottom: 5px;
}
.legende_ref .good,
.legende_ref .medium,
.legende_ref .bad{
	width: 16px;
	float: left;
	margin-right: 15px;
}

.bon_rebond{
	background: #008713;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.correct_rebond{
	background: #538700;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.danger_rebond{
	background: #dc7200;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.probleme_rebond{
	background: #dc1a00;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
a#parsing_google,
a#touteslesexpressions,
a#getExpression{
	display: block;
	border: 1px solid #C40001;
	background: #e1eaf4;
	color: #C40001;
	font-weight: bold;
	text-align: center;
	width: 150px;
	padding-top: 2px;
	text-decoration: none;
	padding-bottom: 2px;
	float: left;
	margin-right: 10px;
}
a#parsing_google:hover,
a#touteslesexpressions:hover,
a#getExpression:hover{
	border: 1px solid #C30000;
	background: #f1ebe1;
	color: #C30000;
}
#over_autocomplete{
}
#resultat_save a,
#over_autocomplete a{
	text-decoration: none;
}
#resultat_save a:hover,
#over_autocomplete a:hover{
	text-decoration: underline;
}
#over_autocomplete table{
	width: 100%;
}
#over_autocomplete table .titre_completion{
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-right: 1px;
}
#over_autocomplete #liste_resultat_like,
#over_autocomplete #liste_resultat_syn{
	height: 150px;
	overflow-y: auto;
	overflow-x: auto;
	border: 1px solid #D7D7D7;
	background: #F1F1F1;
	color: #383838;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 800px;
}
#over_autocomplete #top_resultat{
	border: 1px solid #D7D7D7;
	background: #F1F1F1;
	color: #383838;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 800px;
	height: 100px;
}
#over_autocomplete #top_resultat #top_5_recherche{
	width: 262px;
	float: left;
	margin-right: 5px;
}
#over_autocomplete #top_resultat #top_5_visites{
	width: 262px;
	float: left;
	margin-right: 5px;
}
#over_autocomplete #top_resultat #top_5_ca{
	width: 262px;
	float: left;
}
#over_autocomplete #liste_resultat_like h3,
#over_autocomplete #top_resultat h3,
#over_autocomplete #liste_resultat_syn h3{
	color: #fff;
	background: #383838;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#over_autocomplete #top_resultat #top_5_recherche h3,
#over_autocomplete #top_resultat #top_5_visites h3,
#over_autocomplete #top_resultat #top_5_ca h3{
	background: #fff;
	color: #C40001;
}
.redac_left{
	width: 600px;
	float: left;
	height: 150px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.redac_right{
	width: 188px;
	float: left;
	margin-bottom: 10px;
	height: 150px;
	overflow-y: auto;
	overflow-x: auto;
	border: 1px solid #D7D7D7;
	background: #F1F1F1;
	color: #383838;
}
#resultat_save{
	padding: 10px;
}
#auto_completion{
	display: block;
	height: 150px;
	display: block;
	border: 1px solid #C30000;
	width: 600px;
}
a#icone_parsing_google{
	float: left;
	height: 32px;
	width: 32px;
	background: url(../images/icones/icone_rang.gif) no-repeat;
	margin-right: 4px;
	margin-bottom: 4px;
	filter : alpha(opacity=50);
    -moz-opacity : 0.5;
    opacity : 0.5; 
}
a#icone_pdf{
	float: left;
	height: 32px;
	width: 32px;
	background: url(../images/icones/icone_pdf.gif) no-repeat;
	margin-right: 4px;
	margin-bottom: 4px;
	filter : alpha(opacity=50);
    -moz-opacity : 0.5;
    opacity : 0.5; 
}
a#icone_page_100{
	float: left;
	height: 32px;
	width: 32px;
	background: url(../images/100.gif) no-repeat;
	margin-right: 4px;
	margin-bottom: 4px;
	filter : alpha(opacity=50);
    -moz-opacity : 0.5;
    opacity : 0.5; 
}
a#icone_page_300{
	float: left;
	height: 32px;
	width: 32px;
	background: url(../images/300.gif) no-repeat;
	margin-right: 4px;
	margin-bottom: 4px;
	filter : alpha(opacity=50);
    -moz-opacity : 0.5;
    opacity : 0.5; 
}
a#icone_page_500{
	float: left;
	height: 32px;
	width: 32px;
	background: url(../images/500.gif) no-repeat;
	margin-right: 4px;
	margin-bottom: 4px;
	filter : alpha(opacity=50);
    -moz-opacity : 0.5;
    opacity : 0.5; 
}
a#icone_pagination{
	float: left;
	height: 32px;
	width: 32px;
	background: url(../images/icones/icone_pagination.gif) no-repeat;
	margin-right: 4px;
	margin-bottom: 4px;
	filter : alpha(opacity=50);
    -moz-opacity : 0.5;
    opacity : 0.5; 
}
a#icone_expression{
	float: left;
	height: 32px;
	width: 32px;
	background: url(../images/icones/icone_expressions.gif) no-repeat;
	margin-right: 4px;
	margin-bottom: 4px;
	filter : alpha(opacity=50);
    -moz-opacity : 0.5;
    opacity : 0.5; 
}
a#icone_parsing_google:hover,
a#icone_page_100:hover,
a#icone_page_300:hover,
a#icone_page_500:hover,
a#icone_pagination:hover,
a#icone_pdf:hover,
a#icone_expression:hover{
	filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1; 
}
#rapport_perso{
	width: 100%;
	margin-bottom: 10px;
}
/*#rapport_perso input.bouton_rapport{
	border: 1px solid #ccc;
	color: #666;
	font-size: 11px;
	margin: 0 auto;
	display: block;
	font-weight: bold;
	width: 180px;
	cursor: pointer;
}*/

td.etoile a{
	background: url(../images/star_yellow.gif) no-repeat center left;
	padding-left: 18px;
	height: 25px;
	line-height: 25px;
}
td.achat a{
	background: url(../images/dollar.gif) no-repeat center left;
	padding-left: 34px;
	height: 25px;
	line-height: 25px;
}

a#bouton_import{
	display: block;
	margin: 0 auto;
	width: 201px;
	height: 117px;
	background: url(../images/import.jpg);
}
a#bouton_classement{
	display: block;
	margin: 0 auto;
	width: 201px;
	height: 117px;
	background: url(../images/parsing.jpg);
}
a#bouton_rapport{
	display: block;
	margin: 0 auto;
	width: 201px;
	height: 117px;
	background: url(../images/rapports.jpg);
}
a#bouton_import span,
a#bouton_rapport span,
a#bouton_classement span{
	display: none;
}






.inscription {
	width: 550px;
}
.inscription td{
	vertical-align: middle;
	padding-bottom: 5px;
}
.inscription textarea,
.inscription select,
.inscription input{
	font-size: 11px;
	
}
#form_contact{
	width: 550px;
	margin: 0 auto;
}
a img{
	text-decoration: none;
	border: none;
}