@import "./jquery.lightbox-0.5.css";

* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
/**************************
 
**************************/
p {
padding:0px 0px 12px 0px;
}
h1{
color:#3CA0D7;
font-size:20px;
font-weight:normal;
padding-bottom:12px;
}
h2{
color:#FF7F00;
font-size:16px;
font-weight:normal;
padding-bottom:18px;
}
h3{
color:#FF7300;
font-size:12px;
padding-bottom:14px;
font-weight:normal;
}
a{
color:#FF7F00;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
a img{
border:none;
}
h1 a{
color:#3CA0D7;
}
/**************************

**************************/
body, html {
color: #000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background:#7ac4f5 url('../images/i_layout/bg.jpg') no-repeat top center;
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
font-size:12px;
}
.clear { clear: both; }
#mainContainer {
width: 996px;
margin: 0 auto; /*** Centers the design ***/
min-height: 100%;
background: url('../images/i_layout/colonnes.png') repeat-y; /*** This is our faux columns ***/
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
height:213px;
width:960px;
margin-left:18px;
background-image:url('../images/i_layout/cired2011.png');
font-size:13px;
}
#header p{
padding-top:185px;
text-indent:30px;
}
#header a{
color:#D5FBFF;
text-decoration:none;
}
#header a:hover{
color:#fff;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 238px;  
}
* html .outer {
padding-right: 200px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
width: 740px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
padding-bottom: 147px;
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 760px;
margin-left: -220px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
width: 540px;
background:url('../images/i_layout/ombre_content.png') no-repeat top;
}
* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap{
padding: 21px 30px;
}
.contentWrap_galerie{
padding: 21px 0px 21px 30px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 220px;
background:url('../images/i_layout/ombre_menu_top.png') no-repeat top;
padding-top:20px;
}
* html #left {
position: relative;  /*** IE needs this  ***/
}
/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 200px;
padding: 0px;
}
* html #right {
position: relative;  /*** IE needs this  ***/
margin-right: -200px; /*** IE gets this margin. ***/
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}
/**************************
FOOTER
**************************/
#footer {
width: 960px;
height: 147px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin: 0 auto;
margin-top: -147px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
background:url('../images/i_layout/footer.gif') no-repeat bottom;
text-align:left;
}


	
.formoreinfo {
font-size:11px;
background:url('../images/i_layout/ombre_colg.png') no-repeat top;
padding:17px 30px;
}
.titrecolonne{
color:#2961aa;
font-size:15px;
margin-bottom:5px;
}
.readmore, .readmore a{
color:#3ca0d7;
text-decoration:none;
font-weight:bold;
font-size:10px;
}
.readmore a:hover{
text-decoration:underline;
}
.orange{
color:#FF7F00;
}
hr{
background:url('../images/i_layout/dot.gif') repeat-x;
width:100%;
margin:17px 0px;
height:1px;
}
#video{
background:#EEF0F0 url('../images/i_layout/ombre_video.png') no-repeat top;
padding:20px 20px 15px 20px;
border-bottom:1px solid #ffffff;
}
.titrevideo{
background:url('../images/i_layout/picto_video.gif') no-repeat left;
color:#2961aa;
font-size:15px;
margin-bottom:16px;
text-indent:18px;
}
.thumbvideo{
background-color:#FFFFFF;
width:140px;
padding:5px;
}
.watchvideo{
background:url('../images/i_layout/puce_watch.gif') no-repeat left;
font-size:10px;
margin-top:5px;
text-indent:16px;
}
.watchvideo a{
color:#3ca0d7;
text-decoration:none;
}
.watchvideo a:hover{
text-decoration:underline;
}
ul.video{
font-size:11px;
margin-top:10px;
}
ul.video li{
background:url('../images/i_layout/puce_liste_video.gif') no-repeat left;
text-indent:14px;
}
ul.video li a{
color:#000000;
text-decoration:none;
}
ul.video li a:hover{
text-decoration:underline;
}

#news{
background: url('../images/i_layout/ombre_news.png') no-repeat top;
padding-top:20px;
}

.titrenews{
background:url('../images/i_layout/picto_news.gif') no-repeat left;
color:#2961aa;
font-size:15px;
margin-bottom:5px;
text-indent:21px;
margin-left:20px;
}

.breve{
font-size:11px;
border-bottom:1px solid #fff;
padding:10px 20px 5px 20px;
}
.breve_last{
font-size:11px;
border:none;
padding:10px 20px 5px 20px;
}
div.breve .readmore, div.breve_last .readmore{
margin-top:0px;
}

#top{
float:left;
background:url('../images/i_layout/top.gif') no-repeat left;
text-indent:16px;
font-size:10px;
margin-left:253px;
margin-top:65px;
}
#trois_photos{
float:right;
margin-right:230px;
}
#copyright{
clear:both;
font-size:9px;
color:#666666;
padding-top:42px;
margin-left:253px;
}
#copyright a{
color:#666666;
}
.sous-rubrique{
color:#2961aa;
font-size:18px;
}
.contentWrap ul{
list-style-type:none;
}
.contentWrap li{
background:url('../images/i_layout/puce_liste.gif') no-repeat 0px 7px;
padding-left:13px;
padding-bottom:1em;
}
.contentWrap img{
border:3px solid #F2F2F2;
float:left;
margin-right:10px;
margin-bottom:10px;
}
.contentWrap_galerie table{
margin:-12px 0px 0px -12px;
}

.contentWrap_galerie table tr td{
text-align:center;
height:108px;
width:108px;
border:1px solid #EEF0F0;
}
.contentWrap_galerie table tr td.empty, .contentWrap_galerie table tr td.empty:hover{
border:none;
}
.contentWrap_galerie table tr td a{
vertical-align:middle;
}
.contentWrap_galerie table tr td:hover {
border:1px solid #3CA0D7;
}
.contentWrap_galerie p{
padding:0px 30px 7px 0px;
}
.pagination{
text-align:center;
}
.pagination a{
color:#3CA0D7;
}
.pagination_active{
color:#FF7F00;
}
h3 .titre_news{
color:#3CA0D7;
}
/* FORMS */
input.textinput{
background:#EAF7FD;
padding:3px;
color:#2961AA;
}
.form_inline_elt, .form_block_elt {
padding:4px 0px;
}
.form_inline_elt span, .form_block_elt span{
padding-right:20px;
color:#2961AA;
}
.form_inline_elt p{
padding:4px 0px;
color:#FF7F00;
}
textarea{
border:1px solid #EEF0F0;
margin-top:10px;
padding:4px;
display: block;
}
.submit{
padding:3px;
background-color:#FF7F00;
color:#FFFFFF;
font-weight:bold;
} 
/* SITEMAP */
.sitemap1 ul{
list-style-type:none;
}
.sitemap1 li{
background:url('../images/i_layout/puce_liste.gif') no-repeat 0px 7px;
padding-left:13px;
padding-top:2px;
padding-bottom:2px;
}
.sitemap1 a{
color:#3ca0d7;
text-decoration:none;
}
.sitemap1 a:hover{
color:#3ca0d7;
text-decoration:underline;
}

/* GMap */
div.gmap {
	margin: 15px auto;
	width: auto;
	height: 400px;
	border: 1px solid #ccc;
}


div#marker_tooltip h1 {
	font-size: 16px;
	color: #555;
	margin: 0 0 5px;
}


div#marker_address {
	margin: 0 0 5px;

	color: #666;
	font-style: italic;
}
/* GMap */

/* Impressum */
.impressum{
	text-decoration: none;
	color: #ffffff;
	padding: 2px;
}
.impressum:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #e3e3e3;
}
/* Impressum */

