/**
 *
 * @author	Benoit Asselin <benoit(at)agenceici(dot)com>
 * @version	style.css, 2011/06/20
 * @link	http://www.agenceici.com/
 * @link	http://www.golfraray.com/
 *
 */


* { font-family: Arial, sans-serif; }
html, body { padding: 0; margin: 0; width: 100%; height: 100%; font-size: 12px; font-family: Arial, sans-serif; background: #d1cebe url(../images/background-01.gif) repeat-x; }

ul, li { list-style: none; }
img { border: 0 none; }

a { color: #999; text-decoration: none; }
a * { cursor: pointer; }

.clear { clear: both; }
.no-spam { display: none; }
.opacity-0 { opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); }


table.container { width: 1000px; height: 100%; margin: 0 auto; border-right: 1px solid #4a5978; }
td.tleft { width: 200px; height: 100%; background: url(../images/green-01.jpg) 0 12px; vertical-align: top; padding: 0; }
div.tleft { position: relative; width: 200px; }
td.tcontainer { width: 800px; vertical-align: top; background: #fff; padding: 0; }
div.tcontainer { position: relative; width: 800px; }
td.tfooter { vertical-align: bottom; background: #fff; padding: 0; }
div.tfooter { color: #323d54; }


a.logo { position: relative; display: block; width: 200px; height: 46px; z-index: 3200; }
a.logo img { position: absolute; left: 0; top: 0; width: 200px; height: 200px; background: url(../images/logo-01.png); }
#images-left { position: relative; width: 200px; height: 650px; overflow: hidden; }
#images-left img { position: absolute; }
img.ball { position: absolute; left: 0; top: 620px; width: 207px; height: 80px; background: url(../images/green-golf.png); z-index: 3200; }


.head { position: relative; width: 800px; height: 61px; background: #4a5978; }
.head * { padding: 0; margin: 0; }
.head .meteo { position: absolute; left: 20px; top: 7px; width: 140px; }
.head .meteo span { display: inline-block; font-size: 11px; width: 66px; background: #364158; color: #fff; text-align: center; }
.head .meteo span.today { margin-right: 2px; }
.head .meteo img { width: 126px; height: 32px; margin-left: 5px; }
.head .gallery { position: absolute; left: 180px; top: 0px; width: 206px; height: 61px; overflow: hidden; }
.head .gallery ul { margin-left: 62px; }
.head .gallery li { float: left; padding: 8px; }
.head .gallery a { display: inline-block; width: 58px; height: 39px; padding-top: 4px; text-align: center; background: url(../images/photo-border-2.gif); }
.head .gallery a:hover { background: url(../images/photo-border-1.gif); }
.head .gallery .images-previous { position: absolute; left: 0; top: 0; width: 30px; height: 61px; background: url(../images/head-photos-left.png); cursor: pointer; }
.head .gallery .images-next { position: absolute; right: 0; top: 0; width: 30px; height: 61px; background: url(../images/head-photos-right.png); cursor: pointer; }
.head .partenaires { position: absolute; left: 400px; top: 10px; width: 390px; }
.head .partenaires a { vertical-align: middle; margin-right: 10px; }
.head .partenaires img { vertical-align: middle; }

div.menu { position: relative; width: 800px; height: 30px; z-index: 320; }
.menu * { padding: 0; margin: 0; }
.menu ul.menu { height: 30px; border-left: 1px solid #98a0b2; border-right: 1px solid #98a0b2; background: url(../images/menu-background-01.gif); }
.menu li.l1 { position: relative; float: left; height: 30px; }
.menu li.l1 a { display: block; padding: 7px 10px 0; height: 23px; color: #fff; float: left; background: url(../images/menu-separator.gif) 100% 50% no-repeat; /*text-shadow: 0px 1px 1px #212939;*/ }
.menu li.l1 span.s1 { position: absolute; padding-top: 1px; color: #212939; }
.menu li.l1 span.s2 { position: relative; }
.menu li.first a { padding-left: 15px; }
.menu li.last a { background: none; }
ul.submenu { position: absolute; left: 0; top: 30px; width: 170px; height: inherit; background: transparent; border: 0 none; display:none; }
ul.submenu li.l2 { float: left; background: url(../images/submenu-background.png); border: 1px solid #232732; border-top: 0 none; }
ul.submenu li.l2 a { display: block; width: 158px; height: 23px; font-size: 13px; color: #323d54; background: transparent; padding: 5px 0 0 10px; }
ul.submenu li.l2 a:hover { text-decoration: underline; }


div.tfooter { font-size: 13px; text-align: center; border-top: 1px solid #323d54; padding: 5px 0; }
div.tfooter a { font-size: 13px; color: #323d54; text-decoration: underline; }
div.tfooter a.ici span,
div.tfooter a.dar { display: none; }



/* lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; /*z-index: 100;*/ z-index: 100000; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; /*z-index: 90;*/ z-index: 90000;  width: 100%; height: 500px; background-color: #000; }



/* tinymce */
.tiny p { padding: 0; margin: 0; }
.bordure-bleue { border: 2px solid #91a1c4; }
img.bordure-bleue { border: 2px solid #91a1c4; margin-left: 10px; float: right; }



