/* Mise en forme des liens */
/*-------------------------*/
/* TODO : A mettre dans une feuille de style personnalisée*/

/* Mise en forme des blocs div */
/*-----------------------------*/
body {
 margin : 0px;
 padding : 0px;
}

/*  _________________________________________________ */
#bcontainer {
  position: absolute;
	width:100%;
	height : 100%;
  /*background : #AAA;*/
}

/*   ___________________ Top ________________________ */
#zonemenu {
	position: relative;
	overflow:none;
	background: url(fond_icones.png);
  background-position: top;
  background-repeat: no-repeat;
	width:100%;
	height: 120px;
	/*background : blue;*/
}

#menu{
  font-family: Verdana, Arial;
  height: 90px;
  position : relative;
	right:150px;
  top:10px;
  /*background : red;*/
}

#items{
	margin:0px; 
	padding:0px 6px; 
	list-style:none;
	position: relative;
}
#items li{
	float:left;
	list-style:none;
	margin-right:10px;
	padding: 6px 6px;
	margin-top: 5px;
}

/*   ___________________ Center ________________________ */

#container {
	position: relative;
	overflow:auto;
  background: url(fond_container.png);
  background-position: center;
	background-repeat-x: repeat;
  background-repeat-y: repeat;
	width:100%;
	/*top : 115px;*/
	/*background : green;*/
}

#containerG {
	position: relative;
	width : 70%;
	float : left;
	margin-left : 30px;
	/*background : green;*/
}

#containerD {
	position: relative;
	width : 20%;
	margin-right : -20px;
	float : left;
	/*background : green;*/
}

/*   __________________ Bottom _____________________ */

#bandeau_bas {
	position: relative;
	overflow : none;
  background: url(fond_bandeau_bas.png);
	background-repeat-x: repeat;
  background-repeat-y: repeat;
	height: 45px;
	width:100%;
	/*top : 500px;*/
	/*background : green;*/
}
#zonetech{
  height: 45px;
  position : relative;
	width:60%;
  float:right;
  text-align:right;
	margin-right : 10px;
  /*background : yellow;*/
}

#zonetheme{
  position: relative;
  height : 45px;
	float:left;
	margin-top : -10px;
  text-align: left;
	width:35%;
	/*background : green;*/
}

/* Cadres page d'accueil */
/*--------------------------------*/
.cadre_dotted_half_rounded{
	width:90%;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-topleft: 7px;
  -webkit-border-radius: 7px;
  border-radius: 3px;
}

.cadre_solid_half_rounded{
	width:90%;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-topleft: 7px;
  -webkit-border-radius: 7px;
  border-radius: 3px;
}

.cadre_dotted_rounded{
	width:90%;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 3px;
}

.cadre_solid_rounded{
	width:90%;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 3px;
}

/* Mise en forme tableaux */
/*-----------------------------*/

.tabTheme {
  width:288px;
  height:42px;
  /*background: url(fond_theme.png);*/
  background-position: left;
  background-repeat: no-repeat;
}

.itemMootools{
  outline: none;
  text-decoration:none;
}

.iframe_center {
	width : 100%;
	height : 100%;
}

.commande_video {
	vertical-align : top;
}

.table_ss_bord {
  border : none;
	border-spacing : 0;
	border-collapse : 0;
}

.coins_arrondis {
	-moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
	border : 2px solid #fff;
}/* Mise en forme des liens */
/*-------------------------*/
/* TODO : A mettre dans une feuille de style personnalisée*/

/* Mise en forme des blocs div */
/*-----------------------------*/
body {
 margin : 0px;
 padding : 0px;
}

/*  _________________________________________________ */
#bcontainer {
  position: absolute;
	width:100%;
	height : 100%;
  /*background : #AAA;*/
}

/*   ___________________ Top ________________________ */
#zonemenu {
	position: relative;
	overflow:none;
	background: url(fond_icones.png);
  background-position: top;
  background-repeat: no-repeat;
	width:100%;
	height: 120px;
	/*background : blue;*/
}

#menu{
  font-family: Verdana, Arial;
  height: 90px;
  position : relative;
	right:150px;
  top:10px;
  /*background : red;*/
}

#items{
	margin:0px; 
	padding:0px 6px; 
	list-style:none;
	position: relative;
}
#items li{
	float:left;
	list-style:none;
	margin-right:10px;
	padding: 6px 6px;
	margin-top: 5px;
}

/*   ___________________ Center ________________________ */

#container {
	position: relative;
	overflow:auto;
  background: url(fond_container.png);
  background-position: center;
	background-repeat-x: repeat;
  background-repeat-y: repeat;
	width:100%;
	/*top : 115px;*/
	/*background : green;*/
}

#containerG {
	position: relative;
	width : 70%;
	float : left;
	margin-left : 30px;
	/*background : green;*/
}

#containerD {
	position: relative;
	width : 20%;
	margin-right : -20px;
	float : left;
	/*background : green;*/
}

/*   __________________ Bottom _____________________ */

#bandeau_bas {
	position: relative;
	overflow : none;
  background: url(fond_bandeau_bas.png);
	background-repeat-x: repeat;
  background-repeat-y: repeat;
	height: 45px;
	width:100%;
	/*top : 500px;*/
	/*background : green;*/
}
#zonetech{
  height: 45px;
  position : relative;
	width:60%;
  float:right;
  text-align:right;
	margin-right : 10px;
  /*background : yellow;*/
}

#zonetheme{
  position: relative;
  height : 45px;
	float:left;
	margin-top : -10px;
  text-align: left;
	width:35%;
	/*background : green;*/
}

/* Cadres page d'accueil */
/*--------------------------------*/
.cadre_dotted_half_rounded{
	width:90%;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-topleft: 7px;
  -webkit-border-radius: 7px;
  border-radius: 3px;
}

.cadre_solid_half_rounded{
	width:90%;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-topleft: 7px;
  -webkit-border-radius: 7px;
  border-radius: 3px;
}

.cadre_dotted_rounded{
	width:90%;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 3px;
}

.cadre_solid_rounded{
	width:90%;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 3px;
}

/* Mise en forme tableaux */
/*-----------------------------*/

.tabTheme {
  width:288px;
  height:42px;
  /*background: url(fond_theme.png);*/
  background-position: left;
  background-repeat: no-repeat;
}

.itemMootools{
  outline: none;
  text-decoration:none;
}

.iframe_center {
	width : 100%;
	height : 100%;
}

.commande_video {
	vertical-align : top;
}

.table_ss_bord {
  border : none;
	border-spacing : 0;
	border-collapse : 0;
}

.coins_arrondis {
	-moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
	border : 2px solid #fff;
}
