/*****************************/
/*          GLOBALE          */
/*****************************/
body {
	background:url('../design/main_degrade.jpg') repeat-x #9A9A9A;
	margin:20px;

	font-family:Arial, sans-serif;
}

img {
	border:0px;
}

a {
	color:#000000;
}

a:hover {
	color:#D6D6D6;
}

#globale {
	width:834px;
	margin:auto;
	padding:0px;
}

.spip_documents_center img {
	display:block;
	margin:0px auto 0px auto;
}

/*****************************/
/*           HEADER          */
/*****************************/
#globale #header {
	width:834px;
	height:227px;
	background-image:url(../design/main_bandeau.jpg);
	background-repeat:no-repeat;
}

/*****************************/
/*            PAGE           */
/*****************************/
#globale #page {
	width:834px;
	float:left;
}

/*****************************/
/*           GAUCHE          */
/*****************************/
#gauche {
	width:150px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

/*****************************/
/*            MENU           */
/*****************************/
#gauche #menu { }

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

#gauche #menu ul li{
	border:2px solid #443F8F;
	padding:10px;
	margin:0px;
	text-align:center;
}
#gauche #menu ul li a{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#443F8F;
	font-family:Arial, sans serif;
}

#gauche #newsletter {
	padding-top:100px;
}

#gauche #reponse_form ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#gauche #reponse_form ul li{
	padding:0px;
	margin:0px;
	color:#ffffff;
	font-weight:bold;
	list-style-type:none;
}

#gauche #menu ul.ssmenu li a {
	font-size:12px;
}

/*****************************/
/*          MILIEU           */
/*****************************/
#milieu {
	width:484px;
	float:left;
	background-color:#443F8F;
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#FFF;
	padding:10px;
}

#milieu #portefolio {
	width:484px;
	float:left;
 	text-align:center;
}



/*****************************/
/*          LISTES           */
/*****************************/
#lstrubrique {
	padding:0px;
	margin:0px;
}

#lstarticle {
	padding:0px;
	margin:0px;
}

/*****************************/
/*          DROITE           */
/*****************************/
#droite {
	width:121px;
	height:345px;
	background-image:url(../design/archi_interieure.jpg);
	background-repeat:no-repeat;
	float:left;
}

/*****************************/
/*          FOOTER           */
/*****************************/
#globale #footer {
	width:834px;
	height:78px;
	color:#443F8F;
	font-weight:bold;
	text-align:center;
	font-size:10px;
	padding-top:25px;
	background-image:url(../design/main_pied.jpg);
	background-repeat:no-repeat;
	clear:both;
}

/*****************************/
/*        FORMULAIRE         */
/*****************************/

/* Lettre d'information*/
.form_li_envoyer {
	background-image:url(../design/bouton.png);
	background-repeat:no-repeat;
	border:0px;
	color:#ffffff;
	padding:0px;
	margin:0px;
	width:65px;
	height:15px;
}

.form_li_select {
	background-color:#443F8F;
	color:#ffffff;
}

.form_li_input {
	background-color:#443F8F;
	color:#ffffff;
}

.form_li_textaera {
	background-color:#443F8F;
	color:#ffffff;
}

/* Formulaire contact*/
.form_co_envoyer {
	background-image:url(../design/bouton.png);
	background-repeat:no-repeat;
	border:0px;
	color:#ffffff;
	padding:0px;
	margin:0px;
	width:65px;
	height:15px;
}

.form_co_select {
	background-color:#443F8F;
	color:#ffffff;
}

.form_co_input {
	background-color:#443F8F;
	color:#ffffff;
}

.form_co_textaera {
	background-color:#443F8F;
	color:#ffffff;
}

/*****************************/
/*          DIVERS           */
/*****************************/
.center {
	text-align:center;
}

