/*-------------------------------------------------------------------------------
------  GENERAL
-------------------------------------------------------------------------------*/

html {
	margin:0;
	padding:0;
}

body {
	background: #7ad2fa url(images/Header/background.jpg) repeat-x fixed;
	font-family: Helvetica;
	font-size: 10px;
	color: #403535;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#gallery img {
	margin: 0px;
	float: left;
	clear: left;
	border-bottom: 1px solid #403535;
	border-top: 1px solid #403535;
}

.frame img{
	border: 0px;
	margin: 0px;
}

.titre {
	font-size: 20px;
	font-weight: bolder;
	padding: 3px;
	padding-top: 15px;
	width: 698px;
	height: 26px;
	background-color : #403535;
	margin: 0px;
	text-align: center;
	color: white;
	float: left;
	clear: left;
}

/*-------------------------------------------------------------------------------
------  LINKS
-------------------------------------------------------------------------------*/

a:link, a:active, a:visited{
	color: #edffff;
	font-size: 12px;
	text-decoration: none;
	outline: none;
	font-variant: small-caps;
}

a:hover {
	color: #403535;
}

/*-------------------------------------------------------------------------------
------  CADRES
-------------------------------------------------------------------------------*/

#mainpic {
	width: 440px;
	height: 100%;
	position: fixed;
	float: left;
	padding: 0px;
}

#icons {
	width: 130px;
	height: 16px;
	position: fixed;
	top: 128px;
	left: 79px;
	padding: 0px;
}

#icons img{
	padding: 1px;
}

#copyright {
	color: #188bd5;
	margin-left: 10px;
	position: fixed;
	bottom: 10px;
}

#resume {
	font-size: 14px;
	position: absolute;
	left: 0px;
	top: 111px;
	display: block;
	height: 7px;
	width: 196px;
	background-color: #3fa8e4;
	text-align: right;
	padding-right: 3px;
	padding:2px;
	line-height: 4px;
}

#resume:hover {
	background-color: #fec939;
}

#gallery {
	position: relative;
	margin-left: 460px;
	width: 700px;
	height: 100%;
}

.frame {
	padding: 0px;
	width: 700px;
	margin-right: 16px;
	height: 100%;
	float: left;
	clear: left;
	border: 2px solid #403535;
}