@charset "utf-8";
/* CSS Document */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: main.css
* Version: 1.0.0 (26-06-2008) DD-MM-YYYY
* Website: http://www.krystalclub.ch/
* Author: Paratte Pascal - pascalparatte.com
* Description: Handles the site layout.

== STRUCTURE: ==============================
* Page width: 820 px
* Number of columns: 1 bloc
============================================
*/
/* RESET 4 browsers */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET *************************************************************************/
body { 
text-align: center; 
background-color:#fefefe;
background-image:url(images/bande_fond_F.jpg);
background-repeat:repeat-x;
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
a {
  text-decoration:none;
  color:#3399FF; /*bleu claire*/
}
a:hover {
  text-decoration:underline;
  color:#666666;	 /*gris claire*/
}
#total {
  height:auto;
  width:100%;
  text-align:center;
  }
  
  
#main {
background-color:#FFFFFF;
width:820px;
height:auto;
margin-left:auto;
margin-right:auto;
text-align:center;
border:1px #333333 solid;
border-right:0px;
border-left:0px;
border-top:0px;
background-image:url(images/fond.png);
background-repeat:repeat-y;
}
#header {
  height:320px;
  width:774px;
  margin-left:auto;
margin-right:auto;
  border:0;
}

#content {
  height:auto;
  width:774px;
  margin-left:auto;
margin-right:auto;
  border:0;
  text-align:left;
}
	
#footer {
 text-align:center;
 color:#333333;
 font-size:10px;
 width:820px;
height:auto;
margin-left:auto;
margin-right:auto;
}
#footer_s {
 width:260px;
 float:left;
 margin-left:auto;
margin-right:auto;
}
#footer_sc {
 width:300px;
 float:left;
 margin-left:auto;
margin-right:auto;
}

#blue{
  color:#3794f4;

}

#photos_cover {
width:120px;
height:100px;
padding:1px;
border:2px #CCCCCC solid; 
}

#photos_label {
text-align:center;
margin-left:3px;
margin-right:3px;
width:120px;
height:auto;
font-size:11px;
color:#666666;
}
#photo_config {


}

#centre_txt {
color:#222222;
font:"Times New Roman", Times, serif;
font-style:oblique;
text-align:justify;
margin-left:7px;
margin-right:0px;
line-height:16px;
font-size:13px;
}

#numero_page {
padding:5px;
border:1px #666666 solid;
}