/* ------------------------- GENERAL */

* {
margin: 0px;
padding: 0px;
}


body {
width: 100%;
font-family: Arial;
font-size: 9pt;
color: #5c5c5c;
}

img {
margin: 0px;
padding: 0px;
border: 0px solid #FFFFFF;
}

a {
outline-style: none;
text-decoration:none;
}
:focus
{
-moz-outline-style: none;
}

/* ------------------------- BLOCS */

#flag{
	float:right;
	margin-right:2px;
	margin-top:2px;
}

#bg_haut, #bg_bas{
background-color: #b3313b; 
}

#bg_haut_menu {
background-color: #96242c;
}

#bg_milieu{
background-image: url('templates/images/bg_bouteilles.jpg');
background-position: center bottom;
background-repeat: no-repeat;
}

#bandeau, #blc_menu, #blc_content, #footer{
width: 1000px;
margin: 0 auto;
}

#gauche{
width: 182px;
float: left;
}

#millieu{
width: 385px;
float: left;
margin-left: 10px;
}

#droite{
width: 417px;
float: right;
}

#millieu h1{
font-size: 3.3em;
margin-left: 3px;
margin-top: -20px;
}

#millieu h2{
font-size: 2.8em;
margin-left: 3px;
padding-top: 10px;
}

#blc_jaune{
display: block;
background-image: url('templates/images/bg_blc_orange.jpg');
width: 355px;
height: 100px;
margin-bottom: 15px;
margin-top: 10px;
color: #F09733;
padding: 30px 0 0 25px;
}

#blc_bleu{
width: 380px;
height: 165px;
margin-bottom: 15px;

}

#blc_vert{
display: block;
background-image: url('templates/images/bg_blc_vert.jpg');
width: 355px;
height: 166px;
color: #689832;
padding: 0px 0 0 25px;

}

#fond_menu{
background-image: url('templates/images/blocMenu.jpg');
height: 271px;
padding: 13px 12px 0 5px;
}

#main-share{
background-image: url('templates/images/blocVignette.jpg');
width: 165px;
height: 220px;
padding-top: 12px;
padding-left: 15px;
font-size: 11pt;
color: #B32D2A;
}

#main-share #main_share_vinexpo{
display: block;
width: 150px;
height: 70px;
}

#main-share #main_share_cci{
display: block;
width: 150px;
height: 90px;
}
#bloc_droite_jaune { color: #F09733; }
#bloc_droite_bleu { color: #116299; }

#bloc_droite_jaune .head_droite {
background-image: url('templates/images/bg_blc_jaune_head.jpg');
}

#bloc_droite_bleu .head_droite {
background-image: url('templates/images/bg_blc_bleu_head.jpg');
}

.body_droite {
background-image: url('templates/images/bg_bloc.jpg');
width: 412px;
height: 185px;
padding: 5px 0 0 15px;
}

.head_droite {
width: 427px;
height: 55px;
margin-top: 8px;
}

.head_droite h2{
width: 330px;
font-size: 16pt;
margin-left: 7px;
}

.body_droite p {
float: right;
margin-top: 8px;
margin-right: 15px;
}

#bloc_droite_jaune p a {
color: #fff;
background-color: #F09733;
}

#bloc_droite_bleu p a {
color: #fff;
background-color: #116299;
}

#bandeau a{
display: block;
position: absolute;
background-image: url('templates/images/logo.png');
background-position: left top;
background-repeat: no-repeat;
width: 1000px;
height: 235px;
cursor: pointer;
}

// --------- BLOC BAS

#blc_bas {
color: #6f676d;
}

.blcs_bas_m {
float: left;
background-image: url('templates/images/bloc_rss_m.png');
background-position: top left;
background-repeat: repeat-x;
height: 185px;
width: 301px;
padding: 15px 10px 0 0px;
overflow: hidden;
}

.blcs_bas_g {
float: left;
background-image: url('templates/images/bloc_rss_l.png');
background-position: top left;
background-repeat: no-repeat;
width: 10px;
height: 207px;
}

.blcs_bas_d {
float: left;
background-image: url('templates/images/bloc_rss_r.png');
background-position: top left;
background-repeat: no-repeat;
width: 10px;
height: 207px;
}

.blcs_bas_m h1 {
width: 250px;
margin-top: 5px;
padding-left: 10px;
}

.blcs_bas_m h2 {
width: 250px;
margin-top: 5px;
padding-left: 10px;
}

span.rouge {
color: #b3313b;
}
span.orange{
color: #e9690b;
}


#blc_sous_menu {
margin-top:10px;
width: 1000px;
height:0px;
}

.spacer {
	display:block;
margin-top:8px;
}


/* ------------------------- LIMITEUR */

div.limiteur {
width: 90%;
clear: both;
height: 0px;
padding: 0px;
margin: 0px;
border: none;
visibility: hidden;
line-height: 0px; /* IE6 */
font-size: 0px; /* IE6 */
}

/* ------------------------- GO_TOP */

#go_top {
width: 100px;
float: left;
clear: right;
margin-top: 15px;
margin-bottom: 15px;
position: relative;
left: 220px;
}

#go_top a:link, #go_top a:visited {
font-size: 10px;
color: #000000;
}

#go_top a:hover, #go_top a:active {
}

/*-------------------------- BLOC MENTIONS LEGALES */

#blc_mentions a {
line-height: 20px;
margin-right: 10px;
font-size: 8pt;
color: #000000;
font-weight: bold;
}

/* ------------------------- COPYRIGHT */

#copyright {
font-size: 7pt;
color: #fff;
}

#copyright a:link,#copyright a:visited {
color: #fff;
text-decoration: none;
}

#copyright a:hover,#copyright a:active {
color: #fff;
}

/* ------------------------- */


				


