*{padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;}

html {
	width:100%;
	height:100%;
}

body {
	background:#101084;
	width:100%;
	height:100%;	
	color:#101084;
	font-family:verdana;
	font-size:11px;
}

img {
	border:none;
}

h1 {	
	color:#101084;
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;	
}

h2 {	
	color:#fda70e;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
}

h6{
	
	color:#DD35C3;
}

.bleu {	
	color:#101084;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;	
}

.jaune {	
	color:#fda200;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;	
}

a{
	font-family:verdana;
	font-size:10px;
	text-decoration:undeline;
	color:#101084;
}

a:hover{
	font-family:verdana;
	font-size:10px;
	text-decoration:underline;
	color:#fda70e;
}

#centre{
	position:relative;
	margin: 40px auto;
	width:996px;
}

/*//////////////////////// BANDEAU HAUT ////////////////////*/

#haut{
	background:#ffffff;
	width:968px;
	height:133px;
	border:1px solid #101084;
	padding:13px;
}

#haut_gauche{
	float:left;
	width:215px;
	height:133px;
	padding-right:13px;
}

#logo{
	float:left;
	width:82px;
	height:82px;
	margin-bottom:13px;
}

#titre{
	float:left;
	width:119px;
	height:82px;
	text-align:center;
	padding-left:12px;
}

#haut_droit{
	float:left;
	width:727px;
	height:133px;
	
}

#reservation{
	background:#fda200;
	float:left;
	height:auto;
	width:203px;
	border:1px solid #101084;
	padding:5px;
	text-align:center;
	margin-bottom:13px;
}

#reservation a{
	color:#101084;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;	
	text-decoration:none;
}

#reservation a:hover{
	color:#ffffff;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;	
	text-decoration:none;
}

#presentation{
	float:left;
	height:113px;
	width:718px;
	border:1px solid #101084;
	padding:10px;
	text-align:justify;
	background:#d6e4ef;
}

/*//////////////////////// CONTENU ////////////////////*/

#contenu{
	float:left;
	background:#d6e4ef;
	width:968px;
	padding:13px;
	border-left:1px solid #101084;
	border-right:1px solid #101084;	
}

/*//////////////////////// MENU GAUCHE ////////////////////*/

#col_gauche{
	height:auto;
	padding-right:13px;
}

#menu_haut{
	background:#fda200;
	float:left;
	width:213px;
	height:auto;
	border:1px solid #101084;
}

.item_1, .item_2, .item_3, .item_4, .item_5, .item_6, .item_7, .item_8, .item_9,.item_10{
	list-style-type:none;
	text-transform:uppercase;
	background:url(../images/kyriad/puce_menu_haut.gif) center left no-repeat;
	float:left;
	width:190px;
	height:19px;
	padding-top:5px;
	padding-left:23px;
}


#menu_haut a{
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#101084;
}

#menu_haut a:hover{
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

/*//////////////////////// CONTENU PAGE ////////////////////*/


#texte{
	background:#ffffff;
	float:right;
	width:718px;
	height:auto;
	border:1px solid #101084;
	padding:10px;
	text-align:justify;
}

#bloc_gauche{
	float:left;
	width:352px;
	text-align:center;	
}

#bloc_droit{
	float:left;
	width:auto;
	padding-left:13px;
	width:350px;
	text-align:center;
}

/*//////////////////////// BAS DE PAGE ////////////////////*/

#bas{
	background:#ffffff;
	border:1px solid #101084;
	width:968px;
	padding:13px;
	float:left;
	
}

#menu_bas{
	float:left;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#fda200;
	float:left;
	width:auto;
}

.item_20{
	display:inline;
	list-style-type:none;
	text-transform:uppercase;
	background:url(../images/kyriad/puce_menu_bas.gif) no-repeat;
	height:12px;
}

.item_21, .item_22, .item_23{
	display:inline;
	list-style-type:none;
	text-transform:uppercase;
	background:url(../images/kyriad/puce_menu_bas.gif) no-repeat;
	height:12px;
	padding-left:7px;
	padding-right:7px;
	border-right:1px solid #fda200;
}
.item_24{
	display:inline;
	list-style-type:none;
	text-transform:uppercase;
	background:url(../images/kyriad/puce_menu_bas.gif) no-repeat;
	height:12px;
	padding-left:7px;
}

#menu_bas a{
	text-decoration:none;
	color:#101084;
}

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

/*********************** TABLE - HTML Area ***************************/
TABLE.contenttable {
   border: solid 1px #BCBCBC;
   padding: 10px;
   border-collapse: collapse;
   width: 100%;
   margin-top: 2px;
   margin-bottom: 2px;
   text-align:center;
}
TABLE.contenttable TD {
   padding: 10px;
   border: solid 1px #BCBCBC;
   background-color: #FFFFFF;
}
TABLE.contenttable TH {
   background-color: #F7F7F7;
   padding: 10px;
   border: solid 1px #BCBCBC;
}
TABLE.contenttable P.bodytext {
   text-align: left;
}
TABLE.contenttable TD[STYLE] P.bodytext {
   text-align: inherit;
}

TABLE.contenttable .tr-even tr-0{
	font-weight:bold;
	color:red;
}

/************************ GALLERIE IMAGE ******************************/
.tx-rgslideshow-pi1{
	text-align:center;
	padding-bottom:10px;
}
