/* CSS Document */

@import url(menu.css);
@import url(annuaire.css);
@import url(calendrier.css);


* { 
	font-family:'Arial', Verdana, sans-serif;
	color:#333;
	font-size:12px;

}

a, div.motsom a, div#motart a, a.spip_out{
	color:#3399CC;
	font-size:1em;
}

a:hover, div.motsom a:hover, div#motart a:hover{
	color:#FF0099;
	
}

div#tags a:visited{
	color:#FF0099;
	
}

body {
	margin: 0;

	text-align: center;
	
	background-color:#fff;

	
}

#global{
	width:1024px;
	margin: 0 auto;
}

div#centre{
	float:left;
	width:760px;
	margin:0px;
	text-align: left;
	
}

div#droite{
	float:right;
	width:264px;
	margin-top:0px;
	padding-top:0px;
	margin:0px;
	position: relative;
	left:-1px;
	background-image: url(../images/haut_col_droite.jpg);
	background-repeat: no-repeat;
}

div#centre #menu{
	width:760px;
}

div#droite #haut2{
	background-color: #000000;
	height:76px;
	width:264px;
}

div#acces_admin{
	float:right;
	text-align: right;
}

div#cadrerecherche{
	background-image:url(../images/fond_recherche.jpg);
	background-repeat:no-repeat;
	width: 248px;
	height: 32px; 
	margin-top: 10px;
	margin-left: 5px;
}

div#cadrerecherche input#recherche{
	border: none;
	background-image: none;
	margin-top: 8px;
	margin-left: 7px;
	width:200px;
	padding-left: 0px;
	color:#000;
}

div#cadrerecherche input#clicrecherche{
	position:relative;
	top:4px;
	left:13px;
}


div#centre #hierarchie{
	text-align: left;
	margin-bottom: 0px;
	margin-top: 5px;
	height:20px;

}

div.gauche{
	text-align: left;
}

div.centre{
	text-align: center;
}

div#enregistrer fieldset, div#paswelcome fieldset{
	border:2px solid #F3349A;
	padding: 5px;
}

div#enregistrer legend, div#paswelcome legend{
	color : #F3349A;
	font-size: 1.3em;
	font-weight: bold;
}

div#paswelcome legend{
 	padding-left: 5px;
 	padding-right: 5px;
 }

div#paswelcome input{
 	width:458px;
 }
 
 div#paswelcome input.submit{
 	width:200px;
 }
 
div#hierarchie{
	border-bottom: 1px solid #ccc;
	margin-bottom:2px;
}


div#foot{
	background-color: #000;
	width: 1024px;
	height:30px;
	margin: 0 auto; 
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	color:#fff;
}

div#foot a{
	color:#66CCFF
	} 
	
div#foot a:hover{	
	color:#FF0099
	}

div.aligndroite{
	text-align:right;
	padding-right: 5px;
}

h1{
	font-size: 1.5em;
	font-weight: bold;
	color:#333;
	font-family: Times News Roman, serif;
}
