@charset "utf-8";
.structure {
	font-family: Tahoma, Geneva, sans-serif;
	margin:0;	padding:0; 	font-size: 12px;
	background-image: url(images/background.png);
	background-repeat: repeat-y; 	background-position: center;
	text-align:center;
}

#principal
{
	width:831px; min-height: 670px;
	margin: 0 auto; border: 0;	text-align: left;
	background-repeat: repeat-y; background-position: center;
}

#tete
{
	width:831px; height: 193px;
	background-image: url(images/bg_titre.jpg);
	background-repeat: no-repeat;
}

#menu
{
	width:831px; height: 51px;
	background-image: url(images/bg_menu.jpg);
	background-repeat: no-repeat;
}

#corps
{
	width:831px; min-height: 400px;
	background-image: url(images/bg_corps.jpg);
	background-color:#fff;
	background-repeat: repeat-y;
}

#pied
{
	width:831px; height: 55px;
	background-image: url(images/bg_pied.jpg);
	background-repeat: no-repeat;
}

#tete .newsletter
{
	position:relative;
	color:#FFF; text-align:right;
	left: 580px; top: 15px; width:200px;
}

#tete .designIdx
{
	position:relative;
	color:#FFF; text-align:right;
	left: 500px; top: 132px; width:300px;
}

#tete .design
{
	position:relative;
	color:#FFF; text-align:right;
	left: 500px; top: 177px; width:300px;
}

#tete .design a
{	color:#FFF; text-decoration:none;}


#tete .designIdx a
{	color:#FFF; text-decoration:none;}

#tete .design-membres
{
	position:relative;
	color:#FFF; text-align:right;
	left: 500px; top: 145px; width:300px;
}

#tete .design-membres a
{	color:#FFF; text-decoration:none;}


.moi_photo
{
	position:relative;
	top:30px; left: 160px;
	color:#FFF;
	width:115px; height:150px;
	border:#000;border:double;
}

