/******************************************/
/********** STRUCTURE DE LA PAGE ************/
/*****************************************/

body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000;
	margin:0px;
	padding:0px;
}
#block-principal{
	width:765px;
	margin-left:auto;
	margin-right:auto;
	border:1px #ff0000 solid;
	background:url(img/repetition.jpg) left top repeat-y;
}
#block-haut{
	background:url(img/haut.jpg) left top no-repeat;
	position:absolute;
	top:1px;
	right:50%;
	margin-right:-363px;
}
#block-bandeau{
	height:235px;
}
#block-corps{
	background:url(img/contenu.jpg) top no-repeat;
	width:765px;
}
#block-corps-image{
	background:url(img/gauche-img.jpg) bottom no-repeat;
	width:765px;
}
#block-menu{
	background:url(img/menu.jpg) top no-repeat;
	height:24px;
}
#block-contenu{
	background:url(img/integrationbis.jpg) bottom no-repeat;
	height:360px;
}
#block-bas{
	background:url(img/bas.jpg) top no-repeat;
	height:29px;
}

/* Hack ie pour taille min de page */

html>body #block-contenu {
	height:auto;
	min-height:360px;
} 

#version{
	font-size:12px;
	position:absolute;
	top:239px;
	right:50%;
	margin-right:-350px;
}


/******************************************/
/************* MENU SECONDAIRE ************/
/****************************************/

#menu-secondaire{
	font-size:12px;
	font-weight:normal;
	color:#fff;
	padding:0 0 0 0;
}
#menu-secondaire li{
	display:inline;
}
#menu-secondaire a{
	text-decoration:underline;
	color:#ff0000;;
}
#menu-secondaire a:hover,#menu-secondaire a.active{
	text-decoration:none;
	color:#ff0000;;
}

/******************************************/
/****************** MENU ******************/
/*****************************************/

#menu{
	list-style-type:none;
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin:0;
	padding:1px 0 0 5px;
	text-align:center;
	height:24px;
}
#menu li{
	padding:0;
	margin:0;
	display:inline;
}
#menu a{
	border-right:1px #000 solid;
	padding:0 8px 0 8px;
	display:block;
	height:24px;
	line-height:24px;
	color:#000;
	text-decoration:none;
	float:left;
}
#menu a:hover,#menu a.active{
	background-color:#000;
	text-decoration:none;
	color:#ff0000;
}
a.no-border{
	border:none;
}

/******************************************/
/************ CORPS DE LA PAGE **************/
/*****************************************/

#contenu-texte{
	padding:35px 100px 25px 5px;
	font-size:12px;
	color:#fff;
	line-height:16px;
}
#contenu-texte a{
	text-decoration:underline;
	color:#ff0000;
}
#contenu-texte a:hover{
	text-decoration:none;
	color:#ff0000;
}
h1{
	font-size:18px;
	color:#ff0000;
	padding:0px 0 15px 0px;
	margin:0;
}
h2{
	font-size:12px;
}
h3{
	font-size:12px;
	margin:0;
	padding:0;
	text-align:center;
	color:#fff;
}
h4{
	font-size:12px;
	color:#333;
	padding:0;
}
ul{
	list-style-type:square;
}
p{
	margin:0px;
	padding:5px 0 5px 0;
}
hr{
	color:#333;
	background-color:#333;
	height:1px; border:0;
}
#contenu-texte img{
	padding:2px;
	background-color:#91071d;
	border:1px #6e0516 solid;
}
#contenu-texte img:hover{
	padding:2px;
	background-color:#ff0000;
	border:1px #6e0516 solid;
}
#contenu-texte .no-border{
	border:none;
}
.tbl-border{
	border:1px #000 solid;
	border-collapse:collapse;
}
.tbl-border td{
	border:1px #000 solid;
	border-collapse:collapse;
}
.petit{
	font-size:10px;
}
.gras{
	font-weight:bold;
}
.entete{
	color:#FF0000;
}
.colonne-gauche{
	width:45%;
	float:left;
	padding-right:15px;
	text-align:justify;
}
.colonne-droite{
	float:left;
	width:45%;
	padding-left:15px;
	text-align:justify;
}
.cadre3{
	border:1px solid #ccc;
}
.titre{
	font-weight:bold;
	text-decoration:underline;
}
.boite{
	background-color:#ccc;
	border:1px solid #999;
	width:50%;
}
.galerie-image img{
	margin:0 15px  15px 0;
}

/******************************************/
/*************** FORMULAIRES **************/
/****************************************/

input.txt11 {
	border:1px #333 solid;
	color:#333;
	background-color:#fff;
}
select, option {
	color:#fff;
}
textarea {
	border:1px #333 solid;
	color:#333;
}
input.txt11:focus,textarea:focus {
	border:1px #BA201E solid;
	background-color:#fafafa;
}

/******************************************/
/****************** BAS *******************/
/****************************************/

#block-bas h3{
	text-align:center;
	font-size:12px;
	color:#b00923;
	font-weight:normal;
	margin:0;
	padding:7px 0 0 0;
}

#credits img{
	vertical-align:middle;
}
#credits{
	width:765px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:11px;
	color:#b00923;	
}
#credits a{
	font-size:11px;
	color:#b00923;
	text-decoration:underline;	
}
#credits a:hover{
	font-size:11px;
	color:#fff;	
	text-decoration:none;
}
.big {
	font-size:125%;
}
.titre-menu {
	color:#FC3;
}