/* CSS Document */
body {
	font:10px verdana, arial, sans serif;
	background-color:#3a3a3a;
	background-image:url(../images/back.jpg);
	background-repeat:repeat-x;
}
*{margin:0; padding:0;}
div#styles {
	position:absolute;
	margin-left:-400px;	
	left:50%;
	width:800px;
	color:white;
	text-align:right;	
}
div#styles p{display:inline;
}
div#styles a:link{
	text-decoration:none;
}
a.un:link {color:#FFF;}
a.un:visited{ 
    color:#FFF;
	text-decoration:none;
	}
a.un:hover {color:#0C6;}


a.deux:link {color:#FFF;}
a.deux:visited{ 
    color:#FFF;
	text-decoration:none;
	}
a.deux:hover {color:#09F;}

a.trois:link {color:#FFF;}
a.trois:visited{ 
    color:#FFF;
	text-decoration:none;
	}
a.trois:hover {color:#F33;}

a.quatre:link {color:#FFF;}
a.quatre:visited{ 
    color:#FFF;
	text-decoration:none;
	}
a.quatre:hover {color:#966;}
#all {
	position:absolute;
	margin-left:-400px;
	margin-top:15px;
	left:50%;
	width:800px;
	border: white solid 2px;
	background:white;	
}

div#header {
	width:800px;
	height:89px;
	background-image:url(../images/brown/head.jpg);
	background-repeat:no-repeat;
	border-bottom-width:10px;
	border-bottom-style:solid;
	border-bottom-color:#FF0;
	}
div#compet {
	width:800px;
	height:19px;
	background-image:url(../images/brown/compet.jpg);
	background-repeat:no-repeat;
	margin-top:5px;
    }
div#main {
	width:800px;
	height:572px;
	background-image:url(../images/brown/main.jpg);
	background-repeat:no-repeat;
	margin:0;
    }
div#service {
	width:320px;
	height:450px;
	float:left;
	margin-left:32px;
	margin-top:60px;
	text-align:center;
    }
div#service div {
	text-align:left;
}
div#service p {
	color:#600;
	padding-bottom:10px;
	}
div#service h5 {
	color:#630;	
	}

div#portfolio {
	background-image:url(../images/green/portcube.png);
	width:390px;
	height:440px;
	float:right;
	margin-top:75px;
	margin-right:24px;	
    }
div#portfolio div {
	display:inline;
	float:left;
	margin:14px;
	text-align:center;
}
div#portfolio div img {
	border: none;
	text-decoration:none;
}

div#footer {
	width:800px;
	height:71px;
	float:left;
	background-image:url(../images/brown/footer.jpg);
	background-repeat:no-repeat;
    }
div#footer p {
	padding-top:50px;
	padding-right:5px;
	color:white;
	font-size:0.9em;
	float:right;
}

div#footer img {
	padding-top:35px;
	padding-left:5px;
	float:left;
	text-decoration:none;
	border: none;
}
.idiot {
	background: #fffabf;
	border-bottom: solid 1px #e0d862;
	padding: 3px 10px;
	position: relative;
	z-index: 99;
}





