/* CSS Document */
a {
	color:#CE170D;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#global {
	position:absolute;
	margin:0;
	width: 800px;
	top: 10px;
	left:50%;
	margin-left:-400px;
	margin-bottom:10px;
}

#header {
	float: left;
	height: 200px;
	width: 800px;
}
#lefter {
	width: 160px;
	border: thin dashed #CE170D;
	float: left;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#lefter2 {
	width: 160px;
	border: thin dashed #CE170D;
	float: left;
	padding: 10px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#space1 {
	float: left;
	height: 300px;
	width: 10px;
}
#space2 {
	float: left;
	height: 300px;
	width: 5px;
}
#general {
	float: left;
	width: 571px;
	border: thin dashed #CE170D;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}


a.A { display: inline-table; width: 100px; height: 39px; background-image: url('../img/menu/accueil_off.png') } 
a.A:hover { display: inline-table; width: 100px; height: 39px; background-image: url('../img/menu/accueil_on.png') } 

a.B { display: inline-table; width: 133px; height: 39px; background-image: url('../img/menu/sophrologie_off.png') } 
a.B:hover { display: inline-table; width: 133px; height: 39px; background-image: url('../img/menu/sophrologie_on.png') } 

a.C { display: inline-table; width: 129px; height: 39px; background-image: url('../img/menu/formations_off.png') } 
a.C:hover { display: inline-table; width: 129px; height: 39px; background-image: url('../img/menu/formations_on.png') }

a.D { display: inline-table; width: 97px; height: 39px; background-image: url('../img/menu/equipe_off.png') } 
a.D:hover { display: inline-table; width: 97px; height: 39px; background-image: url('../img/menu/equipe_on.png') }

a.E { display: inline-table; width: 140px; height: 39px; background-image: url('../img/menu/partenariats_off.png') } 
a.E:hover { display: inline-table; width: 140px; height: 39px; background-image: url('../img/menu/partenariats_on.png') }

a.F { display: inline-table; width: 100px; height: 39px; background-image: url('../img/menu/contact_off.png') } 
a.F:hover { display: inline-table; width: 100px; height: 39px; background-image: url('../img/menu/contact_on.png') } 



.tab1{
	background-color: #CE170D;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
}
.liens_accueil {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.liens_accueil a {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.liens_accueil a:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.form {
	border: 1px solid #CE170D;
	height: 20px;
	width: 300px;
}