/* antonyp */

/******************************** generale */

* {
	padding:0;
	margin:0;
}

.lineclear{
	height:1px;
	clear:both;
}

.display{
	display:none;
}

body {
	background-color:#000000;
}

.banner {
	width:955px;
	position:relative;
}

.encre {
	position:relative;
}

.gauche {
	background-image:url(images/bgauche.gif);
	background-repeat:repeat-x;
}

.droite {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}

.tt {
	width:100%;
}

.page {
	margin:0 auto;
	width:931px;
	padding:15px 13px 0 12px;
}

.nav {
	width:555px;
	float:left;
}

#visue {

}

table {
	padding:0;
	margin:0;
	border:none;
	position:relative;
}

/******************************** index */

.acc {
	background-image:url(images/acc.jpg);
	background-position: right top;
	background-repeat:no-repeat;
}

.titre {
	color:#fc7301;
	font-family:Impact, sans-serif;
	font-size:16px;
	background-image:url(images/puce.gif);
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fc7301;
	margin:0 0 10px 0;
}

p {
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	float:left;
}

.voir {
	color:#fc7301;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	background-image:url(images/pucefleche.jpg);
	background-repeat:no-repeat;
	padding: 0 0 0 78px;
	float:left;
	margin:10px 0 0 0;
}

#promass {
	float:left;
}

.voir a {
	color:#fc7301;
	text-decoration:none;
}

.voir a:hover {
	color:#fff;
}

.accgauche {
	width:539px;
	float:left;
	padding:0 10px 0 0;
}

.accdroite {
	width:367px;
	float:left;
	padding:0 0 0 10px;
}

/******************************** produit */

.prodgauche {
	width:468px;
	float:left;
	padding:0 10px 0 0;
}

.proddroite {
	width:421px;
	float:left;
	padding:0 0 0 10px;
}

.txtprod {
	float:left;
	width:210px;
	padding:0 20px 0 0;
	text-align:justify;
}

#imgprod {
	float:left;
}

.big {
	width:200px;
	float:left;
}

.big img {
	border: 2px solid #fc7301;
}

.navgalerie {
	float:left;
	width:404px;
}

.navgalerie img {
	border: 2px solid #fc7301;
	margin:5px 2px 0 0;
	cursor:pointer;
}

.logoprod {
	float:left;
	padding:0 0 0 20px;
}

.boy {
	background-image:url(images/boy.jpg);
	background-repeat:no-repeat;
	background-position: right 30px;
}

/******************************** contact */

.contact {
	background-image:url(images/bgcontact.jpg);
	background-position: right top;
	background-repeat:no-repeat;
}

.contactgauche {
	width:437px;
	height:314px;
	float:left;
	padding:0 10px 0 0;
	background-image:url(images/bgplan.gif);
	background-repeat:no-repeat;
}

.contactdroite {
	width:450px;
	float:left;
	padding:50px 0 0 30px;
}

.titre2 {
	color:#fff;
	font-family:Impact, sans-serif;
	font-size:14px;
	background-image:url(images/puceplan.gif);
	background-repeat:no-repeat;
	padding:2px 0 0 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin:10px 14px 10px 10px;
}

#plan {
	padding: 0 0 0 10px;
}

.phone {
	width:125px;
	float:left;
	text-align:center;
	color:#FFFFFF;
}

.mail {
	width:200px;
	float:left;
	text-align:center;
	color:#FFFFFF;
}

.adresse {
	float:left;
	text-align:center;
	width:100px;
	color:#FFFFFF;
}

.txtadresse {
	padding:10px 0 0 0;
	text-align:center;
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
}

.form1 {
	width:200px;
	float:left;
}

.form2 {
	width:200px;
	float:left;
}

/*------------------formulaire-------------*/

#form{
    padding:0;
    margin:0;
	width:400px;
}

.input{
    width:180px;
    height:15px;
    border:solid 1px #fc7301;
    padding:0px 0px 0px 3px;
    margin:0px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

textarea{
    width:180px;
    height:80px;
    border:solid 1px #fc7301;
    padding:0px 0px 0px 3px;
    margin:0px 0px 5px 0px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#bouton{
    display:block;
    width:90px;
    border:solid 1px #000;
    cursor:pointer;
	background-color:#fc7301;
	color:#FFFFFF;
	margin:0 0 0 95px;
}

#carte1 {
	display: none;
	position: absolute;
	top: 120px;
	left: 10px;
	height: 566px;
	width: 900px;
	border: 1px solid #fc7301;
	z-index: 1000;
}
#carte1 img {
	border:none;
}

.fermer-carte {
	background: #fc7301;
	line-height: 16px;
	height: 18px;
	padding-right: 1px;
	color: #ccc;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.fermer-carte a {
	color: #fff;
	display: block;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.fermer-carte a:hover {
	color: #000;
	text-decoration: none;
}
.cadreX {
	border: 1px #aaa solid;
	padding: 0px 3px;
}

/******************************** mention */

.mention {
	width:930px;
	float:left;
	padding:0 10px 0 0;
}

/******************************** footer */

.footer {
	margin:0 auto;
	width:955px;
	text-align:center;
}

.navfoot {
	background-image:url(images/ligne.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#fc7301;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0 0 15px 0;
	line-height: 18px;
}

.navfoot a {
	color:#fc7301;
	text-decoration:none;
}

.navfoot a:hover {
	color:#fff;
}

#tt {
   text-align:center;
    margin-top:20px;
}

#tt a {
    font-size:9px;
	color:#fc7301;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#tt a:hover {
    color:#fff;
}

#tt p {
	width:955px;
}