@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin:0;
	font-family:Verdana;
	background-position:center;
	background-repeat:repeat-y;	
}

td {
	border:none;
}

h1 {
	margin-bottom:10px;
	margin-top:0;
	font-size:123.1%;
}

#accueil h2 {
	text-align:left;
	margin: 0 10px 0 10px;
	font-size:116%;
}

#apropos h2 {
	text-align:left;
	font-size:116%;
}

#comite h2 {
	text-align:left;
	font-size:116%;
}

#wrapper {
	width:778px;
	margin:auto;
	position:relative;
	background-image:url(../images/background.gif);
}

#header {
	width:100%;
	height:330px;
	position:relative;
}

#header #inner {
	position:relative;
	width:750px;
	text-align:center;
	margin:auto;
}

#content #firstRow {
	width:750px;
	margin:auto;
}

#accueil #content #firstRow {
	background:url(../images/borders.gif) repeat-y center;
}

#logo {
	width:250px;
	position:absolute;
	left:0px;
	text-align:center;
	top:60px;
}

#slideshow {
	width:500px;
	text-align:center;
	position:absolute;
	right:0px;
	top:15px;

}

#navigation {
	height:40px;
	width:100%;
	z-index:100;
	position:relative;
	bottom:16px;
	left:0;
}

.hide {
	display:none;
}

#content {

}

#content #column {
	padding:0 10px 10px 10px;
}

#accueil #leftColumn {
	width:246px;
	float:left;
}

#contacts #leftColumn {
	width:375px;
	float:left;
	text-align:left;
}

#leftColumn p {
	padding-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

#middleColumn {
	width:256px;
	float:left;
}

#middleColumn p {
	margin-top:5px;
	margin-bottom:10px;
	padding:0 10px 0 10px;
}

#middleColumn h1 {
	margin-left:10px;
}

#accueil #rightColumn {
	float:right;
	width:248px;
}

#contacts #rightColumn {
	float:right;
	width:375px;
	text-align:left;
}

#contacts #rightColumn ol {
	margin:0 0 27px 13px;
}

#contacts #rightColumn ul {
	margin:0 0 5px 0;
}

#contacts #rightColumn label {
	display:block;
}

#contacts #rightColumn textarea {
	width:350px;
	height:100px;
}

#contacts #rightColumn em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

#rightColumn p {
	padding-right:10px;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:10px;
}

#rightColumn h1 {
	margin-left:10px;
}

#content #secondRow {
	clear:both;
	position:relative;
	width:750px;
	margin:auto;
}

#content #secondRow #inner {
	margin-bottom:10px;
	overflow:auto;
	padding-top:10px;
}

#galerie {
	float:left;
}

#organismes {
	float:left;
	margin-top:20px;
	margin-left:35px;
}

#entraineurs {
	float:right;
	margin-top:10px;
}

#footer {
	clear:both;
	font-size:77%;
	height:40px;
	width:770px;
	background:#316887 url(../images/gradient.png);
	text-align:center;
	color:#FFFFFF;
	margin:auto;
}

#footer p {
	padding-top:15px;
}

.up {
	padding-bottom:0;
	margin-bottom:0;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

.largerSend {
	width:100px;
	height:50px;
	font-size:108%;
}