@charset "utf-8";
/* CSS Document */
#main
{
width : 1038px;
margin : 0 auto;
top:0px;
}


#intro
{
width : 700px;
margin : 0 auto;
}

#balle {
	position:absolute;
	left:792px;
	top:14px;
	width:133px;
	height:133px;
	z-index:20;
}

#left
{
	position:absolute;
	left:0px;
	top:0px;
	width:237px;
	background-color: #ededed;
}

#centre
{
position:absolute;
left:237px;
top:0px;
width:800px;
background-color: #ededed;
}

#bottom
{
position:absolute;
left:0px;
top:298px;
width:1038px;
}




#link_content
{
padding-top:11px;
padding-left:10px;
}


#centre_content
{
padding-top:22px;
padding-left:10px;
}

#golfeur {
	position:absolute;
	left:924px;
	top:200px;
	width:113px;
	height:152px;
	z-index:30;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.border_green {
	border: 4px solid #5f9e00;
}
.border_grey {
	border: 1px solid #CCCCCC;
}




.text
{
	font-family:Tahoma,Arial, Helvetica;
	font-size:11px;
	color:#000000;
	text-align:justify;
}

.date
{
	font-family:Tahoma,Arial, Helvetica;
	font-size:11px;
	color:#005f8b;
	font-style:italic;
}

.dateJour
{
	font-family:Tahoma,Arial, Helvetica;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
}

.titreCadre
{
	font-family:Tahoma,Arial, Helvetica;
	font-size:13px;
	color:#006b9d;
	font-weight:bold;
	padding-left:20px;
	background-repeat:no-repeat;
	height:21px;
	padding-top:2px
}

.legende
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#005f8b;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006b9d;
	text-decoration: underline;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006b9d;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}



.footer
{
	font-family:Tahoma,Arial, Helvetica;
	font-size:11px;
	color:#006b9d;
}

.link_footer
{
	font-family:Tahoma,Arial, Helvetica;
	font-size:5px;
	color:#006b9d;
	text-decoration:none;
}

.copyright
{
	font-family:Tahoma,Arial, Helvetica;
	font-size:10px;
	color:#424e54;
	text-align:center;
}
.border_vert {
	border: medium solid #77ac26;
	background-color:#000000;
}

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;

	/* CSS3 Rounded Corners */

	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;

	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;

	border:1px solid white;

	background:url(../images/proshop/panel.jpg) repeat-x bottom center #ffffff;

	/* The width of the gallery */
	width:700px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:425px;

	/* jQuery changes the width later on to the sum of the
widths of all the slides. */
	width:700px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu_diapo{
	/* This is the container for the thumbnails */
	height:45px;
	text-align:center;
	width:700px;
}


ul{
	margin:0px;
	padding:0px;
	height:45px;
}

li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../images/proshop/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../images/proshop/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../images/proshop/divider.png) no-repeat right;
}

li a{
	display:block;
	background:url(../images/proshop/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

.name_hover:hover
{
	color:#203e7b;
	font-size:12px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}


#tarifs ul
{
	display: block;
	margin: 1.12em 0;
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
	width:100%;
	height:100%;
	list-style:disc;
	list-style-type:circle;
}


#tarifs ul li
{
	margin-left: 0px;
	display: list-item;
	width:100%;
	height:100%;
}
