@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------- CSS Document */
html {
  padding:0;
  margin:auto;
  text-align:center;/*IE bug*/
  overflow:auto;
}
body {
	background-color:#359fb9; 
	background-image: url(../images/arrierePlanGecko.jpg);
	background-repeat:repeat-x;
	text-align: center;
}
.conteneur {
  position:relative;/*je dois mettre la position relative pour sortir la div du flux. en absolute, elle capote*/
  height:630px;/*ici je laisse les dimenssin pour que firefox puisse avoir des repre dimenssionnels et centrer la div.*/
  width:1050px;
  top:0px;
  margin:auto;
  padding:0;
  text-align:left;/*si je ne met pas auto, le bloc n'est pas centr.*/
  z-index:1;
 
} 

/* ----------------------------------------------- CSS Structure de la page sommaire.html de la SGE*/
.RubGauche{
	padding: 0px;
	height: 241px;
	width: 251px;
	top:0;
	left:0;
	margin:0;
	background-image: url(../images/webzineIndexSliced_01.jpg);
	z-index:1;
}
.MenuFlashPrincipal{
	position:absolute;
	padding: 0px;
	height: 241px;
	width: 537px;
	top:0;
	left:251px;
	margin:0;
	z-index:1;
}
.RubDroite{
	position:absolute;
	padding: 0px;
	height: 241px;
	width: 262px;
	top:0;
	left:788px;
	margin:0;
	background-image: url(../images/webzineIndexSliced_03.jpg);
	z-index:1;
}
.FondPourContenu{
	position:absolute;
	padding: 0px;
	height: 389px;
	width: 1050px;
	top:241;
	left:0px;
	margin:0;
	background-image: url(../images/webzineIndexSliced_04.jpg);
	z-index:1;
}
.FondPourContenuInterieur{
	position:absolute;
	padding: 0px;
	height: 389px;
	width: 1050px;
	top:241;
	left:0px;
	margin:0;
	background-image: url(../images/articleRubriqueSliced_05.jpg);
	z-index:1;
}
#breves{
    position:absolute;
    top:240px;
	left:425px;
	width:200px;
	text-align:center;
	margin:0px;
	padding:0px;
	/*background-color:#33FF66;*/
	z-index:500;
}
/*==============================================================================*/
/* début de la mise en page des éléments pour faire afficher le contenu du SGC*/
/*==============================================================================*/

/*------------------------------------ Espace pour RUBRIQUES*/

.RubriquesIndex1 {
	position:absolute;/*construction du conteneur de mes balises rubriques*/
	margin:0;
	padding:0;
	top:24px;
	left:88px;
	width:150px;
	height:200px;
	/*border: #FF0000 thick solid;*/
	z-index:2;
}
.RubriquesIndex2 {
	position:absolute;/*construction du conteneur de mes balises rubriques*/
	margin:0;
	padding:0;
	top:24px;
	left:798px;
	width:150px;
	height:200px;
	/*border: #FF0000 thick solid;*/
	z-index:2;
}
.GrosMenu ul {
	padding: 0px;/* il s'agit de mon conteneur LU qui se dispose au coin supérieur gauche automatiquement*/
	margin: 0px;
	width:150px;
	height:200px;
	/*background-color:#FFFF00;*/
}
.GrosMenu ul li  {/*ici on a les li qui sont appelé dans la boucle*/
	float:left;
	list-style:none;
	margin:0px;
	text-align: left;
	width:140px;
	padding-right:0px;
	padding-bottom:3px;
	/*background-color:#99CC00;*/
	font-size:12px;
}
.GrosMenu ul li a img,/* ici c'est pour fignoler nos boutons puisqu'ils sont transformés en image ceci leur donne automatiquement un border et donc il faut l'enlever */
.GrosMenu ul li a:hover img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

/*-----------------------------------------------------------ARTICLES WEBZINE*/
/* c'est ici que je détermine des conteneurs pour chaque li afin de positionner le contenu de ces derniers dans l'espace*/
.articleWebZine1 {
	position:absolute;
	top:265px;
	left:33px;
	height:350px;
	width:310px;
	z-index:5;
	padding:0;
	margin:0;
	/*background-color:#FFFF00;*/
}
.articleWebZine2 {
	position:absolute;
	top:265px;
	left:708px;
	height:350px;
	width:310px;
	z-index:5;
	padding:0;
	margin:0;
	/*background-color:#FFFF00;*/
}
.buzz ul {
	padding: 0px;/* il s'agit de mon conteneur LU qui se dispose au coin supérieur gauche automatiquement*/
	margin: 0px;
	width:300px;
	height:200px;
	/*background-color:#FFFF00;*/
}
.buzz ul li  {/*ici on a les li qui sont appelé dans la boucle*/
	float:left;
	list-style:none;
	margin:0px;
	text-align: left;
	width:300px;
	height:173px;
	padding-bottom:3px;
	/*border: #CC6600 dotted ;*/
}
/*-----------------------------------------------------------BRÈVES WEBZINE*/
#brevesWebZine {
	position:absolute;
	top:290px;
	left:390px;
	height:305px;
	width:280px;
	z-index:500;
	padding:0;
	margin:0;
	/*border:#009900 dashed;*/
}
#brevesWebZine ul {
	padding: 0px;/* il s'agit de mon conteneur LU qui se dispose au coin supérieur gauche automatiquement*/
	margin: 0px;
	width:280px;
	height:200px;
	/*background-color:#FFFF00;*/
}
#brevesWebZine ul li  {/*ici on a les li qui sont appelé dans la boucle*/
	float:left;
	list-style:none;
	margin:0px;
	text-align: left;
	width:280px;
	height:106px;
	padding-bottom:3px;
	/*border: #CC6600 dotted ;*/
}
#Pied {
    position:absolute;
    top:628px;
	width:100%;
	text-align: center;
	margin: 0;
	padding:0;
	z-index:500000;
}
#Pied ul {
	margin: 0px;
	padding: 0px;
}

#Pied ul li  {
	margin: 0px;
	display: inline;
	text-align: center;
	list-style:none;
	padding: 0px;
}
/*==============================================================================*/
/*         Mise en page des éléments des rubriques et articles du webzine       */
/*==============================================================================*/


#brevesInt{
    position:absolute;
    top:270px;
	left:770px;
	width:200px;
	text-align:center;
	margin:0px;
	padding:0px;
	z-index:500;
}
/*-----------------------------------------------------------BRÈVES WEBZINE rubrique et articles*/
#brevesWebZineInt {
	position:absolute;
	top:299px;
	left:738px;
	height:305px;
	width:280px;
	z-index:500;
	padding:0;
	margin:0;
	/*border:#009900 dashed;*/
}
#brevesWebZineInt ul {
	padding: 0px;/* il s'agit de mon conteneur LU qui se dispose au coin supérieur gauche automatiquement*/
	margin: 0px;
	width:280px;
	height:300px;
	/*background-color:#FFFF00;*/
}
#brevesWebZineInt ul li  {/*ici on a les li qui sont appelé dans la boucle*/
	float:left;
	list-style:none;
	margin:0px;
	text-align: left;
	width:280px;
	height:99px;
	padding-bottom:3px;
	/*border: #CC6600 dotted ;*/
}
#filArianne{
position:absolute;
top:244px;
left:276px;
color:#558400 ;
font-size:0.8em;
font-family:Arial, Helvetica, sans-serif;
z-index:300;
}
#filArianne a{
color: #999999;
text-decoration:none;
}
#filArianne a:hover{
text-decoration:underline;
}
#ContenuRubrique{
	position:absolute;
	top:308px;
	left:38px;
	height:272px;
	width:612px;
	overflow:auto;
	z-index:500;
	padding:0;
	margin:0;
	/*border:#009900 dashed;*/
}











/*==========================================================================================================*/
/*               Style de typographies                             */
/*==========================================================================================================*/
.styleRubrique {
font-family:Georgia, "Times New Roman", Times, serif;
color:#000033;
font-weight:bold;
}

.styleRubrique a{
text-decoration:none;
color:#996600;
}
.styleRubrique a:hover{
text-decoration:none;
color:#000033;
}
.ArtLien {
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
}
.ArtLien a {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;

}
.ArtLien a:hover {
text-decoration: underline;
}
.ArtDescriptif {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	color:#666666;
}
.styleBasPage{
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.6em;
	font-weight:bold;
	text-align:center;
	color: #666666;
}
.styleBasPage a{
    font-size:1.3em;
	color: #8ce84d;
	text-decoration:none;
}
.styleBasPage a:hover{
text-decoration:underline;
}
.titreArticle{
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	color: #666666;
	line-height:1.6em;
	border-bottom:#CCCCCC dashed thin;
}









