/* CSS Document */
/********************/
/*     GENERAL      */
/********************/
body {background-color: #e6e6e6;
	margin : 0;
	padding : 0;
	color: #cccccc;
	font-family: Verdana, Arial, "Times New Roman", sans-serif;
	font-size:0.8em;
	/*IE fix pour centrage de la page*/
	text-align:center;}
p {text-align:justify;}
img { border : none; margin:0; }
legend {background-color:transparent;
color: #CCCCCC;}


/********************/
/*     NAVIGATION   */
/********************/
/*http://css.maxdesign.com.au/listamatic/horizontal03.htm*/

#menu_haut
{
font-size : 1.2em;
margin-top:-10px;
}

#navcontainer
{
padding: 0;
margin: 0;
width:730px;
font-weight:bold;
font-size:0.85em;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #f2f2f2;
color: #000;
float: left;
width:100%;
font-family: verdana, helvetica, sans-serif;
}

#navcontainer ul li
{
display: inline;
}

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #f2f2f2;
color: #000;
text-decoration: none;
float: left;
border-left: 1px solid #000;
}

.flag
{
padding:0;
margin:0;
}

.flag a:link
{background-color:none;}

#navcontainer ul li a:hover
{
background-color: #c3c3c3;
color: #000;
}
#navcontainer ul li a.first {
border-left:none;
}
.intranavig {
text-align: right;
font-size: 0.85em;
}
/********************/
/*     STYLES       */
/********************/

/*HEADERS*/

h1 { font-size : 1.4em; margin : 0.67em 0; color :#d97b47 ; text-align:left;}
h2 { font-size : 1.2em; margin : 0.83em 0; }
h3 { font-size : 1.1em; margin : 1em 0; color :#d97b47;}
h4 { font-size : 1em; margin : 1.33em 0; }
h5 { font-size : 0.83em; margin : 1.67em 0; }
h6 { font-size : 0.67em; margin : 2.33em 0; }

.vins h2 {
background-image: url(pix_cedre/h2bullet.png);
background-repeat: no-repeat;
padding-left:20px;}



/*LINKS*/
a:link {
color: #fff;
text-decoration: underline;
}
a:visited {
color: #999999;
text-decoration: underline;
}
a:link:hover {
text-decoration: none;
}



/********************/
/*     MAIN         */
/********************/
/*le contenant*/

#main {
background: #000;
	width: 730px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	padding: 0;
	}

#conteneur /* hack IE*/
{
text-align:left;
padding:10px;
}

.innercolumns {
margin-right:10px;
}
#col_gauche {
float:left;
width:350px;
padding:5px;
}

#col_droite {
/*margin-left:365px;*/
width:350px;
float:right;

}

#logo
{
padding:0;
margin:0;
}

#fond_cedre, #fond_contacts
{
background: #d97b47;
background-image:url(pix_cedre/cedre_fond_orange.png);
background-repeat: no-repeat;
padding:10px;
margin:10px;
font-size:0.9em;
color:#fff;
}

#fond_cedre {
width: 650px;
}

#fond_contacts
{
width: 280px;
}

#fond_cedre ul, fond_contacts ul {
list-style:square;
}

#fond_cedre a:link, #fond_contacts a:link, #actualites a:link, #newsgb a:link  {
font-weight:bold;
}

#fond_cedre a:visited, #fond_contacts a:visited, #actualites a:visited, #newsgb a:visited {
color:#fff;
}


#wrapper{
clear:both;

}

/********************/
/*     IMAGES       */
/********************/

.left {
float:left;
}
.center {
text-align:center;}

.left img, .left span
{
display:block;
padding: 0px 8px 0px 0px;
}

.right {
float:right;
}

.right img, .right span {
display:block;
padding: 0px 0px 0px 8px;
}

.right span, .left span{
font-size:50%;
font-weight:bold;
text-align:center;
}
/********************/
/*     NEWS         */
/********************/

#actualites, #newsgb
{
width: 280px;
height: 100%;
background: #d97b47;
padding:10px 10px 10px 40px;
margin:0;
margin-top:50px;
font-size:0.9em;
color:#fff;
}

#actualites
{
background-image:url(pix_cedre/fond_actu_orange.png);
background-repeat: no-repeat;
}

#newsgb
{
background-image:url(pix_cedre/fond_actu_orange_en.png);
background-repeat: no-repeat;
}


#actu_text
{
padding:0;
}

#actu_text a {
color:#fff;
}
#actu_text h1
{
font-size:1.5em;
}

#actu_text h2
{
font-size:1.2em;
margin :0;
}
#actualites p, newsgb p
{
margin : 0;
}

#actualites h1, #newsgb h1
{display:none;}

.signature
{
text-align:right;
font-weight:bold;
}

.citation
{
font-style:italic;
}

.newsteaser img
{
float: right;
}
.newsteaser a:link
{
text-decoration:none;
}

.newsteaser a:hover
{
text-decoration:underline;
}

.newsteaser
{padding:3px 0;}


.news img
{
float: right;
padding-left:10px;
}

/*news styles*/
.ndate
{display:none;}



p.npdf a:link, p.npdf a:hover
{display:block;
height:62px;
width:187px;
background:url(pix_cedre/pdf.png) no-repeat;}

.npdf span
{
display:none;
}



/********************/
/*  FORMULAIRE      */
/********************/

 form.formulaire fieldset
  {
  padding: 1em;
  }
form.formulaire label
  {
  display: inline;
  float: left;
  width: 110px;
  }


 input, select, textarea {
	background-color: white;
	border: none;
	border: 1px solid #999999;

}
 input[type="submit"], input[type="reset"] {
	background-color: white;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
}

input.bouton {
border:1px outset #CCCCCC;
font-weight:bold;
cursor:pointer;
}
input.bouton:hover {
background-color:CCCCCC;
color:#333333;
}

input.bouton:active {
border:1px inset #CCCCCC;
background-color:#999999;
color:white;
}

/********************/
/*  PAGE   VINS     */
/********************/

#vintext img
{
float:right;
padding: 0px 0px 0px 20px;
background-color: #000;
text-align:center;
display:block;
}

#corpsdepagevins
{
/*width:520px;*/
margin:0;
padding:20px;
}



.text
{
text-align:justify;
}

.label {
	font-weight: bold;
}

/********************/
/*  FOOTER          */
/********************/

#foot
{
clear:both;
padding:15px;
}

#foot p {
font-size:0.8em;
text-align:center;
}

/********************/
/*       TRICKS     */
/********************/
div.clear
 {
 clear:both;
 }


.separateur {
	background-color: #FFFFFF;}

br {
clear: left;
}

