/*  ------------------------------------------
/*  Class de Textes
/*---------------------------------------------- */

p.TitleC {border:none;
	text-align: center;
	font-family: times;
	color:#431154;
	font-size: 35px; }

p.TitleL {border:none;
	text-align: left;
	font-family: times;
	color:#431154;
	font-size: 35px; }

p.SubtitleC {border:none;
	text-align: center;
	font-family: times;
	color:#431154;
	font-size: 35px; }

p.SubtitleL {border:none;
	text-align: center;
	font-family: times;
	color:#431154;
	font-size: 25px; }

p.TextC {border:none;
	text-align: center;
	font-family: times;
	color:#431154;
	font-size: 20px;}

p.TextL {border:none;
	text-align: left;
	font-family: times;
	color:#431154;
	font-size: 20px;}

.TextNote {border:none;
	text-align: center;
	font-family: times;
	color:#431154;
	font-size: 15px;}

label  {border:none;
	text-align: center;
	font-family: times;
	color:#431154;
	font-size: 15px;}


/*  Class des liens
/*---------------------------------------------- */

a.Nav:link {border:none;
	font-family: times;
	color: #FFFFFF;
	background : #6A6157;
	text-decoration :none;
	font-weight:normal;
	vertical-align:middle;
	font-size: 20px; }

a.Nav:visited {border:none;
	font-family: times;
	color: #FFFFFF;
	background : #6A6157;
	text-decoration :none;
	font-weight:normal;
	vertical-align:middle;
	font-size: 20px; }


a.Nav:hover {border:none;
	font-family: times;
	color: #BA0303;
	background : #FFFFFF;
	text-decoration :none;
	font-weight:normal;
	vertical-align:middle;
	font-size: 20px; }

.SituNav{border:none;
	font-family: times;
	color: #BA0303;
	background : #FFFFFF;
	text-decoration :none;
	font-weight:normal;
	vertical-align:middle;
	font-size: 20px; }

a:link {color: #6A6157;
	text-decoration :none;}

a:hover {color: #FF0000;
	text-decoration :none;} 

a:visited {color: #6A6157;
	text-decoration :none;}


/*  ------------------------------------------
/*  Class des elements
/*---------------------------------------------- */



#Logo {align:left;}

div#Gris {background:#6A6157;
	height:50px;
	width:90%;}

textarea { 	
	background-color:#FFFFFF;
	color: #431154;
	font-size: 17px;
	font-family: garamond, "Palatino Linotype", times;
	text-align: left;
	float: center; 
}

textarea.Contact { 	
	background-color:#EEEEEE;
	color: #431154;
	font-size: 17px;
	font-family: garamond, "Palatino Linotype", times;
	text-align: left;
	float: center; 
}

input { 	
	background-color:#FFFFFF;
	color: #431154;
	font-size: 17px;
	font-family: garamond, "Palatino Linotype", times;
	text-align:center;
	float: center; 
}

input.Contact { 	
	background-color:#EEEEEE;
	color: #431154;
	font-size: 17px;
	font-family: garamond, "Palatino Linotype", times;
	text-align:left;
	float: center; 
}

input.Resa { 	
	background-color:#FFFFFF;
	color: #431154;
	font-size: 17px;
	font-family: garamond, "Palatino Linotype", times;
	text-align:center;
	float: center; 
}

select { 	
	background-color:#FFFFFF;
	color: #431154;
	font-size: 17px;
	font-family: garamond, "Palatino Linotype", times;
	text-align: center;
	float: center; 
}

ul {
padding: 10px 0 15px 20px;
margin-left:40px;
} 

li {margin-bottom:5px;
text-align:left;
list-style-type: disc;
color: #431154;
font-size: 20px;
}