/* @override 
	http://gouvernance.un-millieme.net/squelettes/style_afnic.css
	http://www.gouvernance-internet.fr/squelettes/style_afnic.css
*/

/* On commence par reseter (Eric Meyer) */

@import url("../squelettes/reset.css");


html{font-size: 100%;}

body{
	background: #fff;
	color:#000;
	font: 0.755em/1.5em Arial, Helvetica, Geneva, sans-serif;
}

a{
	text-decoration: underline;
	color: #243447;
}
	
a:hover{
	text-decoration: none;
}

#container{
	
	width:960px;
	background-color: white;
	margin: 0 auto;
	position: relative;
}

#header {
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 25px;
}

.nomSite {
	display: none;
}

.menu {
	margin-bottom: 24px;
	height: 48px;
	width: 100%;
}

.menu h1 {
	float: left;
	font-size: 1.5em;
	color: #4872a3;
	padding-left: 80px;
	padding-top: 3px;
}

.deroulant {
	float:right;
	padding-right: 60px;
}

.versionImprimable {
	float: left;
	margin-left: 48px;
	padding-top: 3px;
}

/* la colonne de gauche (erreur de nommage-> le style a pour nom "colDroite) */

#colDroite {
	width: 600px;
	float: left;
}

#colDroite h1 {
	/*width: 270px;*/
	/*float: none;*/
	text-align: right;
	margin-right: 25px;
	/*margin-bottom: 15px;*/
	font-size: 2em;
	line-height: 1.2em;
	color: #8c8d8f;
}

h1#styleTitre1 {
	width: 270px;
	float: left;
	text-align: right;
	margin-right: 25px;
	margin-bottom: 15px;
	font-size: 2em;
	line-height: 1.2em;
	color: #8c8d8f;

}



#colDroite h3 {
	text-align: right;
	margin-top: 10px;
}

#colDroite h3.surtitre {
	margin-top: 0;
}



#colDroite img.logo_afnic {
		/*margin-bottom: 25px;*/
	margin-left: 15px;
	float: right;
	margin-right: 25px;
	display: block;
}



#colDroite p.chapo {
	font-weight: bold;
	color: #5b5c5d;
	margin-left: 85px;
	font-size: 1.2em;
	margin-right: 25px;
	text-align: justify;
}

#colDroite p.spip {
		margin-left: 85px;
		margin-right: 25px;
	font-size: 1.2em;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: justify;
}

#colDroite p.ps {
	margin-left: 85px;
	margin-right: 25px;
	font-size: 1em;
	font-style: italic;
}


#colDroite div.lienUtile {
	width: 267px;
	/*padding: 10px;*/
	background: url(../IMG/fond_lien_utile2.jpg) repeat-y 0 bottom;
	float: left;
	margin-right: 25px;
}

#colDroite div.lienUtile h4 {
	width: 267px;
	height: 44px;
	text-indent: -9999px;
	background-image: url(../IMG/haut_lien_utile2.jpg);
}



#colDroite div.lienUtile span {
	display: block;
	margin-left: 15px;
	padding-bottom: 24px;
	margin-right: 15px;
}

/* la colonne de droite (erreur de nommage-> le style a pour nom "colGauche) */

div#colGauche {
	
	float: left;
	width: 300px;
}

#colGauche p {
	margin-left: 40px;
	margin-bottom: 25px;
}

#colGauche p span.date {
	color: #444445;
}

#colGauche p span.titre {
	color: #084279;
}

#colGauche div.ours {
	background: url(../IMG/fond_ours.png) no-repeat left top;
	margin-left: 45px;

	width: 272px;
	height: 112px;
	margin-bottom: 25px;
}


#colGauche div.ours span.num {
	display: block;
	text-align: right;
	margin-right: 5px;
	padding-top: 5px;
	font-weight: bold;
	color: #005095;
}

#colGauche div.ours p.texte_ours {
	margin: 10px;
	font-size: 0.8em;
	line-height: 1.4em;
}

/* le ventre de la page d'accueil */

#ventre {
	margin-bottom: 25px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}

#ventre.accueil legend, .identification legend  {
	display: none;
}

#ventre #login fieldset, #ventre form fieldset, .identification form fieldset {
	background-color: #adcee6;
	padding: 20px;
	width: 400px;
}

#ventre .spip_bouton input, input#var_login.forml, .identificatio .spip_bouton input {
	margin-top: 12px;
}

#ventre .spip_bouton, .identification .spip_bouton {
	width: 80px;
	/*margin-left: 12px;*/
	padding-bottom: 12px;
}

#ventre .spip_bouton input, .identification .spip_bouton input {
	border: 1px solid white;
	cursor:pointer;
	/*padding:.4em;*/
	background: #4872a3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	width:80px ;
	color: #d7e1e4;
	text-align: center;
}



#ventre form, .identification form {
	margin-top: 12px;
}


#ventre p.spip, #ventre h2 {
	margin-bottom: 12px;
}

/* La div qui apparaît si l'on est pas identifié mais que l'on tombe sur une page directe */

.identification {
	margin-left: 85px;
	margin-bottom: 48px;
}



div.footer {
	
	width: 100%;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	clear: left;
	/*font-size: 0.9em;*/
}

.invisible {
	display: none;
}

