@charset "utf-8";
/* CSS Document */

/************************************************************/
/*                 généraliter     contenant                */
/************************************************************/


#page {
	height: 800px;
	width: 900px;
	margin: auto;
	background-color: #000000;    /*couleur de fond*/
	background-image: url(img/degrade%20720px_r1_c2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-smooth:always;
}
#column_left {
	float: left;
	height: 750px;
	width: 264px;
	background-image: url(img/grande-photo-gauche+logo.jpg);
	background-position: bottom;
}

#titre {
	width: 610px;
	float: left;
	height: 100px;
	padding-right: 25px;
}

#content {
	width: 588px;
	float: left;
	height: 500px;
	padding-left: 23px;
	padding-right: 24px;
}
#navigation {
	float: left;
	width: 635px;
	height: 135px;
	padding-top: 15px;
}

#bottom {
	float: left;
	height: 44px;
	width: 900px;
	background-color: #ff7101;
}

#bottom_img {
	float: left;
	height: 35px;
	width: 900px;
	background-image:url(img/degrade-bas.jpg);   /* img du dégrader du bas de pages */
	background-repeat:repeat-x;
	background-color:#E1E1E1;    /* couleur derrière le degrader du bas de page  */
}

/*************************************************************************/
/*                                   contenu                             */
/*************************************************************************/
#slogan {
	float: left;
	height: 180px;
	width: 264px;
	background-color: #ff7101;
	text-align: center;
}
#logo {
	width: 264px;
	height: 200px;
	float: left;
	margin-top: 300px;
	background-image:url(img/logo.png);  /* logo du client largeur max 265px */
	background-repeat:no-repeat;
}
#titre_page {
	width: 335px;
	float: right;
	height: 60px;
	text-align: right;
}
#sous_titre_page {
	width: 450px;
	float: right;
	height: 40px;
	text-align: right;
}

/*****************************************************************/
/*                  debut des zones interchangables              */
/*****************************************************************/

/*******************************************/
/*  middle_1 + block avec coin arrondi     */
/*******************************************/

.middle_1 {
	width: 588px;
	height: 235px;
	margin-top: 15px;
	background-color:#FFFFFF
}

/* div et img du bloc arrondi */

.roundedcornr_box_117176 {
   background: #ffffff;
}
.roundedcornr_top_117176 div {
   background: url(img/roundedcornr_117176_tl.png) no-repeat top left;
}
.roundedcornr_top_117176 {
   background: url(img/roundedcornr_117176_tr.png) no-repeat top right;
}
.roundedcornr_bottom_117176 div {
   background: url(img/roundedcornr_117176_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_117176 {
   background: url(img/roundedcornr_117176_br.png) no-repeat bottom right;
}

.roundedcornr_top_117176 div, .roundedcornr_top_117176, 
.roundedcornr_bottom_117176 div, .roundedcornr_bottom_117176 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_117176 {
	margin: 0 15px;
	height:205px;
}


/************************************/
/*   bloc avec img et txt(droit)    */
/************************************/

.middle_2 {
	width: 588px;
	height: 235px;
	margin-top: 15px;
	background-color:#FFFFFF;
}

.img_right_200x200 {
	float: right;
	height: 200px;
	width: 200px;
	border: solid 1px;      /*bordure autour de l'image*/
	border-color: #000000;  /*couleur de la bordure*/
} 
.txt_left {
	float: left;
	height: 205px;
	width: 356px;
	overflow: auto;
}

/*********************************/
/* bloc avec img et txt(gauche)  */
/*********************************/

.middle_3{
	width: 588px;
	height: 235px;
	margin-top: 15px;
	background-color:#FFFFFF;
}

.img_left_200x200 {
	float: left;
	height: 200px;
	width: 200px;
	border: solid 1px;
	border-color: #000000;
}
.txt_right {
	float: right;
	height: 205px;
	width: 341px;
	padding-left: 15px;
}

/*********************************/
/*     bloc avec grand txt       */
/*********************************/


.middle_4{
	width: 588px;
	height: 235px;
	margin-top: 15px;
	background-color:#FFFFFF;
}

.grand_zone_txt{
	height:205px;
	width:558px;
	overflow: auto;
	}

/****************************************************************/
/*                mise en forme des txt                         */
/****************************************************************/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFF1;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF7101;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFF1;
	font-weight: normal;
	padding: 0px;
	margin-top: 110px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 0px;
	font-size: 13px;
}

.phrase {
    color:#ff7101;}

/*************************************************************/
/*           navigation   générale + bottom                  */
/*************************************************************/

#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}

#navigation a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #ff7101;
	text-decoration:underline;
	font-size: 16px;
}

/*****Bloc bottom*****/  
#navig_bottom {
	width: 520px;
	float: left;
	height: 40px;
	text-align: center;
	padding-top: 5px;
	padding-left: 240px;
}
#logo_bottom {
	width: 100px;
	float: right;
	height: 40px;
	padding-top: 5px;
}

/*** mise en forme lien bottom ***/

.navi-bottom {
	margin: 0px;
	padding: 0px;
}
.navi-bottom a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #333333;
}

.navi-bottom a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
}

/********** FOOTER **********/

#footer {
	margin-top: 20px;
	padding: 1px 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer img {
	border: none;
}
#footer .navigation_passive {
	font-size: 11px;
	width: 610px;
	float: left;
	margin: 0;
	padding: 20px 25px;
        background-color:#ff7101;
}


#footer .navigation_passive .conditions {
	font-size: 11px;
	margin: 20px 0 0 0;
}
#footer .navigation_passive ul {
	margin: 0;
	padding: 0;
}
#footer .navigation_passive ul li {
	display: inline;
}
#footer .navigation_passive a{
	color:#000000;
}
#footer .logos {
	width: 220px;
	padding: 21px 20px 0 0;
	float: left;
	text-align: center;

        background-color:#ff7101;
}
#footer .logos p {
	font-size: 11px;
	margin: 0;
}
#footer .logos img {
	padding: 5px 0;
}
#footer .credits {
	font-size: 11px;
	clear: both;
	margin-top: 46px;
}
#footer a:hover {
	text-decoration: none;
}
.mentions {
	margin-top: 40px;
}
.mentions a {
	font-size: 10px;
}
/*****************************************************/
/*        contenu a coin arrondi alternatif          */
/*****************************************************/
#arondi-gauche {
	float: left;
	height: 235px;
	width: 15px;
	background-image: url(img/arrondi_gauche.jpg);
}
#arondi-droit {
	float: right;
	height: 235px;
	width: 15px;
	background-image: url(img/arrondi_droit.jpg);
}
#arondi-centre {
	float: left;
	height: 235px;
	width: 558px;
	background-image: url(img/arrondi_centre.jpg);
}
.middle_centre {
	height: 205px;
	width: 530px;
	margin-top: 15px;
	margin-left: 15px;
}
a {
	color: #FF7101;
}
a:hover {
	color: #4864e2;
}
/*******************************************************/
/*               formulaire de contact                 */
/*******************************************************/
.middle_4 INPUT.textField, SELECT.textField{
font-family:Verdana;font-size :10px;color :#000000;background-color :#FFFFFF;
}
.middle_4 INPUT.textFieldFocus, SELECT.textFieldFocus{
font-family:Verdana;font-size :10px;color :#000000;background-color :#FFFFFF;
}
.middle_4 .textLabel{
font-family:Verdana;font-size :10px;color :#000000;background-color :#FFFFFF;
}

.middle_4 INPUT.buttonfield{

}

.middle_4 INPUT.buttonfieldFocus{

}
/****************************************************/
/*               enews                              */
/****************************************************/

#news {
	width: 270px;
	height: 50px;
	float: left;
	margin-top: 20px;
}
INPUT.textField, SELECT.textField{
font-family:Verdana;font-size :12px;color :#000000;background-color :#FFFFFF;
}
INPUT.textFieldFocus, SELECT.textFieldFocus{
font-family:Verdana;font-size :12px;color :#000000;background-color :#FFFFFF;
}
.textLabel{
font-family:Verdana;font-size :12px;color :#ffffff;background-color :#000000;
}

INPUT.buttonfield{

}

INPUT.buttonfieldFocus{

}
/***************************************************************************/
/*                       plan du site                                      */
/***************************************************************************/

#plan {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	position: relative;
	width: 300px;
	left: 150px;
	top: 0px;
      }
  
#plan a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

#plan ul {
	list-style:none;
	}
	  
#plan a span {
	float: none;
	width:200px;
	height:20px;
	background:url(img/picto-orange.gif) no-repeat left ;
	padding-left: 20px;
	}
#plan a:hover span {
	background: url(img/picto-bleu.gif) no-repeat left ;
	cursor: pointer;  }
#page #navigation table {
	height: 120px;
	width: 550px;
}
