
/*-------------------------BALISES-----------------------------------------*/

* {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

BODY {
	width:930px;
	margin-left:auto;
	margin-right:auto;
}

TABLE {
	border: none;
}

LI {
	font-weight: normal;
	list-style-image: url(../GRAPHIC_ELEMENTS/CHIPS/puce_bleue.gif);
	text-indent: 0px;
	left: 3px;
	margin-bottom: 5px;
}

INPUT {
	background-color: #F8F8F8;
	border-color: #515151;
	border-width: 1px;
	margin: 1px;
}

SELECT {
	background-color: #F8F8F8;
	border:solid;
	border-width:1px;
	margin: 1px;
}

TEXTAREA {
	background-color: #F8F8F8;
	border-color: #515151;
	border-style: solid;
	border-width: 1px;
	text-indent: 2px;
	margin: 1px;
}

A:link {
	font-size: 13px;
	color:#5C88A1 ;  
	text-decoration:none ;
}

A:visited {
	color:#5C88A1 ;
	text-decoration:none ; 
}

A:hover { 
	color:#666666;
	text-decoration:underline ; 
}

/*---------------------TABLES DISTRIBUTORS-----------------------------------*/
.table_distributors {
	width:300px;
	border: none;
	margin: 0px;
	padding: 0px;
}
.pays {
	background-color:#CCC;

}




/*---------------------STYLES TEXTES DIVERS----------------------------------*/

.text_small_blue {
	font-size: 12px;
	color: #5C88A1;
}

.text_small_bold {
	font-size: 12px;
	font-weight: bold;
}

.text_small_blue_bold {
	font-size: 12px;
	font-weight: bold;
	color: #5C88A1;
}

.text_small_grey_bold {
	font-size: 12px;
	font-weight: bold;
	color:#999999;
}

.text_medium_blue_bold {
	font-size: 14px;
	font-weight: bold;
	color: #5C88A1;
}

.text_medium_bold {
	font-size: 14px;
	font-weight: bold;
}

.text_medium_grey {
	font-size: 14px;
	color:#666666;
}

.text_big_blue_bold {
	font-size: 16px;
	font-weight: bold;
	color: #5C88A1;
}

.justify_padding10 {
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
}


/*-----------------------BOUTONS DOWNLOAD----------------------------------------------------------------------------*/

.download_button_cell{
	text-align:center;
	width:150px;
	height:150px;
	background-image:url(../GRAPHIC_ELEMENTS/BACKGROUNDS/background%20download%20cells.jpg);
}

.download_button_cell:hover {
	background-image:url(../GRAPHIC_ELEMENTS/BACKGROUNDS/background%20download%20cells%20over.jpg);
}

A.download_button_link:link {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

A.download_button_link:visited {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

A.download_button_link:hover {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}


/*------------------------BOUTONS INDICATIONS---------------------------------------------------------------------------*/

.indications_button_cell{
	text-align:center;
	width:300px;
	height:200px;
	background-image:url(../GRAPHIC_ELEMENTS/BACKGROUNDS/background%20indications%20cells.jpg);
}

.indications_button_cell:hover {
	background-image:url(../GRAPHIC_ELEMENTS/BACKGROUNDS/background%20indications%20cells%20over.jpg);
}

A.indication_button_link:link {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

A.indication_button_link:visited {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

A.indication_button_link:hover {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}


/*--------------------------MENU BAS DE PAGE-------------------------------------------------------------------------*/

.bottom_menu_cell {
	padding-left: 4px;
	padding-right: 4px;
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
}

.bottom_menu_intercell {
	width:5px;
}

A.bottom_menu:link {
	font-size:11px;
	color:#5C88A1 ; 
	text-decoration:none;
}

A.bottom_menu:visited {
	font-size:11px;
	color:#5C88A1 ;  
	text-decoration:none;
}

A.bottom_menu:hover { 
	font-size:11px;
	color:#5C88A1;  
	text-decoration:none;
}


/*---------------------------MENU CLINICAL CASES--------------------------------------------------------------------*/

.clinical_cases_menu_cell {
	text-align:center;
	background-color:#EBEBEB;
	width:300px;
	height:25px;
	padding-left: 4px;
	padding-right: 4px;
	border-style:solid;
	border-width:1px;
	border-color:#5C88A1;
}

.clinical_cases_menu_cell:hover {
	background-color:#CAC7EB;
}

.clinical_cases_menu_cell_selected {
	text-align:center;
	background-color:#F7F7F7;
	width:300px;
	padding-left: 4px;
	padding-right: 4px;
	border-style:solid;
	border-width:1px;
	border-color:#5C88A1;
}

.clinical_cases_menu_intercell {
	width:5px;
}

A.clinical_cases_menu:link {
	font-size:16px;
	color:#5C88A1 ; 
	text-decoration:none;
}

A.clinical_cases_menu:visited {
	font-size:16px;
	color:#5C88A1 ;  
	text-decoration:none;
}

A.clinical_cases_menu:hover { 
	font-size:16px;
	color:#5C88A1;  
	text-decoration:none;
}


/*---------------------------------MENU ONGLET------------------------------------------------------------------------*/

.mon_menu_onglet{
	margin: 0px;
	padding: 0px;
}

.mon_onglet{
	list-style: none;
	float: left;
	padding: 2px 10px 2px 10px;
	margin: 0px 5px -1px 0px;
	color: #333;
	background:#EBEBEB;
	border: 1px solid #5C88A1;
	cursor: pointer;
}
	
.mon_onglet:hover{
	background:#CAC7EB;
}
				
.mon_onglet_selected{
	list-style: none;
	float: left;
	padding: 2px 10px 2px 10px;
	margin: 0px 5px -1px 0px;
	color: #333;
	background: #F7F7F7;
	border-top: 1px solid #5C88A1;
	border-right: 1px solid #5C88A1;
	border-left: 1px solid #5C88A1;	
	border-bottom: 1px solid #F7F7F7;	
	cursor: pointer;	
}
					
.clear{
	margin: 0px;
	padding: 0px;
	clear: both;
}

.mon_contenu{
	margin: 0px;
	color: #666;
	background: #F7F7F7;
	border: 1px solid #5C88A1;
	padding: 10px;				
}

#mes_contenus, #mes_onglets{
	margin: 0px auto;
	text-align:justify;
	width: 700px;
}


/*------------------------------------CAS CLINIQUES------------------------------------------------------------------------*/

.clinical_cases {
	width:180px;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.cell_clinical_cases {
}
