/*Css template spa sur le lac___________*/
@charset "utf-8";

html, body {
  margin: 0;
  padding: 0;
}

html > body {
  margin: 0;
  padding: 0;
}

a{
	color:#000;
	text-decoration:none;
	position:relative;
	z-index:50000;
}

.lienRouge{
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

.lienRouge:hover{
	color:#FF8C8C;
}

input{
	position:relative;
}

a:hover{
	color:#FF8C8C;
}

body {
  text-align: left;
  font-family:Arial, Helvetica, sans-serif;
	background:#7b351f;
}

#content {
  width: 660px;
  min-height: 553px;
	text-align:left;
  top: 0px;
	position:relative;
	z-index:50000;
  /*overflow:auto;*/
}

.column {
  width: 100%;
  position: absolute;
  top: 0;
	z-index:-100;
	float:left;
}

.separation{
	width:50%;
	float:left;
}


.left {left: 0;}
.right {right: 0;}

#leftcol {
  margin-right: 381px;
  height: 27px;
	min-width:255px;
}

#rightcol {
  height: 27px;
	z-index:100;
	background:#FFF;
	height:600px;
}

.footerTexte{
	font-size:12px;
	text-align:center;
	padding-top:30px;
	padding-left:15px;
	padding-right:15px;
}

#headerGauche{
	width:100%;
	height:5px;
	overflow:hidden;
	background:url(../images/hautGauche.gif) repeat-x;
}

#headerDroite{
	width:auto;
	height:5px;
	overflow:hidden;
	background:url(../images/hautDroite.gif) repeat-x;
}

#droiteRemplissage{
	width:auto;
	height:360px;
	overflow:hidden;
	background:url(../images/droiteRemplissage.gif) repeat-x;
	z-index:50;
}

#this_is{
  position: relative;
}

#boiteGauche{
	width:283px;
	background:#060;
}

#header_left {
  height: 140px;
  background: #ffffff;
}

#header_left_line {  
  height: 27px;
  background: url(../images/basBanniereGauche.gif) repeat;
}

#header_right {
  height: 140px;
  background: #ffffff;
}

#header_right_line {  
  height: 27px;
  background: url(../images/basBanniereDroite.gif) repeat;
}

#header {
	width:980px;
	height:168px;
	background:url(../images/hautJeunesse.jpg);
}

#header2 {
	width:980px;
	height:50px;
  	background: #00ff00;
	text-align:left;
}

.spacerHaut{
	min-height:12px;
	height:12px;
	width:100%;
	overflow:hidden;
}

.alignRight{
	text-align:right;
}

.paddingTop{
	padding-top:7px;
}

.paddingLeft{
	padding-left:14px;
}

#contenu_col1 {
  width: 220px;
  min-height: 200px;
  float: left;  
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

#contenu_col2 {
  width: 760px;
  min-height: 200px;
  float: left;
}

.clearboth {
  clear: both;
}

.titre{
	font-size:15px;
}

.emphase{
	font-weight:bold;
}

.paragraphe{
	font-size:12px;
	text-align:justify;
}

.emphasePara{
	font-size:13px;
	font-weight:bold;
}

.separationHorizontale{
	background-image:url(../images/separationH.gif);
	width:295px;
	height:1px;
	overflow:hidden;
	clear:both;
}

.margin-left{
	margin-left:10px;
}

.textAlignLeft{
	text-align:left;
}

p{
	margin:0;
	padding:0;
}
	
