body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 0.8em;
}
@font-face {
	font-family: Consola;
	src: url("font/consolab.ttf") format("opentype");
}
@font-face {
	font-family: Trebuchet;
	src: url("font/trebuc.ttf") format("opentype");
}

h1 {
	color: #003798;
	font-family: Consola, Trebuchet, Verdana;
	font-size: 2.2em;
	line-height: 1.1em;
	width: 60%;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
h2 {
	color: #E59300;
	font-family: Consola, Trebuchet, Verdana;
	font-size: 1.5em;
	line-height: 1em;
	width: 70%;
}
h3 {
	color: #56595C;
	font-family: Consola, Trebuchet, Verdana;
	font-size: 1.2em;
	width: 70%;
	font-weight: bold;
}
input, select {
	line-height: 1.5em;
	color: #56595C;
	font-size: 0.9em;
}
select {
	cursor:pointer;
}
input[type="submit"], input[type="checkbox"] {
	cursor:pointer;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #F2B13D;
}

textarea {
	line-height: 1.5em;
	color: #56595C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
form {
	padding: 10px;
	border: 1px solid #E4E5E6;
	background-color: #F4F4F4;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomleft:20px;
}
#conteneur {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 180px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav {
	width: 100%;
	float: left;
	position: fixed;
	display: block;
	z-index: 1;
	height: 80px;
	bottom: 120px;
	background-image: url(images/bg-bottom.png);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#navtop {
	width: 80%;
	float: right;
	position: fixed;
	display: block;
	z-index: 0;
	top: 0px;
	text-align: right;
	color: #FFF;
	left: 0px;
	background-color: #FFF;
	padding-left: 20%;
}
#navtop td:hover {
    opacity : 0.8;
    filter : alpha(opacity=80);
    -moz-opacity : 0.8;
}
#barremenu {
	background-image: url(images/galerie.jpg);
	background-repeat: repeat;
	width: 100%;
	background-position: right;
}

#link {
	width: 70%;
	padding-bottom: 16px;
}


#contenu {
	overflow: auto;
}
#entete {
	background-image: url(../../Tiphaine%20Bourdin/site-tiphaine/images/entete.png);
	background-position: center bottom;
	height: 40px;
	background-repeat: no-repeat;
}
#corps {
	padding-bottom: 10px;
	width: 74%;
	margin-left: 22%;
	padding-right: 30px;
	margin-top: 0px;
}
#corps p {
	line-height: 1.5em;
	color: #7B7E84;
	font-size: 0.9em;
	word-spacing: 0.2em;
}
#corps a {
	color: #00369A;
	text-decoration: none;
}
#corps a:hover {
	color: #F2B13D;
}
#corps a:visited {
	color: #333;
}
#corps ul {
	line-height: 1.5em;
	color: #56595C;
	font-size: 0.9em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#pied {
	height: 120px;
	width: 100%;
	background-image: url(../../Tiphaine%20Bourdin/site-tiphaine/images/pied.png);
	background-repeat: no-repeat;
	background-position: top;
}
#mentions {
	width: 96%;
	float: left;
	display: block;
	z-index: 1;
	bottom: 0px;
	background-color: #FFF;
	position: fixed;
	margin-bottom: 5px;
}
#mentions p {
	color: #56595C;
	text-align: right;
	margin: 0px;
	padding-top: 10px;
	font-size: 0.8em;
	line-height: 2em;
	padding-right: 5px;
}
#mentions a {
	text-decoration: none;
	color: #56595C;
	font-weight: bold;
}
#mentions a:hover {
	color: #003798;
}
#right {
	width: 50px;
	position: fixed;
	display: block;
	z-index: 2;
	height: 50px;
	top: 45%;
	left: 0px;
}
#right:hover {
	cursor: pointer;
}
#left {
	width: 50px;
	position: fixed;
	display: block;
	z-index: 2;
	height: 50px;
	top: 45%;
	right: 0px;
}
#left:hover {
	cursor: pointer;
}
#coldroite {
	float: right;
	width: 29%;
	background-color: #E4E5E6;
	padding: 8px;
	margin-left: 20px;
	margin-bottom: 20px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomleft:20px;
}
#coldroite h3 {
	color: #003798;
	font-size: 1.1em;
	width: 80%;
}

#coldroite p {
	text-align: left;
}
#navbottom {
	width: 100%;
	float: left;
	position: fixed;
	display: block;
	z-index: 1;
	height: 80px;
	bottom: 0px;
	background-image: url(images/bg-bottom.png);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#link a {
	font-size: 1.1em;
	font-style: italic;
	color: #336BCC;
	margin: 0px;
	padding: 0px;

}
#link p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#link a:hover {
	color: #224888;
}
#nuage {
	float: right;
	width: 30%;
	background-color: #E4E5E6;
	margin-left: 20px;
	margin-bottom: 20px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomleft:20px;
	text-align: center;
	padding: 10px;
}
#nuage a.tag1 {
	font-size: 0.7em;
	font-weight: 100;
	color: #F2B13D;
}
#nuage a.tag1:hover {
	color: #336BCC;
}
#nuage a.tag2 {
	font-size: 0.8em;
	font-weight: 200;
	color: #336BCC;
}
#nuage a.tag2:hover {
	color: #F2C36D;
}
#nuage a.tag3 {
	font-size: 0.9em;
	font-weight: 300;
	color: #F2C36D;
}
#nuage a.tag3:hover {
	color: #F2B13D;
}
#nuage a.tag4 {
	font-size: 1em;
	font-weight: 400;
	color: #5C85CC;
}
#nuage a.tag4:hover {
	color: #AC7E2B;
}
#nuage a.tag5 {
	font-size: 1.2em;
	font-weight: 500;
	color: #AC7E2B;
}
#nuage a.tag5:hover {
	color: #5C85CC;
}
#nuage a.tag6 {
	font-size: 1.4em;
	font-weight: 600;
	color: #F2B13D;
}
#nuage a.tag6:hover {
	color: #886422;
}
#nuage a.tag7 {
	font-size: 1.6em;
	font-weight: 700;
	color: #336BCC;
}
#nuage a.tag7:hover {
	color: #284A82;
}
#nuage a.tag8 {
	font-size: 1.8em;
	font-weight: 800;
	color: #F2C36D;
}
#nuage a.tag8:hover {
	color: #003798;
}
#nuage a.tag9 {
	font-size: 2.1em;
	font-weight: 900;
	color: #5C85CC;
}
#nuage a.tag9:hover {
	color: #E59300;
}
#nuage li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
#nuage ul {
	line-height: 2.5em;
	padding: 0px;
	margin: 0px;
}
.reservetop {
	height: 180px;
	width: 100%;
}
.alpha {
	background-color: #FFFFFF;
    opacity : 0.5;
    filter : alpha(opacity=50);
    -moz-opacity : 0.5;
 }

.photo {
	float: right;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomleft:20px;
	background-color: #000000;
	width: 162px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: right;
}
.logobottom {
	height: 80px;
	float: left;
	text-align: left;
	background-color: #003798;
	background-image: url(images/logo-tiphaine-bottom.jpg);
	background-position: right;
	width: 20%;
	background-repeat: no-repeat;
}
.flot {
	background-color: #E4E5E6;
	float: right;
	width: 24%;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;

	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomleft:20px;
	padding: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: right;
}
.pointer {
	cursor: pointer;
}

.flot h1 {
	font-size: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-weight: normal;
	width: 100%;
}
.flot p {
	margin: 0px;
	text-align: left;
}
.flot a:hover {
	color: #F2B13D;
}
.flot a {
	text-decoration: none;
	color: #56595C;
	font-size: 0.85em;
	line-height: 1.6em;
}

.block {
	display: block;
}
.none {
	display: none;
}
.reservebottom {
	height: 150px;
	width: 100%;
}
.rubrique {
	background-color: #AC7E2B;
	height: 30px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 20px;
	line-height: 2em;
	font-weight: 300;
}
.rubrique2 {
	background-color: #5C85CC;
	height: 30px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: left;
	line-height: 2em;
	text-indent: 20px;
	font-weight: 300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.rubrique3 {
	background-color: #336BCC;
	height: 30px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 20px;
	line-height: 2em;
	font-weight: 300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.rubrique4 {
	background-color: #F2B13D;
	height: 30px;
	width: 100%;
	margin: 0px;
	color: #FFFFFF;
	text-align: right;
	line-height: 2em;
	font-weight: 300;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.rubrique5 {
	background-color: #F2C36D;
	height: 30px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 20px;
	line-height: 2em;
	font-weight: 300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.rubrique a {
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}
.rubrique2 a {
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}
.rubrique3 a {
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}
.rubrique4 a {
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}
.rubrique5 a {
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}
.rubrique6 a {
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}
.rubrique:hover {
	cursor: pointer;
	background-color: #886422;
}
.rubrique2:hover {
	cursor: pointer;
	background-color: #284A82;
}
.rubrique3:hover {
	cursor: pointer;
	background-color: #224888;
}
.rubrique4 a:hover {
	cursor: pointer;
	color: #003798;
}
.rubrique5:hover {
	cursor: pointer;
	background-color: #E59300;
}
.gras {
	font-weight: bold;
}
.temoin {
	padding-left: 25px;
	background-image: url(images/temoignage-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 185px;
	width: 100%;
	margin: 10px;
	overflow: hidden;
	padding-top: 15px;
}
.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2B13D;
}
acronym {
	cursor: help;
}
.small {font-size: 0.8em}
