/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

body {
	background: #FFF;
	}


/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a {
	text-decoration: none; color: #333;
	}
a:hover {
	text-decoration: underline;
	}


/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */

#conteneur	{
	margin-top:20px;
	width:780px;
	text-align:right;
	}

#zonecorpsindex	{
	width:565px;
	height:306px;
	margin-left:105px;
	margin-top:20px;
	float:left;
	text-align:center;
	padding-top:160px;
	font-size:1.3em;
	font-weight: bold;
	color: #000000;
	}

#titre	{
	width:265px;
	margin-left:105px;
	height:26px;
	float:left;
	text-align:left;
	font-size:1.3em;
	font-weight: bold;
	color: #000000;
	}

#navigation	{
	width:300px;
	height:26px;
	float:left;
	text-align:right;
	}

#zonecorps	{
	margin-left:105px;
	width:565px;
	margin-top:20px;
	float:left;
	text-align:left;
	}

#Zvignettes_LIGNES	{
	margin-bottom:5px;
	float:left;
	text-align:left;
	}


.Zvignettes_GCH	{
	width:120px;
	height:110px;
	margin-right:20px;
	float:left;
	}

.Zvignettes_DRT	{
	width:420px;
	margin-right:0px;
	text-align:left;
	float:left;
	}



#zonecorps2	{
	width:785px;
	margin-top:20px;
	float:left;
	text-align:left;
	}

#clickgch	{
	float:left;
	text-align:right;
	padding-top:383px;
	padding-right:10px;
	width:95px;
	height:17px;
	}
#zonephoto	{
	float:left;
	width:565px;
	height:400px;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	}
#clickdrt	{
	float:left;
	text-align:left;
	padding-top:383px;
	padding-left:10px;
	width:95px;
	height:17px;
	}



#navigation ul {
	margin-top:3px;
	text-align:right;
	float:right;
	}
#navigation ul li	{
	list-style: none;
	float:left;
	text-align:left;
	margin-left:12px;
	}
#navigation ul li a	{
	font-size: 0.7em;
	font-weight:bold;
	}
#navigation ul li a:hover, #titre a:hover, a.links:hover	{
	color:#D4D4D4;
	text-decoration:none;
	}

#titre a	{
	text-decoration:none;
	}



/* Typo pour les menus et la navigation */
body, #navigation, #conteneur, #titre, .formulaire_spip	{
	font-family: "Trebuchet MS", Arial, "Courier", Helvetica, sans-serif;
	}

p, .p, .chapo	{
	color:#000000;
	font-size: 0.68em;
	}

.chapo	{
	color:#666666;
	font-weight:bold;
	}

.links	{
	color:#000000;
	font-size: 0.6em;
	text-decoration:none;
	}


