/* mise en page générale */
body{
	margin: 0;
	padding: 0;
}

body, div, table, input{
	background: white;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial;
	color: black;
}
p {
	text-align: justify;
}
h4{
	font-size: 14px;
	font-weight: bold;
}
span.small{
	font-size: 10px;
}
span.trad{
	color: red;
	text-decoration: line-through;
}
a.menu{
	text-decoration: none;
}
a.menu:hover, a.menu-over{
	color: white;
	text-decoration: none;
}
img.bouteilles{
	position: absolute;
	top: -70px;
	right: 0;
	margin-right: 0px;
}
div.main{
	font-size: 12px;
  width: 900px;
	margin: 0 auto 0 auto;
	text-align: justify;
	background: transparent;
	position: relative;
}
div.menu{
	font-size: 11px;
  width: 900px;
  color: white;
	font-weight: bold;
	margin: 0 auto 0 auto;
	text-align: left;
	background: transparent;
	position: relative;
	padding-top: 20px;
}

img.photo{
	float: left;
	margin-right: 10px;
}

div.menu-droite{
	font-size: 10px;
  color: white;
	float: right;
	background: transparent;
	padding-right: 6px;
}

/* sous-navig rubrique présentation*/
.logo-navig{
	float: right;
  cursor: hand;
  cursor: pointer;
  margin: 2px;
}

img.flags{
	margin: 0;
	margin-right: 2px;
	border: 0px solid gray;
}

.img1{
	width: 41px;
	height: 41px;
	background: white url(images/pictos.gif) 0px -3px no-repeat;
}
.img2{
	width: 41px;
	height: 41px;
	background: white url(images/pictos.gif) -51px -3px no-repeat;
}
.img3{
	width: 41px;
	height: 41px;
	background: white url(images/pictos.gif) -103px -3px no-repeat;
}
.simg1{
	width: 41px;
	height: 41px;
	background: white url(images/pictos.gif) 0px -50px no-repeat;
}
.simg2{
	width: 41px;
	height: 41px;
	background: white url(images/pictos.gif) -51px -50px no-repeat;
}
.simg3{
	width: 41px;
	height: 41px;
	background: white url(images/pictos.gif) -103px -50px no-repeat;
}

.app0, .sapp0{
	width: 36px;
	height: 37px;
	background: white url(images/pictos.gif) -147px -99px no-repeat;
}
.app1, .sapp1{
	width: 36px;
	height: 37px;
	background: white url(images/pictos.gif) -2px -99px no-repeat;
}
.app2, .sapp2{
	width: 36px;
	height: 37px;
	background: white url(images/pictos.gif) -39px -99px no-repeat;
}
.app3, .sapp3{
	width: 36px;
	height: 37px;
	background: white url(images/pictos.gif) -75px -99px no-repeat;
}
.app4, .sapp4{
	width: 36px;
	height: 37px;
	background: white url(images/pictos.gif) -112px -99px no-repeat;
}

.sapp0{
	background-position: -147px -138px;
}
.sapp1{
	background-position: -2px -138px;
}
.sapp2{
	background-position: -39px -138px;
}
.sapp3{
	background-position: -75px -138px;
}
.sapp4{
	background-position: -112px -138px;
}

.app5, .sapp5{
	width: 36px;
	height: 37px;
	margin-right: 5px;
	background: white url(images/pictos.gif) -2px -179px no-repeat;
}
.app6, .sapp6{
	width: 36px;
	height: 37px;
	margin-right: 5px;
	background: white url(images/pictos.gif) -39px -179px no-repeat;
}
.app7, .sapp7{
	width: 36px;
	height: 37px;
	margin-right: 5px;
	background: white url(images/pictos.gif) -75px -179px no-repeat;
}
.app8, .sapp8{
	width: 36px;
	height: 37px;
	margin-right: 5px;
	background: white url(images/pictos.gif) -112px -179px no-repeat;
}
.app9, .sapp9{
	width: 36px;
	height: 37px;
	margin-right: 5px;
	background: white url(images/pictos.gif) -147px -179px no-repeat;
}
.app10, .sapp10{
	width: 36px;
	height: 37px;
	background: white url(images/pictos.gif) -183px -179px no-repeat;
}


.sapp5{
	background-position: -2px -227px;
}
.sapp6{
	background-position: -39px -227px;
}
.sapp7{
	background-position: -75px -227px;
}
.sapp8{
	background-position: -112px -227px;
}
.sapp9{
	background-position: -147px -227px;
}
.sapp10{
	background-position: -183px -227px;
}



.col1, .scol1{
	width: 36px;
	height: 37px;
	background: white url(images/pictos.gif) -2px -263px no-repeat;
}
.col2, .scol2{
	width: 36px;
	height: 37px;
	background: white url(images/pictos.gif) -39px -263px no-repeat;
}
.col3, .scol3{
	width: 36px;
	height: 37px;
	background: white url(images/pictos.gif) -75px -263px no-repeat;
}

.scol1{
	background-position: -2px -303px;
}
.scol2{
	background-position: -39px -303px;
}
.scol3{
	background-position: -75px -303px;
}

input.text{
	border: 1px solid gray;
	font-size: .8em;
	width: 19.4em;
	margin-left: .4em;
}
input.btn{
	border: 0;
	font-size: .9em;
	background-color: #005AA1;
	text-align: center;
	color: white;
	width: 2.2em;
	margin: 0 0 0 1px;
	padding-left: 0;
	text-indent: 0;
}