/*-------------------------------------------------------------------------------
------  GENERAL
-------------------------------------------------------------------------------*/

html {
	margin:0;
	padding:0;
}

body {
	background: #7ad2fb url(images/Header/background.jpg) repeat-x fixed;
	font-family: Helvetica;
	font-size: 10px;
	color: #403535;
	margin: 0;
	padding: 0;
	overflow: auto;
}

img{
	margin: 0px;
	float: left;
	clear: left;

}

.frame img{
	border: 10px solid white;
	margin: 10px;
}

.titre {
	font-size: 26px;
	font-weight: bolder;
	margin-left: 6px;
}

/*-------------------------------------------------------------------------------
------  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;
}

#copyright {
	color: #188bd5;
	margin-left: 10px;
	position: absolute;
	bottom: 10px;
}

#resume {
	position: absolute;
	left: 100px;
	top: 109px;
}

#email {
	position: absolute;
	left: 160px;
	top: 109px;
}

#gallery {
	position: relative;
	margin-left: 460px;
	width: 700px;
	height: 100%;
}

.frame {
	padding: 8px;
	width: 700px;
	margin-right: 16px;
	height: 100%;
	float: left;
	clear: left;
}

#magenta_color{
	float: left;
	clear: left;
}

#cyan_color{
	float: left;
	clear: left;
}

#yellow_color{
	float: left;
	clear: left;
}