@import url("menu.css");

/*--------------------------  BALISES  --------------------------*/
html{
	font-family: "georgia";
	font-size: 15px;
	color: #555555;
	line-height: 17px;
}

a img{
	border: none;
}

img{
	margin: 0;
	border: 0;
}

input{
	border: 1px solid #999999;
}

textarea{
	border: 1px solid #999999;
}

h3{
	font-size: 18px;
	color: #FF99CC;
	font-weight: bold;
}

/*--------------------------  ID  --------------------------*/

#btn_bienvenue{
	width: 200px;
	height: 63px;
	margin: 515px 0 0 254px;
	cursor: pointer;
}

#tableContent{
	margin: auto;
}

#td_main{
	width: 1024px;
	height: 746px;
	vertical-align: top;
	background: url("../images/main_fond_bandeau.jpg") no-repeat;
}

#spacer_left{
	width: 120px;
}

#div_header{
	height: 100px;
	padding-left: 500px;
}

#returnHome{
	width: 325px;
	height: 80px;
	cursor: pointer;
}

#content{
	width: 520px;
	padding: 0;
}

#div_content{
	height: 600px;
	width: 475px;
	margin: auto;
	overflow: auto;
	text-align: center;
	padding-right: 20px;
	padding-left: 10px;
}

#tableContact{
	margin: auto;
}

/*--------------------------  CLASS  --------------------------*/

.pLeft{
	text-align: justify;
}

.italic{
	font-style: italic;
}

.lineheight1{
	line-height: 20px; 
}

.legend1{
	font-size: 10px;
}

.legend2{
	font-size: 12px;
}

.spacer1{
	height: 20px;
}

.titre1{
	font-size: 14px;
	color: #FF99CC;
	font-weight: bold;
}

.titre2{
	font-size: 18px;
	color: #FF99CC;
	font-weight: bold;
}

.text1{
	text-align: center;
	font-style: italic;
	color: #555555;
	font-size: 13px;
}

.text2{
	text-align: center;
	font-style: italic;
	color: #555555;
	font-size: 12px;
}