/* CSS Document */
/******************** body */
body { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #393939;
	background: #fff;
	background-image: url('../../images/site/bg.gif');
	margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	}
/******************** container de base */
#container {
	margin-left: auto;
    margin-right: auto;
	
	background-color:#fff;
	border: 1px solid #999;
	width: 780px;
	text-align: left; /* on rétablit l'alignement normal du texte */
}


/*Balises spécifiques*/
a {
	color: #6CD900;
	text-decoration: none;
	font-weight: bold;
}

a:link {
    color: #6CD900;
}

a:visited {
    color: #6CD900;
}

a:hover {
	color: #6CD900;
	text-decoration: underline;
}


p {
	font-size: 11px;
	margin: 5px 0px 5px 0px;
	color: #454545;
	padding: 5px;
}

h1 {
	font-size: 14px;
	margin: 0px 0px 5px 10px;
	padding: 0px 5px;
	color: #6CD900;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-left: 3px solid #6CD900;
}
h1.blanc {
	color: #fff;
	border-left: 3px solid #fff;
}

h1.titrePage {
	margin: 0px 10px 5px 10px;
}

h2 {
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	color: #454545;
	font-weight: bold;
	border-bottom: 1px solid #6CD900;
}

h3 {
	font-size: 11px;
	margin: 5px 0px 5px 0px;
	padding: 1px 3px;
	color: #fff;
	font-weight: bold;
	background-color: #454545;
}

hr {

}

input{
	border: 1px solid #454545;
	background: #FFFFFF;
	color: #6CD900;
	font-weight: bold;
	}
	
ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

table {
	width:100%;
}

tr {

}

td {
	padding: 5px;
}

img.shop {
	margin: 0px 20px;
}

/******************** header */
#header {
	margin: 0;
	width:100%;
	height: 148px;
	background: #fff;
	background-image: url('../../images/site/header.jpg');
	}
	
#menu {
	margin: 0;
	width:100%;
	height: 20px;
	background: transparent;
	float: left;
	position: relative;
	top: 44px;
	}
	
div#menu ul {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
	font-weight: bold;
    color: #fff;
    line-height: 17px;
    white-space: nowrap;
}
div#menu li {
    list-style-type: none;
    display: inline;
}
div#menu li a {
    text-decoration: none;
    padding: 2px 10px;
    color: #fff;
	border-right: 2px solid #fff;
}
div#menu li a:link {
    color: #fff:
}
div#menu li a:visited {
    color: #fff;
}
div#menu li a:hover {
    color: #6CD900;
	border-right: 2px solid #fff;
	
    background-image: url('');
}
div#menu li a#current {
    color: #6CD900;
	border-right: 2px solid #fff;
	
    background-image: url('');
	/*background-color: #3366FF;*/
}

p.lang {
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
}
	
p.erreur {
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}

/******************* body (contenu + colonne droite */
#body {
	clear:both;
	margin: 0 auto;	
	width:780px;
	background: #fff;
	
	height: 600px;
	padding: 0px 0px 20px 0px;
	}

div.oneThree, div.twoThree, div.threeThree {
	display: block;	
	margin: 0px;
	padding: 0px 10px;
	float:left;
	width: 30%;
}

div.twoThree {
	background: #cf9;
	height: 100%;
}

div.oneTwo, div.twoTwo {
	display: block;	
	margin: 0px;
	padding: 0px 10px;
	float:left;
	width: 47%;
}

div.oneThird {
	display: block;	
	margin: 0px;
	padding: 0px 10px;
	float:left;
	width: 42%;
	background: #cf9;
}

div.twoThird {
	display: block;	
	margin: 0px;
	padding: 0px 10px;
	float:left;
	width: 52%;
}

div.one {
	display: block;	
	margin: 0px 0px 20px 0px;
	padding: 0px 10px;
	float:left;
	width: 95%;
}

div.one#cart {
	background: #cf9;
}

/******************** footer */
#footer {
	clear: both;
	width: 780px;
	margin: 0px;
	padding: 0px;
	height: 25px;
	background-image: url('../../images/site/footer.gif');
	
	}
	
div#footer ul {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
	font-weight: bold;
    color: #fff;
    
	
}
div#footer li {
    list-style-type: none;
    display: inline;
	padding: 0px 70px 0px 5px;
}

div#footer li#email {
    list-style-type: none;
    display: inline;
	padding: 2px 5px 2px 0px;
}

div#footer li a {
    text-decoration: none;
    color: #fff;
}
div#footer li a:link {
    color: #fff:
}
div#footer li a:visited {
    color: #fff;
}
div#footer li a:hover {
    color: #fff;
	text-decoration: underline;
}

.news {
	border-right: 1px dotted #6CD900;
	border-bottom: 1px dotted #6CD900;
	border-left: 1px dotted #6CD900;
	
}

.webcam {
	text-align: center;	
}


