@charset "utf-8";
/* CSS Document */

body {
	background-image:url("images/fond.jpg");
	background-repeat:repeat-x;
	width:100%;
	margin-left:-10px;
	margin-right:-10px;
}

input[type=text] {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:800;
	text-align:center;
	background: transparent url(images/text.png) no-repeat;
	width:200px;
	height:30px;
	border:none;
	padding-top:1px;
}

input[type=text]:focus{
	background-position:-200px 0;
}

input[type=text]:hover{
	background-position:-200px 0;
}

.textarea {
	border: 1px #999 solid;
	height:200px;
	width:195px;
	background: url(images/textarea.png) no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:300;
}

.submitcontact {
	border:none;
	width:100px;
	height:20px;
	cursor:pointer;
	background: transparent url(images/checked.png) no-repeat;
}

.submitcontact:hover {
	background-position:-100px 0;
	cursor:pointer;
}

.logocoor{
	margin-top:-60px;
}

.assistance {
	margin-top:-10px;
}

.valid{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:500;
	color:#85cb36;
	text-align:center;
}

.erreur{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:500;
	color:#e31111;
	text-align:center;
}

.site-pro {
    width: 300px;
    height: 75px;
    cursor: pointer;
    background: transparent url(images/professionnel.png) no-repeat;
}

.site-pro:hover {
	background-position: -300px 0;
	cursor:pointer;
}

.site-part {
    width: 300px;
    height: 75px;
    cursor: pointer;
    background: transparent url(images/particulier.png) no-repeat;
}

.site-part:hover {
	background-position: -300px 0;
	cursor:pointer;
}

.site-bout {
    width: 300px;
    height: 75px;
    cursor: pointer;
    background: transparent url(images/boutique.png) no-repeat;
}

.site-bout:hover {
	background-position: -300px 0;
	cursor:pointer;
}

.text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:800;
	text-align:center;
}

.titrepresent {
    width: 245px;
    height: 35px;
    cursor: pointer;
    background: transparent url(images/contact.png) no-repeat;
}

.titrepresent:hover {
	background-position: -245px 0;
	cursor:pointer;
}

.textpresent {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:500;
	color:#666666;
	text-align:justify;
	width:800px;
	display:none;
}

.newsarb{
	width: 175px;
	height: 35px;
	cursor: pointer;
	background: transparent url(images/newsi.png) no-repeat;
}

.newsarb:hover{
	background-position: -175px 0;
	cursor: pointer;
}

.formnewsarb{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:600;
	color:#666666;
	text-align:justify;
	width:800px;
	display:none;
}

a:link{
	text-decoration:none;
	color:#000000;
}

a:hover{
	color:#dc0f7b;
}

.submit{
	width: 20px;
    height: 20px;
    cursor: pointer;
	border:0;
    background: transparent url(images/submit.png) no-repeat;
}

.submit:hover{
	background-position:-20px 0;
	cursor:pointer;
}

.newsletter {
	background-image:url("images/newsletter.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:300px;
	height:100px;
}

.footer {
background-image:url("images/footer.png");
background-position:center;
background-repeat:repeat-x;
height:200px;
margin: 0px -10px -10px -10px;
}

.keywords{
	width:1000px;
	height:100px;
	text-align:justify;
	text-decoration:none;
	margin:0;
	padding-top:2px;
}

.endfoot{
	width:1000px;
	text-align:center;
	text-decoration:none;
}

h6{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:10px;
}

#tooltip{
        position:absolute;
		background:url("images/infobulle.png");
		background-repeat:no-repeat;
		height:60px;
		width:200px;
		padding-top:18px;
        display:none;
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		font-weight:500;
		text-align:center
}
