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

body {
	padding:20px;
	margin-top:0px;
	margin-left:0px;
	/*background:url(images/degrade.jpg) center center repeat-x #000;*/
	/*background-color:#506e72;*/
	background:url(images/fond-skieur-vert.jpg) center no-repeat #000;
	/*background-color:#29464b;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	overflow:hidden
}

a {
color:#ffffff;
text-decoration:underline;
}
a:hover {
color:#E61206;
}



#logo {
position:absolute;
top:10%;
left:10*;
background:url(images/logo_yoann_pt.gif) no-repeat;
width:100px;
height:72px;
}
#crochet_d {
z-index:0;
float:right;
width:140px;
height:532px;
background:url(images/crochet_d.png) no-repeat;
}
#crochet_g {
z-index:0;
float:left;
width:140px;
height:532px;
background:url(images/crochet_g.png) no-repeat;
}
#titre_yo {
z-index:0;
top:0;
width:557px;
height:59px;
margin-left:140px;
margin-top:0px;
background:url(images/fond_06.png) no-repeat;
}
#contenu {
z-index:100;
position:absolute;
width:650px;
height:390px;
margin-top:10px;
margin-left:93px;
}

.titre {
font-size:16px;
font-weight:bold;
color:#fff;
text-transform:uppercase;
}
.titre2, .titre2 a {
font-size:16px;
font-weight:bold;
color:#fff;
margin-top:0;
margin-bottom:7px;
}


.rouge {
font-weight:bold;
color:#E61206;
}


#menu {
background:url(images/fond_02.png) no-repeat;
background-position:top 10px;
font-size:11px;
margin-top:40px;
padding-left:106px;
text-transform:uppercase;
}
#menu a {
color:white;
font-weight:bold;
text-decoration:none;
}
#menu a:hover {
	color:#E61206;
	font-weight:bold;
}

#content {
	width:837px;
	height:595px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}
#diapo {
	width:690px;
	height:445px;
	position:absolute;
	left:50%;
	margin-left:-345px;
	top:50%;
	margin-top:-223px;
}
#diaporama{
	margin-top:50px;
	margin-bottom:20px;
	border:1px solid black;
	width:649px;
}

#table {
margin-left:0px;
}


#centre {
padding:25px;
}
#copy {
margin-top:440px;
}

.conteneur-image-liens{
height:80px;
width:90px;
vertical-align:middle;
}
.conteneur-liens{
margin-top:-80px;
margin-left:70px;
height:60px;
}


.form_input{
	color:#666;
	font-size:16px;
	height:20px;
	width:360px;
	border:1px solid black;
}
.form_textarea{
	color:#666;
	font-size:11px;
	height:120px;
	width:358px;
	border:1px solid black;
}
	
	
