
/* =General
-----------------------------------------------------------------------------*/
table {
	border-color: #ccc;
	border-collapse: collapse;
}
td {
	font-size: 70%;
	vertical-align: top;
}

p{
	margin: 0;
	padding: 5px 0;
}
ul{
	margin: 0;
	margin-left: 20px;
	padding: 10px;
	list-style: none;
}
li{
	padding-left: 15px;
	padding-bottom: 3px;
	background: transparent url(http://www.grandsgibiers.com/imgs/picto-li.gif) no-repeat left 3px;
}
.floatL{
	float: left;
}
.floatR{
	float: right;
}
/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked images */
img {
	border-color: #999;
}

/* =Typography
-----------------------------------------------------------------------------*/
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
	margin: 10px 0;	
	
}
h1{
	margin-top: 0;
	padding: 0 0 6px 20px;
	background: transparent url(http://www.grandsgibiers.com/imgs/h1.gif) no-repeat left top;
	font-size: 160%;
}
h2{
	font-size: 130%;
}
h3{
	margin-top: 15px;
	padding-top: 7px;
	background: transparent url(http://www.grandsgibiers.com/imgs/h3.gif) no-repeat left top;	
	font-size: 120%;
}
h4{
	font-size: 100%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 100%;
}


/* =Links
-----------------------------------------------------------------------------*/
a{
	color: #666;
	text-decoration: none;
}
a:hover{
	background-color: #A52525;
	color: #fff;
	text-decoration: none;
}


/* =Branding
-----------------------------------------------------------------------------*/


/* =Main Nav
-----------------------------------------------------------------------------*/
#menupos{
	width: 620px;
	height: 77px;
}
.menuIndex{
	background: #000 url(http://www.grandsgibiers.com/imgs/bg-menu-index.gif) no-repeat top left;
}
.menuInt{
	background: #000 url(http://www.grandsgibiers.com/imgs/bg-menu.gif) no-repeat top left;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/
#topLinks{
	padding-top: 30px;
	height: 21px;
}
* html #topLinks{
	padding-top: 33px;
}
#topLinks a{
	color: #666;
	text-decoration: none;
}
#topLinks a:hover{
	background: none;
	text-decoration: underline;
}
#setDate{
	background-color: transparent;
	border: none;
	font-size: 80%;
	color: #666;
}

/* =Main Content
-----------------------------------------------------------------------------*/
#contentWrap{

}
#content{
	padding: 10px 20px 10px 5px;
	font-size: 80%;
}
#content table td{
	font-size: 80%;
	vertical-align: middle;
}
#content a{
	color: #A52525;
	text-decoration: none;
}
#content a:hover{
	background-color: #A52525;
	color: #fff;
	text-decoration: none;
}
#index1{
	background: transparent url(http://www.grandsgibiers.com/imgs/bg-index-vert.jpg) no-repeat left top;
}
#indexBienvenue{
	color: #fff;
}
/* =Secondary Content
-----------------------------------------------------------------------------*/
#sondage{
	padding: 0 5px;
	font-size: 70%;
}
#sideRecettes p, #sideSondage p, #sideAssoc p, #sideVente p{	
	padding: 5px 5px;
}
#sideRecettes, #sideSondage, #sideAssoc, #sideVente,
#sideRecettesEn, #sideSondageEn, #sideAssocEn, #sideVenteEn{	
	margin-top: 10px;
	padding-top: 23px;
	width: 199px;
}
#sideSondage{
	padding: 0;
	border-top: 1px solid #999;
}
#sideRecettes{	
	background: #fff url(http://www.grandsgibiers.com/imgs/t-side-recettes.gif) no-repeat center top;
	font-size: 80%;
}
#sideRecettesEn{	
	background: #fff url(http://www.grandsgibiers.com/imgs/t-side-recettes-en.gif) no-repeat center top;
	font-size: 80%;
}
#sideRecettes td, #sideRecettesEn td{	
	padding: 5px 2px;
}
#sideAssoc{
	background: #fff url(http://www.grandsgibiers.com/imgs/t-side-associations.gif) no-repeat center top;
}
#sideAssocEn{
	background: #fff url(http://www.grandsgibiers.com/imgs/t-side-associations-en.gif) no-repeat center top;
}
#sideAssoc ul, #sideVente ul,
#sideAssocEn ul, #sideVenteEn ul{
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	list-style: none;
}
#sideAssoc li, #sideVente li,
#sideAssocEn li, #sideVenteEn li{
	padding-bottom: 4px;
}
#sideVente{
	background: #fff url(http://www.grandsgibiers.com/imgs/t-side-points-vente.gif) no-repeat center top;
}
#sideVenteEn{
	background: #fff url(http://www.grandsgibiers.com/imgs/t-side-points-vente-en.gif) no-repeat center top;
}
#sideVente ul{
	margin-right: 20px;
}
#sideVenteEn ul{
	margin-right: 20px;
}


/* =Footer
-----------------------------------------------------------------------------*/
#footer{
	height: 55px;
	background: #fff url(http://www.grandsgibiers.com/imgs/bg-footer.gif) no-repeat left top;
	padding: 20px;
	text-align: center;
	color: #fff;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	padding: 0;
	background: none;
	text-decoration: underline;
}
#copy{
	text-align: center;
	color: #999;
}



/* =Forms
-----------------------------------------------------------------------------*/
form{
	padding: 0 10px;
	margin: 0; 
}
.input{
	margin-bottom: 1px;
	font-size: 80%;
}
.button{
	border: 1px solid #fff;
	background-color: #A52525;
	color: #fff;
}
/* Removes fieldset borders. even on Opea 7 */
fieldset {
	border: 1px solid transparent;
}

.tFormInscription td{
	padding: 3px;
}
.tFormInscription input, .tFormInscription select{
	font-size: 100%;
}
.tFormInscription .submit{
	background-color: #3ace3a;
	border: 1px solid #b2b3b2;	
	font-weight: bold;
	color: #666;
	
}

/* =Tables
-----------------------------------------------------------------------------*/




/* =Misc 1
-----------------------------------------------------------------------------*/
#boxIndex{
	width: 630px;
	position: relative;
	top: -50px;
	left: 185px;
}
#boxIndex #real{
	padding: 25px 5px 5px 5px;
	background: transparent url(http://www.grandsgibiers.com/imgs/box-index-realisation.gif) no-repeat left top;
}
#boxIndex #realEn{
	padding: 25px 5px 5px 5px;
	background: transparent url(http://www.grandsgibiers.com/imgs/box-index-realisation-en.gif) no-repeat left top;
}
#boxIndex #projets{
	padding: 25px 5px 5px 5px;
	background: transparent url(http://www.grandsgibiers.com/imgs/box-index-projets.gif) no-repeat left top;
}
#boxIndex #projetsEn{
	padding: 25px 5px 5px 5px;
	background: transparent url(http://www.grandsgibiers.com/imgs/box-index-projets-en.gif) no-repeat left top;
}
#boxIndex #bulletin{
	padding: 25px 5px 5px 5px;
	background: transparent url(http://www.grandsgibiers.com/imgs/box-index-bulletin.gif) no-repeat left top;
}
#boxIndex #bulletinEn{
	padding: 25px 5px 5px 5px;
	background: transparent url(http://www.grandsgibiers.com/imgs/box-index-bulletin-en.gif) no-repeat left top;
}



/* =Misc 2
-----------------------------------------------------------------------------*/
