/* CSS Document */
* {
margin:0;
padding:0;
}
body {
margin:0;
padding:0;
background:url("images/bg.gif") repeat-x;
text-align:center;
color:#ff009c;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
color:#0000CC;
}
#page {
width:819px;
margin:auto;
position:relative;
}
#bottom {
height:49px;
width:819px;
background:url("/images/bottom.gif") no-repeat;
}

#bottom a {
line-height:49px;
margin:0 10px 0 10px;
color:#999999;
text-decoration:none;
font-size:20px;
font-family:"Trebuchet MS";
}
#bottom a.join  {
color:#FFC1C3;
}
#bottom a:hover {
color:#FFFFFF;
}

#bottom2 a {
line-height:49px;
margin:0 10px 0 10px;
color:#999999;
text-decoration:none;
font-size:20px;
font-family:"Trebuchet MS";
}
#bottom2 a.join  {
color:#FFC1C3;
}
#bottom2 a:hover {
color:#FFFFFF;
}

#footinfo {
	position:absolute;
	top:850px;
	left:0;
	text-align:center;
	width:819px;
	padding-bottom:20px;
}

.videos{
	float: left;
	width: 320px;
	height: 300px;
	background:#ffc6d7;
	border:1px solid #ff8cbf;
	padding:10px;
	margin: 10px 20px 10px 35px;
}

.videos a
{
	color: #0442EF;
}

.videos img{
	border: 0px;
}

.descriptionItem
{

}


.photos{
	float: left;
	width: 320px;
	height: 260px;
	background:#ffc6d7;
	border:1px solid #ff8cbf;
	padding:10px;
	margin: 10px 20px 10px 35px;
}

.photos img{
	border: 0px;
}

img
{
	border: 0px;
}

#gallerie
{
	width: 700px;
	text-align: center;
	margin: auto;
}

#description
{
	width: 700px;
	text-align: justify;
	margin: auto;
	margin-bottom: 10px;
}

#accroche
{
	color: #F60393;
	font-size: 20px;
}

#globalScreen
{
	margin-top: 10px;
}