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

H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999999;
}
body {
	background-image: url(../images/fond.jpg);
/*	background-image: url(../images/webmaster-freelance.jpg);*/
	background-repeat: repeat;
	background-position: top;
/*	background-color: #454545;*/
	margin-top:0px;
	margin-bottom:0px;

}
#prestations{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	left:150px;
	top:-160px;
	position:relative;
	font-weight: bold;
	width: 400px;
}
#container{
height:170px;

}
.main{
	background-image: url(../images/webmaster-ecommerce.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #cbcbcb;
}

.corps{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align:justify;
	clear: both;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align:center;
}
a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration:underline;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration:underline;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration:underline;
}

a.small:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
}
a.small:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: underline!important;
}
a.small:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
}
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
input[type=text] {
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
textarea {
	background-color: #FFFFFF;
	border: thin dashed #CCCCCC;
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
