/* ===========
    CSS STYLES
   ============
*/   


/* Corps de la page */
Body
{
	background-color: #ffffff;
	font-family:   Verdana, Arial;
	font-size: 11px;
	color: #000000;

}

/* style pour le texte du tableau */
.SelectedTab {
	font-family:  Verdana, Arial,Helvetica; 
	font-size: 11px;
}

/* style pour les liens du tableau */
A.SelectedTab:link {
	font-family: verdana; 
	font-size: 11px;
	text-decoration : none;
	color:#065fce;
}

/* style pour les liens visités du tableau */
A.SelectedTab:visited  {
	font-family:verdana;
	font-size: 11px;
	text-decoration : none;
	color:#e20c18;
}

/* style pour les liens actifs du tableau */
A.SelectedTab:active   {
	font-family: verdana;
	font-size: 11px;
	text-decoration : none;
	color : #ff0000;
	background-color:#4572af;
	width:100%;
}

/* style pour les liens du tableau au passage de la souris*/
A.SelectedTab:hover    {
	font-family: verdana;
	font-size: 11px;
	text-decoration : underline;
	color : #065fce;
	width:100%;
	
}

/* style du texte hors du tableau */
.OtherTabs {
	text-decoration:none;
	color:#666666;
	font-family:  Verdana, Arial,Helvetica; 
	font-size: 11px;
	/*font-weight: bold;*/
}
    
/* style des liens hors du tableau */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/*Style du texte permettant le classement des colonnes */
.Classement {
	font-family:  Verdana, Arial,Helvetica; 
	font-size:small;
}

/*Style du texte permettant le classement des colonnes */
A.Classement:link {
	text-decoration:none;
	color:#ffffff;
}

/*Style du texte permettant le classement des colonnes */
A.Classement:visited  {
	text-decoration:none;
	color:brown;
	/*border-style:solid;
	border-width:1px;*/
}

/*Style du texte permettant le classement des colonnes */
A.Classement:active   {
}

/*Style du texte permettant le classement des colonnes au passage de la souris*/
A.Classement:hover    {
	text-decoration:none;
	color:#ffffff;
	border-style:none;
	border-width:1px;
	font-weight: bold;
}

/*Style du texte affichant la date du jour */
.Nombre {
	text-decoration:none;
	color:#ff0000;
	font-family:  Verdana, Arial,Helvetica; 
	font-size: 11px;
}

/*Style du texte affichant le nombred'offres actives */
.Nombre2 {
	font-weight: bold;
	text-decoration:none;
	color:#ff0000;
	font-family:  Verdana, Arial,Helvetica; 
	font-size: 11px;
	/*font-style: italic;*/
}

/*Style du texte indiquant le code promotion */
.texte_promo{
	font-weight: bold;
	text-decoration:blink;
	color:#e20c18;
	font-family:  Verdana, Arial,Helvetica; 
	font-size: 11px;
	/*font-style: italic;*/
}

/*Style du texte des listes déroulantes */
.SubHeadText    {
		font-family:  Verdana, Arial,Helvetica; 
		font-size:  11px;
		text-align:justify;
		color: 666666;
		border-color: #FFE6E6;
		font-weight: bold;
		width:100%;
		/*background-color: #FFE6E6;*/
}

/*Style de l'image à droite du moteur de recherche*/
.imgd {  
/*background-image: url(D:\Inetpub\wwwroot\DNN_preprod_es\Portals\0\achatofffreenligne.gif);  */
background-repeat: no-repeat;  
width: 126px;  
height: 90px;  
padding: 0px;
/*margin: 0px 0px 0px 0px;*/
/*float: left;*/
}

/*Logo JOBTRANSPORT*/
.imgJT {  
background-image: url(D:\Inetpub\wwwroot\DNN_preprod_es\images\JT_60x30.gif);  
background-repeat: no-repeat;  
width: 60px;  
height: 30px;  
padding: 0px;
}

/*Logo PARTENAIRE*/
.imgPartenaire {  
/*background-image: url(D:\Inetpub\wwwroot\DNN_preprod_fr\images\giraud.gif);  */
background-repeat: no-repeat;  
width: 30px;  
height:31px;  
padding: 0px;
}

/*Style du moteur de recherche */
table#Table_Recherche{
	background-color:#ffffff;
	width:600px;
	padding:5px;
}

/*Style du bandeau au dessus du moteur de recherche */
.bandeau_haut {
	background-color:#ffffff;
	padding:5px; 
	
}

/*Style de la partie située à droite du moteur de recherche */
.tab_Recherche_droite {
	background-color:#ffffff;
	text-align:center;
}

/*Style de la partie située à gauche contenant le moteur de recherche */
.tab_Recherche_gauche {
	background-color:#ffffff;
}

/*format du TABLEAU/DATAGRID des offres*/
.DataGrid {
    width: 590px; 
	padding:2px;
}
/*format du TABLEAU/DATAGRID des offres*/
.DataGrid td{
   	border: #dcebf5;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width:1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/*Style des lignes du tableau */
.ItemStyle {
    background-color:#ffffff;
}

/*Style des lignes alternées du tableau */
.AlternatingItemStyle {
    background-color:#dcebf5;
}

/*Style du texte de l'en-tête du tableau */
.Headerstyle {
    background-color:#1889cb;
	text-decoration:none;
	color:#ffffff;
	font-family:  Verdana, Arial,Helvetica; 
	font-size: 11px;
	font-weight: bold;

}

/*Style des numéros de page du tableau */
.Pagerstyle {
    background-color:#ffffff;
	text-decoration:none;
	color:#e20c18;
	font-family:  Verdana, Arial,Helvetica; 
	font-size: 11px;
}

table#Colonne1 td{
   	border: red;
	border-style: solid; 
	border: 0px; 
}
table#Colonne2 td{
   	border: red;
	border-style: solid; 
	border: 0px; 
}
table#Colonne3 td{
   	border: red;
	border-style: solid; 
	border: 0px; 
}
table#Colonne4 td{
   	border: red;
	border-style: solid; 
	border: 0px; 
}
table#Colonne5 td{
   	border: red;
	border-style: solid; 
	border: 0px; 
}
table#Colonne6 td{
   	border: red;
	border-style: solid; 
	border: 0px; 
}
table#Colonne7 td{
   	border: red;
	border-style: solid; 
	border: 0px; 
}

