body{
	background-color: #c5d9e2;
	background-image: url(../interface/fd.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

p {
	margin: 0px;
	padding: 0px;
}

/* alert */

div.alert {
	border: 1px #7F0000 solid;
	background-color: #CB2727;
	color: #ffffff;
	font-weight: bold;
	width: 600px;
	margin: 0 auto;
	padding: 10px;
}

/* FORUM */

.forumCadre {
	border: 1px #aaaaaa solid;
	padding: 10px;
	text-align: center;
	background-color: #eeeeee;
	margin: 0 auto;
	width: 500px;
	font-style: italic;
}

/* HOME */

#homeCol1 {
	float: left;
	width: 350px;
	height: 400px;
	position: relative;
}

#homeCol2 {
	float: right;
}

/* WALL */

#wallDescription {
	position: absolute;
	background-image: url(../interface/wall-fond.png);
	width: 350px;
	height: 80px;
	bottom: 0;
	left: 0;
}

#wallDescriptionTitre {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

#wallDescriptionDate {
	position: absolute;
	top: 30px;
	left: 10px;
	color: #ffffff;
	font-size: 12px;
}

#wallDescriptionAccroche {
	position: absolute;
	top: 50px;
	left: 10px;
	color: #ffffff;
	font-size: 12px;
	font-style: italic;
}

#wallImgNew {
	position: absolute;
	top: 0;
	left: 0;
}

#wallImgAnc {
	position: absolute;
	top: 0;
	left: 0;
}

.wallBloc {
	background-image: url(../interface/fond-desactive.png);
	width: 140px;
	height: 42px;
	cursor: pointer;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
}

.wallBlocActive {
	background-image: url(../interface/fond-active.png);
	width: 140px;
	height: 42px;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
}

.wallBloc:hover {
	background-image: url(../interface/fond-active.png);
	width: 150px;
	height: 50px;
}

/* design */

#conteneur {
	width: 960px;
	margin: 0 auto;
	margin-top: 20px;
}

#bandeau {
	margin-bottom: 1px;
}

#header {
	margin-bottom: 1px;
}

#menu {
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 960px;
	background-image: url(../interface/menu-fd.png);
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 960px;
}

#menu li {
	float: left;
}

#menu li a {
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	height: 27px;
	text-align: center;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 26px;
	display: block;
}

#menu li.sep {
	background-image: url(../interface/menu-separateur.png);
	background-repeat: no-repeat;
	background-position: left;
}

#menu li a:hover {
	color: #c5d9e2;
}

#contenu {
	clear: both;
	width: 960px;
	margin: 0px;
	padding: 0px;
	margin-top: 1px;
	background-color: #FFFFFF;
	background-image: url(../interface/fd-contenu.png);
	background-position: 0px 1px;
	background-repeat: repeat-y;
}

#gauche {
	float: left;
	border-top: 1px #002653 solid;
	margin-left: 1px;
	padding-left: 1px;
	width: 217px;
}

#millieu {
	float: right;
	width: 719px;
	margin-left: 3px;
	margin-right: 1px;
	border-top: 1px #002653 solid;
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
	margin-right: 3px;
	background-color: #ffffff;
	min-height: 1300px;
}

#droite {
	float: right;
	border-top: 1px #002653 solid;
	margin-right: 1px;
	padding-right: 1px;
	width: 217px;
}

#contenuBas {
	clear: both;
	background-image: url(../interface/fd-contenu-end.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height: 2px;
	width: 960px;
}

#footer {
	clear: both;
	background-color: #002653;
	width: 958px;
	margin: 0 auto;
	border: 1px #ffffff solid;
	height: 55px;
	color: #ffffff;
	text-align: center;
	margin-top: 1px;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

a {
    outline: 0;
	color: #ff0000;
}

.MenuTitre {
	background-image: url(../interface/barre-rubriques.png);
	background-position: left;
	width: 217px;
	height: 33px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	color: #002653;
}

.MenuContenu {
	margin-top: 10px;
	width: 209px;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 30px;
}

.MenuContenu a {
	color: #002653;
}

.MenuContenu ul {
	margin: 0;
	padding: 0;
}

.MenuContenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

.MenuPicto {
	background-image: url(../interface/picto-cycliste.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.MenuRouge {
	color: #ff0000;
}

input, select, textarea {
	padding: 3px;
	border: 1px #002653 solid;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

input.cb {
	border: 0px;
}

input.submit {
	color: #ffffff;
	font-weight: bold;
	background-color: #ff0000;
	border: 1px #ffffff solid;
	padding: 2px;
}

form {
	margin: 0px;
	padding: 0px;
}

.cadrePhoto {
	width: 197px;
	height: 153px;
	display: block;
	background-image: url(../interface/cadre-photo.png);
	padding-left: 25px;
	padding-top: 22px;
	text-align: left;
}

h1 {
	background-color: #c5d9e2;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	color: #002653;
	border-bottom: 1px #002653 dotted;
	margin-bottom: 10px;
}

h2 {
	width: 420px;
	height: 50px;
	display: block;
	background-image: url(../interface/fd-rubrique.png);
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #002653;
	padding-left: 10px;
	padding-top: 7px;
}

h3 {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	padding-top: 5px;
	padding-bottom: 10px;
}

img {
	vertical-align: middle;
}

div.msg {
	color: #ff0000;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

.pagelink2 {
	background-color: #1D4F8C;
	padding: 3px;
	border: 1px solid #000000;
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
}

.pagelink a {
	background-color: #eeeeee;
	padding: 3px;
	border: 1px solid #000000;
	color: #000000;
	line-height: 25px;
}

.titre {
	font-weight: bold;
	background-color: #1D4F8C;
	color: #ffffff;
}

.fond1 {
	background-color: #eeeeee;
}

.fond2 {
	background-color: #F9F7ED;
}
