/* Basic layout */

body        
{ 
   background-position: top left;
   background-repeat: repeat-y;
    margin: 0px 0px 0px 0px;
}



/* Fonts */

body, table, td, select, textarea, input  { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
}

/* Style de tous les liens du site*/
a { 
    color: #003399; 
    text-decoration: none; 
}

a:hover { 
    text-decoration: underline; 
}

/* Style des liens du menu*/
a.menu { 
    color: #FFFFFF; 
    text-decoration: none; 
}

a.menu:hover { 
	color: #666666;
    text-decoration:  overline underline underline; 
}

/* Tabs */

.tab-s, .tab-u, .tab-g, .tab-r {
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

.tab-s:hover, .tab-u:hover, .tab-g:hover, .tab-r:hover {
    text-decoration: underline;
}

.tab-s {
    color: #0066CC;
}

.tab-u {
    color: #FFFFFF;
}

.tab-g {
    color: #666666;
}

.tab-r {
    color: #CC0000;
}

.tab-n {
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
}

.tab-n:hover {
    text-decoration: underline;
}



/* Form elements */

select.flat, textarea.flat, input.flat, 
select.error, textarea.error, input.error,
textarea.code { 
    border-style: solid;
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px;
}

select.flat, textarea.flat, input.flat,
textarea.code { 
    border-color : #888888;
}

select.error, textarea.error, input.error { 
    border-color : #990000;
}

textarea.code, textarea.code-gray {
    font-family: "Lucida Console", "Courier New", Courier, monospace;
    font-size: 12px; 
    line-height: 15px; 
}

textarea.code-gray {
    border-style: solid;
    border-top-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    border-left-width: 0px;
    color: #808080;
}

/* Custom */

.phpAdsNew { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 24px; 
    font-style: italic; 
    font-weight: bold; 
    color: #FFFFFF; 
}

.nav { 
    color: #003399; 
}

.install { 
    line-height: 18px;
    color: #000066; 
}   
.small {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal;}
.error { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold ; color: #FF0000}    
.title2 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold}



.bordure_gauche {  border-color: #FFFFFF #666666 #666666; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.bordure_complete { border: #666666; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.bordure_sauf_haut { border-color: #FFFFFF #666666 #666666; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }
.cellule_encadree { background-color: #CCCCCC; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

.message_erreur
{
color : #ff0000;
text-align : center;
margin : auto;
margin-bottom : 10px;
margin-top : 10px;
width : 100%;
}

.message_confirm
{
color : #0000ff;
text-align : center;
margin : auto;
margin-bottom : 10px;
margin-top : 10px;
width : 100%;
}
