/*redefinition tags*/
body {
font-family: Arial, Helvetica, sans-serif;
background-color:#FFF;
margin-left:10px;
margin-top:5px;
}

/* Les types et tailles de police */
/* titre 18 */
h1 {font-size: 18px;font-weight:normal;margin-bottom: 3px;margin-top: 3px; display:inline}
/* titre 14 */
h2 {font-size: 16px;font-weight:normal;margin-bottom: 3px;margin-top: 3px;display:inline}
/* titre 12 */
h3 {font-size: 14px; font-weight:normal;margin-bottom: 3px;margin-top: 3px;display:inline}
/* titre 11 */
h4 {font-size: 12px; font-weight:normal;margin-bottom: 3px;margin-top: 3px;display:inline}
/* titre 10 */
h5 {font-size: 11px; font-weight:normal;margin-bottom: 3px;margin-top: 3px;display:inline}
/* titre 10 */
h6 {font-size: 10px; font-weight:normal;margin-bottom: 3px;margin-top: 3px;display:inline}

a {text-decoration: none;}
img {border: 0;}
table {border-width: O;}
ul {list-style-image: url("http://c.voila.fr/V3/Icons/chevronNoir000_6x5.gif");margin-left: 8px;padding-left: 8px;}
form {margin: 0px;}
input {font-family: Arial;font-size: 12px;color: #000;background-color: #FFF;}
select {font-family: Arial;font-size: 12px;color: #000;background-color: #FFF;}
option {color:#000;}

/* Couleurs des background */
/* noir */
.bg000 { background-color: #000;}
/* blanc */
.bgFFF {background-color: #FFF;}
/* rouge */
.bgC33 {background-color: #C33;}
/*  bleu fonc */
.bg369 {background-color: #47A;}
/* vert */
.bg063 {background-color: #063;}
/* bleu des hr et contour */
.bg69C {background-color: #69C;}
/* fond bleu */
.bg9CC {background-color: #9CE;}
/* fond gris du footer */
/*.bgDDD {background-color: #DDD;}*/
/* fond orange de la barre du footer */
.bgF60 {background-color: #F60;}

/* Couleurs de police */
/* noir */
.c000 {color:#000;}
/* blanc */
.cFFF {color:#FFF;}
/* orange voila */
.cF60 {color:#F60;}
/* rouge Communiquer*/
.cC33 {color:#C33;}
/*  bleu fonc */
.c369 {color:#369;}
/* vert */
.c063 {color:#063;}
/* bleu */
.c69C {color:#69C;}
/*bleu essentiel*/
.c5BD {color: #5BD;}
/* bleu */
.c336 {color:#336;}
/* gris du header */
.c999 {color:#999;}


/* classe nulle : hauteur de td etc...*/
.z {font-size:1px}
/* Les chevrons*/
/* Chevron blanc format : 6x5*/
.chevron_white {
    /*background-attachment: fixed;*/
    background-image: url("http://c.voila.fr/V3/Icons/chevronBlancFFF_6x5.gif");
    background-repeat: no-repeat;
	text-indent:10px;
    padding-left:0px;
}
/* Chevron noir format : 6x5*/
.chevron_black{
    /*background-attachment: fixed;*/
    background-image: url("http://c.voila.fr/V3/Icons/chevronNoir000_6x5.gif");
    background-repeat: no-repeat;
    text-indent:10px;
    padding-left:0px;
}
/* Chevron bleu format : 6x5*/
.chevron_light_blue{
    /*background-attachment: fixed;*/
    background-image: url("http://c.voila.fr/V3/Icons/chevronBleu369_6x5.gif");
    background-repeat: no-repeat;
	text-indent:10px;
    padding-left:0px;
}
/* Chevron bleu fonc format : 6x5*/
.chevron_dark_blue{
    /*background-attachment: fixed;*/
    background-image: url("http://c.voila.fr/V3/Icons/chevronBleuFonce336_6x5.gif");
    background-repeat: no-repeat;
	text-indent: 10px;
    padding-left: 0px;
}

/**** Zone : haut de page , moteur, voila box****/
#header {width: 750px;}
#header a {color: #999;text-decoration: underline;}
#header a:link {color: #999;text-decoration: underline;}
#header a:visited {color: #999;text-decoration: underline;}
#header a:hover {color: #333;text-decoration: none;}
#header .links {
display:inline;
margin:0px 6px 2px 6px
}
#header h5 {
padding-top:40px;
padding-right:15px;
color:#999;
}
#header h4 {
color:#FFF;
font-weight:bold;
padding-left:0px;
margin-bottom: 0px;
margin-top: 0px;
}
#voilabox, #voilabox_search, #voilabox_search_770, #voilabox_search_2{
background-repeat: no-repeat;
height: 67px;
width: 750px;
background-color: #FF8811;
background-image:url("http://c.voila.fr/V3/Icons/background_moteur2k590.gif");
}
#voilabox_search {
height: 79px;
background-image:url("http://c.voila.fr/V3/Icons/voilabox_search_bottom_bg.gif")
}
#voilabox_search_770 {
height: 79px;
width: 770px;
background-image:url("http://c.voila.fr/V3/Icons/voilabox_search_bottom_770_bg.gif")
}
#voilabox_search_2 {
background-repeat: no-repeat;
width: 750px;
background-color: #FF8811;
height: 106px;
background-image:url("http://c.voila.fr/V3/Icons/voilabox_search_bottom_shop.gif")
}
.voilabox_top  {
height: 34px;
width:inherit;
padding:0px 0px 0px 0px;
text-align:right;
background-image:url("http://c.voila.fr/V3/Icons/voilabox_search_top_bg.gif");
background-repeat:no-repeat;
/*border:dashed 1px red;*/
vertical-align:bottom;
}
#header .onglet, #header .inmenu {
border:0px
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
#header .outcenter, #header .incenter {
	height: 31px;
	padding:0px 10px 5px 10px;
	text-align:center;
	font-size: 11px;
	font-weight: bold;
	white-space:nowrap;
	cursor: pointer;
	cursor: hand;
}
#header .outleft {
width: 4px;
background-image:url("http://c.voila.fr/V3/Icons/out_left.gif");
background-repeat:no-repeat;
padding:0px 0px 0px 0px;
}
#header .inleft {
width: 4px;
background-image:url("http://c.voila.fr/V3/Icons/in_left.gif");
background-repeat:no-repeat;
padding:0px 0px 0px 0px;
}
#header .outcenter {
color:#FFF;
background-image:url("http://c.voila.fr/V3/Icons/out_center.gif");
background-repeat:repeat-x;
}
#header .incenter {
color:#F60;
background-image:url("http://c.voila.fr/V3/Icons/in_center.gif");
background-repeat:repeat-x;
}
#header .outright {
width: 4px;
background-image:url("http://c.voila.fr/V3/Icons/out_right.gif");
background-repeat:no-repeat;
}
#header .inright {
width: 4px;
background-image:url("http://c.voila.fr/V3/Icons/in_right.gif");
background-repeat:no-repeat;
}
/**** Zone : navbar ****/                                                                                      
#top_ess .lessentiel, #top_com .lessentiel { 
    background-image:url(http://c.voila.fr/V3/Icons/navbar_ess_bg.gif);
    width: 750px;                                                                                            
    height: 46px;
    padding: 0px 0px 0px 0px;                                                                                       
	} 
#top_com .lessentiel {
background-image:url(http://c.voila.fr/V3/Icons/navbar_com_bg.gif);
}
#top_ess .intop, #top_ess .outtop, #top_com .intop, #top_com .outtop{
height:4px;
font-size:0px;
}
#top_ess .inright, #top_ess .inleft, #top_ess .outright, #top_ess .outleft, #top_com .inright, #top_com .inleft, #top_com .outright, #top_com .outleft{
height:23px;
font-size:0px;
}
#top_ess .outcenter, #top_ess .incenter, #top_com .outcenter, #top_com .incenter, {
height:23px;
padding:0px 7px 0px 7px;
text-align:center;
cursor: pointer;
cursor: hand;
}
#top_ess .intop{background-color:#9CD;}
#top_ess .outtop{background-color:#ADE}
#top_ess .inleft{background-color:#ADE}
#top_ess .inright{background-color:#5BD}
#top_ess .outright{background-color:#37A}
#top_ess .outleft{background-color:#ADE}
#top_ess .outcenter{background-color:#5BD}
#top_ess .incenter{background-color:#37A}

#top_com .intop{background-color:#D77;}
#top_com .outtop{background-color:#E99}
#top_com .inleft{background-color:#D66}
#top_com .inright{background-color:#900}
#top_com .outright{background-color:#C33}
#top_com .outleft{background-color:#D66}
#top_com .outcenter{background-color:#C33}
#top_com .incenter{background-color:#900}
#top_ess  h4, #top_com h4{
color:#FFF;
font-weight:bold;
padding-left:0px;
margin-bottom: 0px;
margin-top: 0px;
}
/**** Zone : menu ****/
#top {width:750px;}
#top a {color: #FFF;text-decoration: none;}
#top a:hover {font-weight: bold;}
#top h1 {font-family: Arial Black, sans-serif; letter-spacing:-1px;}  
#top img {padding:0px 0px 0px 0px;}
/* sous_menu_news dsigne le sous_menu qui suit "Le journal" sous "L'essentiel aujourd'hui" dans la page actu */
#top #sous_menu_news {
background-image: url("http://c.voila.fr/V3/Icons/sous_menu_news.gif"); 
width: 750px;                                      
}                                                                                                            
#top #sous_menu_news a {color: #FFF;text-decoration: none;}                                                   
#top #sous_menu_news a:link {color: #FFF;text-decoration: none;}
#top #sous_menu_news a:visited {color: #FFF;text-decoration: none;}
#top #sous_menu_news a:hover {text-decoration: underline; font-weight:bold;}

/**** Zone centrale ****/                                                                                    
#center {width:750px;}
/**** Zone : Pied de page ****/
#footer {width: 750px;white-space: nowrap;}
#footer a {color: #000;text-decoration: none;}
#footer b a {text-decoration: underline;}
#footer h5 {font-size: 10px; font-weight:normal;margin-bottom: 3px;margin-top: 3px;display:inline}

