/* CSS de l'entrée de mon site web */

body
{
	width: 800px;
	background-color: #FFFFFF;
}

/* L'emplacement du center.php */

#centre
{
	width: 435px;

	position: absolute;
	top: 372px;
}

/* L'emplacement du logo */

#logo_tch
{
	width: 284px;
	height: 45px;
	
	background-image: url(../img/logo_tc.jpg);
	position: absolute;
	
	left: 0px;
	top: 23px;
}

/* L'emplacement de la bannière */

#banniere
{
	width: 790px;
	height: 261px;
	
	background-image: url(../img/ban_tc.jpg);
	position: absolute;
	
	left: 0px;
	top: 98px;
}

/* L'emplacement de la FAQ_bande */

#FAQ
{
	width: 255px;
	height: 370px;
	
	background-image: url(../img/FAQ_bande.jpg);
	position: absolute;
	
	left: 537px;
	top: 361px;
}


/* L'emplacement de l'adresse */

#adresse
{
	width: 287px;
	height: 20px;
	position: absolute;
	left: -5px;
	top: 76px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
}

/* L'emplacement du copyright */

#copyright
{
	width: 571px;
	height: 20px;
	position: absolute;
	left: 210px;
	top: 740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
}

/* L'emplacement de compte/client */

#compte_client
{
	width: 249px;
	height: 82px;
	background-image: url(../img/titre_compte.jpg);
	position: absolute;
	left: 542px;
	top: 0px;

}

/* L'emplacement formulaire - web mail */

#form
{
	width: 264px;
	height: 20px;
	position: absolute;
	left: 282px;
	top: 332px;
}

/* L'emplacement formulaire - compte/client */

#form2
{
	width: 261px;
	height: 20px;
	position: absolute;
	left: 547px;
	top: 36px;
}

/* L'emplacement de la bande grise (footer) */

#footer
{
	width: 791px;
	height: 26px;
	
	background-image: url(../img/bd_grise.jpg);
	position: absolute;
	
	left: 0px;
	top: 735px;
}

/* Section MENU - début */

#lien_menu	{
	position: absolute;
	left: 586px;
	top: 136px;
}

#lien_menu1	{
	position: absolute;
	left: 586px;
	top: 183px;
}

#lien_menu2	{
	position: absolute;
	left: 586px;
	top: 229px;
}

#lien_menu3	{
	position: absolute;
	left: 586px;
	top: 276px;
}

#lien_menu4	{
	position: absolute;
	left: 586px;
	top: 324px;
}

/* Section MENU */


.menu	{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
}

.menu2	{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
}


a:hover	{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
} 


/* L'emplacement du texte */


.texte {
	width: 435px;
	height: 395px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

#positiontxt {
	position: absolute;
	top: 20px;
	left: -10px;
	padding: 5px;
	z-index: 12;
}

.gros_titre {
	width: 400px;
	height: 395px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

#position_gtitre {
	position: absolute;
	top: -26px;
	left: -10px;
	padding: 5px;
	width: 241px;
	z-index: 12;
}