/* -------------------------------------------------------
 	1. Mise en page et décoration générale
 ------------------------------------------------------- */

body {
	font-size: 90%;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Tahoma, Arial, 'Helvetica Neue', Helvetica, Geneva, Lucida, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #2A2C31;
}

#page
{
	position: relative;
	text-align: left; /* pour annuler l'heritage de text-align:center de BODY */
	margin: 0em auto; /* auto pour centrer horizontalement la boite dans BODY pour le navigateurs autres que IE/WIN */
	padding: 0;
	width: 1024px; /* ou 100% pour largeur fluide pleine largeur */
	height: 1000px;
}

/* Liens visités */
a:visited {
	color: #cc6f0e;
}

#bandeau-top1 {
	position: absolute;
	width: 897px;
	height: 213px;

	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(img/bandeau1.jpg);
}

#bandeau-top2 {
	position: absolute;
	width: 127px;
	height: 388px;

	padding: 0px;
	left: 897px;
	background-repeat: no-repeat;
	background-image: url(img/bandeau2.jpg);
}

#rekyuarts {
	position: relative;
	height: 42px;
	width: 35px;
	left: 845px;
	top: 135px;
}

hr {
	color: #dc7f0e;
}

/* -------------------------------------------------------
 	2. Menu top (inc/inc-bandeau.html)
 ------------------------------------------------------- */

#menu-top {
	position: absolute;
	left: 150px;
	top: 125px;
	width: 770px;
}
#menu-top ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu-top li {
	background-repeat: no-repeat;
	background-position: 0 -50px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

/* Lien simple */
#menu-top a {
	background-repeat: no-repeat;
	background-position: 0 0px;

	color: #512308;
	display: block;
	height: 40px;
	overflow: hidden;
	padding: 2px;
	text-decoration: none;
	text-indent: -300px;
}

/* Lien survolé */
#menu-top a:link {
	background-position: 0 0;
}

#menu-top a:visited {
	background-position: 0 0;
}

#menu-top a:hover, #menu-top a:active, #menu-top a:focus {
	background-position: 0 -46px;
}

/***** MENU FRANCAIS *****/

#menu-top #homeLink_fr {
	margin-top: 0px;
	width: 99px;
}
#homeLink_fr a {
	background-image: url("img/menu_accueil_fr.png");
	width: 91px;
}

#menu-top #projectLink_fr {
	margin-top: 8px;
	width: 85px;
}
#projectLink_fr a {
	background-image: url("img/menu_projet_fr.png");
	width: 75px;
}

#menu-top #cdcLink_fr {
	margin-top: 8px;
	width: 218px;
}
#cdcLink_fr a {
	background-image: url("img/menu_cdc_fr.png");
	width: 208px;
}

#menu-top #persoLink_fr {
	margin-top: -1px;
	width: 154px;
}
#persoLink_fr a {
	background-image: url("img/menu_perso_fr.png");
	width: 144px;
}

#menu-top #galerieLink_fr {
	margin-top: -9px;
	width: 86px;
}
#galerieLink_fr a {
	background-image: url("img/menu_galerie_fr.png");
	width: 84px;
}

#menu-top #forumLink_fr {
	margin-top: -3px;
	width: 94px;
}
#forumLink_fr a {
	background-image: url("img/menu_forum_fr.png");
	width: 84px;
}

/***** MENU ANGLAIS *****/


#menu-top #homeLink_en {
        margin-left: 10px;
	margin-top: -2px;
	width: 80px;
}
#homeLink_en a {
	background-image: url("img/menu_accueil_en.png");
	width: 70px;
}

#menu-top #projectLink_en {
	margin-left: 10px;
	margin-top: 6px;
	width: 85px;
}
#projectLink_en a {
	background-image: url("img/menu_projet_en.png");
	width: 92px;
}

#menu-top #cdcLink_en {
	margin-left: 10px;
	margin-top: 6px;
	width: 188px;
}
#cdcLink_en a {
	background-image: url("img/menu_cdc_en.png");
	width: 188px;
}

#menu-top #persoLink_en {
	margin-left: 12px;
	margin-top: -5px;
	width: 144px;
}
#persoLink_en a {
	background-image: url("img/menu_perso_en.png");
	width: 127px;
}

#menu-top #galerieLink_en {
	margin-top: -9px;
	width: 94px;
}
#galerieLink_en a {
	background-image: url("img/menu_galerie_en.png");
	width: 84px;
}

#menu-top #forumLink_en {
	margin-top: -3px;
	width: 94px;
}
#forumLink_en a {
	background-image: url("img/menu_forum_en.png");
	width: 84px;
}

#homeLink_fr a.rub1, #projectLink_fr a.rub11, #cdcLink_fr a.rub3, #persoLink_fr a.rub9, #galerieLink_fr a.rub12, #forumLink_fr a.rub100
{
	background-position:0 -92px;
}
#homeLink_en a.rub1, #projectLink_en a.rub11, #cdcLink_en a.rub3, #persoLink_en a.rub9, #galerieLink_en a.rub12, #forumLink_en a.rub100
{
	background-position:0 -92px;
}

/* -------------------------------------------------------
 	3. Menu langue (inc/inc-langues.html)
 ------------------------------------------------------- */

#menu-lang {
	position: absolute;
	top: 200px;
	left: 770px;
	width: 150px;

	font-size: 0.95em;
	text-align: center;
	line-height: 1em;
	padding: 0px;
	border-color: #999;
	border-width: 0px;
	border-style: solid;
}

/* La liste des boutons */
#menu-lang ul {
	list-style: none;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
}

/* Chaque bouton */
#menu-lang li {
	list-style: none;
	text-align: center;
	width: 100px;
	float: left;
	padding: 0px;
	height: 100%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/** Parametres des liens des menus de l'en-tete **/
/* Liens simples */
#menu-lang li a, #menu-lang li a:link {
	display: block;
	border-color: #999;
	border-width: 1px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	line-height: 175%;
	color: #FFF;
	font-weight: bold;
}

/* Liens survoles */
#menu-lang li a:hover {
	border-right-style: solid;
	border-left-style: solid;
	background-color: #FFF;
	color: #00F;
	font-weight: bold;
}


/*------------------------------------------------
	4. Menu de Gauche
 ------------------------------------------------*/

/* Position et style du menu */
#menu-gauche {
	position:absolute;
	top: 286px;
	left:12px;
	width:201px;

	background: url("img/topSsMenu.png") no-repeat 0 0;

/*	font-size:.9em;*/
	font-size:12pt;
	padding:97px 0 0;
	margin:15px 0;
}

/* Fond des éléments du menu */
#menu-gauche ul {
	background: url("img/sideSsMenu.png") repeat-y 0 28px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding-left: 0px;
	padding-right: 28px;
}

/* Bas du menu */
#menu-gauche div {
	background: url("img/bottomSsMenu.png") no-repeat 0 100%;
	padding:0 0 158px;
}

/* Element du menu */
#menu-gauche a {
	display:block;
	font-weight:bold;
	line-height:1.1em;
	min-height:28px;
	padding:0px 0 0 17px;
	text-decoration: none;
	color: #dc7f0e;
}

/* Element du menu survolé */
#menu-gauche a:hover {
	text-decoration: underline;
}

#menu-gauche a.menuon {
	color:#87410a;
}

/* Element du menu en cours */
#menu-gauche li.menuon{
/*	background: url("img/sousMenuEnCours.gif") no-repeat 0 4px;*/
	text-decoration:none;
}

/* Titre général des brèves */
#menu-gauche h4 {
	background: url("img/sideSsMenu.png") repeat-y 0 28px;
	color:#dc7f0e;
	font-size:1.2em;
	margin:0;
	padding-left: 15px;
	padding-right: 28px;
	padding-bottom: 10px;
	font-variant:normal;
}

/* Date d'une brève */
#menu-gauche span {
	color:#dc7f0e;
	font-size:0.75em;
	font-style:italic;
	margin:0;
	padding-left: 15px;
	padding-right: 28px;
	color:white;
}

/* Titre d'une brève */
#menu-gauche a.breves {
	font-weight:normal;
	font-size:0.8em;
}


/* -------------------------------------------------------
 	5. Style des articles
 ------------------------------------------------------- */



/* Bloc principal englobant l'article */
#bloc-contenu
{
	position: absolute;
	top: 204px;
	width: 1024px;
	padding-top: 10px;
	background-image: url(img/fond-france-coa.jpg);
	background-repeat: repeat-y;
}

table.spip td
{
	padding: 2px;
	vertical-align: center;
	border: 1px solid /*bordures*/ #000000 ;
}

table.spip th
{
	padding: 2px;
	vertical-align: center;
	border: 1px solid /*bordures*/ #000000 ;
}

/* Titre de l'article  */
h2.spip {
	font-size: 140%;
	font-weight: bold;
	text-align: center;

	margin-left: 248px;
	margin-top: 15px;
	margin-right: 186px;
	margin-bottom: 30px;

	background-color: #6c1616;
	color: #dc7f0e;

	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}

/* Zone de texte */
.texte {
	text-align: justify;
	padding-left: 223px;
	padding-right: 136px;
	text-align: left;
	line-height: 1.3em;
	min-height: 430px;
}

/* Intertitres insérés dans un article  */
h3.spip {
	font-size: 110%;
	font-weight: bold;
	text-align: left;

	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #6c1616;
	color: #dc7f0e;

	clear:both;
}

/* Sous-titre  */
h4.spip {
	font-size: 100%;
	font-weight: bold;
	text-align: left;

	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	background-color: #6c1616;
	color: #dc7f0e;

	clear:both;
}

/* Date des brèves */
h6.spip {
	font-size: 100%;
	font-weight: bold;
	text-align: justify;
	padding: 0;
	margin: -20px 0 20px 223px;
	text-align: left;
}

/* Style des vignettes */
.spip_documents
{
	border-color: #999;
	border-width: 0px;
	border-style: solid;
}

/* Style des vignettes à gauche */
.spip_documents_left
{
}

/* Style des vignettes à droite */
.spip_documents_right
{
}

/* Style des vignettes centrées */
.spip_documents_center
{
	width: 0.5em;

}

/* Lien vers le formulaire */
h2.lienregister {
	font-size: 140%;
	font-weight: bold;
	text-align: center;

	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 30px;

	background-color: #6c1616;
	color: #dc7f0e;

	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 10px;
}

a.lienregister {
	color: #cc6f0e;
}

a.lienregister:visited {
	color: #cc6f0e;
}


/* -------------------------------------------------------
 	6. Style des brèves
 ------------------------------------------------------- */

#bloc-breve
{
	border: solid 2px #dd800f;
	margin-left: 50px;
	margin-right: 30px;
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	background: #6c1616;
}

/*Titre de la brève */
#bloc-breve h2 {
	color : white;
}

/* Date de la brève */
#bloc-breve h6 {
	font-style: italic;
}

/* -------------------------------------------------------
 	7. Bas de page
 ------------------------------------------------------- */

#bas-de-page {
	background: url(img/basdepage.gif) no-repeat;
	position: relative;
	height: 248px;
	width: 1024px;

	margin-top: 10px;
}

.coupe {
clear:both;
}

/* -------------------------------------------------------
 	8. Formulaire d'inscription
 ------------------------------------------------------- */

.required{
	font-weight:bold;
}

.bline{
	background-color: #6c1616;
	color: #dc7f0e;
	font-size: 15px;
	padding:0.1em 0.3em;
	margin-bottom:0em;
	display:block;
}

input {
	font-size: 15px;
/*	padding: 0px 2px 0px 2px;*/
/*	margin-top: 1px;
	margin-bottom: 1px;*/
}

.cssform p{
	font-size: 12px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
/*	padding-left: 21em;*/ /*width of left column containing the label elements*/
/*	border-top: 1px dashed gray;*/
/*	height: 1%;*/
}

.cssform .bline{
	float: left;
	width: 10em;
}
.cssform textarea{
	width: 350px;
	height: 150px;
}

.cssform2 textarea{
	width: 600px;
	height: 150px;
}

input.submit
{
	background-color: #FBFBFB;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	border: 1px solid #BBBBBB;
	margin: 1px;
}

input.submit:hover
{
	color: #FF0000;
}

/* -------------------------------------------------------
 	9. Divers pour Bouvines
 ------------------------------------------------------- */

/* Chaque bouton */
#sources li {
	margin-left: 0px;
	background: url("img/sousMenu.gif") no-repeat 0 0px;
	text-decoration:none;
	list-style: none;
	padding-left: 25px;
}

