.fixe {
  position: absolute;
  top: 10px;
  left: 10px;
}
html>body .fixe {
  position: fixed;
}

BODY {
	margin-left:0;
	margin-top:0;
}

.titre1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #f90139;
}
a.titre1:link {
	font-size: 12px;
	text-decoration: none;
}
a.titre1:hover {
	font-size: 12px;
	text-decoration: underline overline;
}
a.titre1:visited {
	font-size: 12px;
	text-decoration: none;
}
a.texte1:active {
	font-size: 12px;
	text-decoration: none;
}

.titre2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 1em;
	color: #333333;
}
a:link {
	font-family: "Trebuchet MS", Arial;
	font-size: x-small;
	color: #f90139;
	text-decoration: underline overline;
}
a:hover {
	font-family: "Trebuchet MS", Arial;
	font-size: x-small;
	color: #c50103;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS", Arial;
	font-size: x-small;
	color: #FE4972;
	text-decoration: none;
}
a:active {
	font-family: "Trebuchet MS", Arial;
	font-size: x-small;
	color: #f90139;
	text-decoration: none;
}
.suite {
	font-family: "Trebuchet MS", Arial;
	font-size: 0.8em;
	color: #c50103;
	position:absolute;
	bottom:0px;
	right:0px;
	
}
a.suite:link {
	text-decoration: none;
}
a.suite:hover {
	text-decoration: underline overline;
}
a.suite:visited {
	text-decoration: none;
}
.suite2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 0.8em;
	color: #c50103;
	text-align:right;
}
a.suite2:link {
	text-decoration: none;
}
a.suite2:hover {
	text-decoration: underline overline;
}
a.suite2:visited {
	text-decoration: none;
}

.texte1 {
	font-family: "Trebuchet MS", Arial;
	font-size: xx-small;
	color: #c50103;
}
a.texte1:link {
	font-family: "Trebuchet MS", Arial;
	font-size: xx-small;
	color: #c50103;
	text-decoration: none;
}
a.texte1:hover {
	font-family: "Trebuchet MS", Arial;
	font-size: xx-small;
	color: #c50103;
	text-decoration: underline overline;
}
a.texte1:visited {
	font-family: "Trebuchet MS", Arial;
	font-size: xx-small;
	color: #c50103;
	text-decoration: none;
}
p.ptexte2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 0.9em;
	color: #333333;
	background: right;
	margin-right: 10px;
}
.texte2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 0.9em;
	color: #333333;
}
.texte3 {
	font-family: "Trebuchet MS", Arial;
	font-size:  xx-small;
	color: #333333;
}

input {
	font-family: "Trebuchet MS", Arial;
	font-size: 0.8em;
	color: #c50103;
	border: 1px solid #c50103;
	background-color: #FAFAFA;

}
textarea {
	font-family: "Trebuchet MS", Arial;
	font-size: 0.8em;
	color: #c50103;
	border: 1px solid #c50103;
	background-color: #FAFAFA;

}
select {
	font-family: "Trebuchet MS", Arial;
	font-size: xx-small;
	color: #c50103;
	border: 1px solid #c50103;
	background-color: #FAFAFA;

}
.radio {
	font-family: "Trebuchet MS", Arial;
	font-size: xx-small;
	color: #c50103;
	border: 1px none;
}
#menu{
	position:absolute;
	left:500px;
	top: 400px;
	width:auto;
	height:40px; 
	z-index:1; 
}
#feerie{
	position:absolute;
	left:380px; 
	top:415px;
	width:auto;
	height:20px; 
	z-index:2; 
	visibility: hidden;
}
#portfolio{
	position:absolute;
	left:455px; 
	top:415px;
	width:auto;
	height:20px; 
	z-index:2; 
	visibility: hidden;
}
#other{
	position:absolute;
	left:390px;
	top:415px;
	width:auto;
	height:20px;
	z-index:3;
	visibility: hidden;

}
#contact{
	position:absolute;
	left:540px;
	top:415px;
	width:auto;
	height:20px;
	z-index:4;
	visibility: hidden;

}
#liens{
	position:absolute;
	left:640px;
	top:415px;
	width:auto;
	height:20px;
	z-index:4;
	visibility: hidden;

}

#contenu{
	position:absolute;
	left:202px;
	top:50px;
	width:550px; 
	height:340px; 
	overflow: auto;
	z-index:5; 
}
.colonne1 {
	position:absolute;
	width: 120px;
	left: 0px;
}
.colonne2 {
	position:absolute;
	width: 173px;
	left: 120px;
	top: 285px;
}
.colonne3 {
	position:absolute;
	width: 463px;
	left: 293px;
	text-align:right;
}
#form {
	margin-left: 1em;
	margin-top: 1em;
}

