/* CSS Document */
/* /static/css/screen.css
------------------------------------------------------------------------
screen.css Vuarnet sports

Version: v 1.0
------------------------------------------------------------------------*/

/* Import styles.css
--------------------------------------------------------------------- */
@import "styles.css";

/* Import contenus.css
--------------------------------------------------------------------- */
/* global */
p{
	text-align:justify;
	text-indent:20px;
	padding-right:20px;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:5px;
}
p.adresse{
	text-align:center;
	padding-right:20px;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:5px;
}

h1{
	font-size:40pt;
	color:#42a4fd;
	font-weight:bold;
	text-align:right;
	margin-bottom:1px;
	margin-bottom:1px;
	margin-right:20px;
	padding:0px;
}

h2{
	font-size:14pt;
	font-variant:small-caps;
	text-align:right;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:100;
	margin-right:20px;
}

h3{
	padding-left:20px;
	font-size:13px;
	font-weight:bold;
	color:#287ac6;
	text-align:left;
	margin-top:1px;
	margin-bottom:0px;}
/*en tete */
.nav ul, li{
	color:#FFFFFF;
	margin-right:23px;
	padding-bottom:50px;
	display:inline;
	list-style-type:none;
	
}

a, a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
a:hover{
color:#42a4fd;
}
/* milieu */
.bleue{
	color:#42a4fd;
}

/* pied de page */
.footer{
	text-align:center;
	font-weight:800;
	width:440px;
	float:left;
	margin-top:10px;
	
	
}

*{	margin:0px;
	padding:0px;
}
body{
	background-image:url(../images/layout/fond.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	color:#5f5e5e;
	font-family: 'Century Gothic',Arial, Helvetica, sans-serif;
	
}

#principale {
	
	height: 750px;
	width: 950px;
	margin-right:auto;
	margin-left:auto;
	background-color:#ffffff;
}

/*en tete */
#banniere {
	float:left;
	height: 158px;
	width: 950px;
	background-image:url(../images/layout/banniere.jpg);
	background-repeat:no-repeat;
}

#navigation{
	height: 40px;
	width: 660px;
	padding-top:118px;
	padding-left:240px;
	float:left;
}

/* milieu */
#milieu {
	float:left;
	height:461px;
	width: 950px;
}

#col_gauche {
	float: left;
	height: 461px;
	width: 224px;
	background-image:url(../images/layout/col_gauche.jpg);
	background-repeat:no-repeat;
}

#col_droite_generale{
	float: left;
	height: 461px;
	width: 726px;	
}

#col_droite {
	float:right;
	height:375px;
	width:440px;
	background-image:url(../images/layout/bienvenue.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#col_milieu {
	float: left;
	height: 375px;
	width: 286px;
}
#bande_image {
	float: left;
	height: 86px;
	width: 726px;
}
/* pied de page */

#footer {
	float: left;
	height: 131px;
	width: 950px;
	background-image:url(../images/layout/footer.jpg);
	background-repeat:no-repeat;
	top:619px;
}


/* Import lightbox.css
--------------------------------------------------------------------- */
/*@import "lightbox.css";  */

