html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 100%;
}
body {
	font-size: 0.75em; /*taille par defaut 12px(12/16px), si 10px > 0.625em;*/
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	color: #222222;
	line-height: 1.6em;
	background-image: url(../img/fond.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#noscroll {
	overflow: hidden;
}

a:link {
	color: #1e64a2;
	text-decoration: none;
}
a:visited {
	color: #1e64a2;
	text-decoration: none;
}
a:hover {
	color: #1e64a2;
	text-decoration: underline;
}
a:active {
	color: #1e64a2;
	text-decoration: underline;
}

/************************/
/*zone div*/
/************************/

/* zone principal contenant l'ensemble des div */
#main {
	margin: 0 auto;
	width: 900px;

}

/* colonne de gauche avec titre site + navigation */
#navigation {
	float: left;
	margin:0;
	padding:70px 0 0 0;
  clear: both;
}

/* colonne de droite avec titre + contenu */
#content {
	margin:0 0 0 200px;
	padding: 100px 0 0 10px;
}

/************************/
/*logo*/
/************************/

/*
a#logo{
	font-size: 1.7em;
	color: #222222;
	text-decoration: none;
}

a:hover#logo{
	color: #1e64a2;
}

#logobold{
	font-weight: bold;
}
#logoasterix{
	color: #1e64a2;
}
/*

/************************/
/*navigation*/
/************************/

#menulist{
	/*position: relative;
	float: left;*/
	margin: 0;
	padding: 30px 0 0 0; 
	width: 200px;
	list-style: none;
}	

ul#menulist ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  border-bottom: dotted 1px #222222;
}

ul#menulist li{
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: bold;
  list-style: none;
}

ul#menulist li .sousmenu {
  font-weight: normal;
}

ul#menulist a{
  width: 100%;
  color: #222222;
  text-decoration: none;
}

ul#menulist a:hover{
    color: #1e64a2;
}

/* mets en evidence le menu actif */
ul#menulist a.on {
    color: #1e64a2;
}


/************************/
/*typographie*/
/************************/

.titlearrow{
	height: 26px;
	background-image: url(../img/fleche.png);
	background-position: 5px;
	background-repeat: no-repeat;
}

.title {
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 4px;
	background-color: #1e64a2;
}

p{
	width: 420px;
}


/************************/
/*sommaire*/
/************************/

.txtaccueil{
	color: #1e64a2;
	margin:0;
	padding:0;
	font-size: 1.6em;
	line-height: 1.2em;
	width: 420px;
}


/************************/
/*rubrique texte*/
/************************/

.txtrubrique{
	margin:0;
	padding:0;
	line-height: 1.2em;
	width: 420px;
}


/************************/
/*rubrique portfolio*/
/************************/

.titreportfolio{
	color: #1e64a2;
	font-weight: bold;
	margin:0;
	padding:0;
	line-height: 1.2em;
	padding: 0 0 0 10px;
}

.cadrerubrique {
	float: left;
	width: 235px;
	height: 200px;
	margin: 0 0 5px 0;
	padding: 0;
}

.cadrerubrique .vignette:hover {
	border-top: 0;
	border-right: 0;
	border-left: 0;
    border-bottom: dotted 1px #1e64a2;
	padding: 0 0 4px 0;
}

.cadrerubrique:hover .titreportfolio {
	text-decoration: underline;
}

.vignette {
	border-top: 0;
	border-right: 0;
	border-left: 0;
    border-bottom: dotted 1px #222222;
	padding: 0 0 4px 0;
}

a .vignette {
	border: 0;
}

img {
	border: 0;
}

.spip_documents img { 
margin: 0;
border: 0; 
}


/************************/
/*bouton retour*/
/************************/

#retour{
	margin: 4px 0 0 0;
	padding: 0; 
	width: 200px;
	list-style: none;
}

ul#retour a{
  width: 100%;
  color: #fff;
  text-decoration: none;
  background-color: #1e64a2;
  margin: 0;
  padding: 4px;
  font-weight: bold;
  list-style: none;
}

ul#retour a:hover{
    color: #222222;
}

/************************/
/*draggable + table*/
/************************/

#draggable {
	position: absolute;
	margin: 125px 0 0 195px;
	height: 460px;
	width: auto;
	cursor: pointer;
	z-index: 10000;
}

/************************/
/*glissez-moi*/
/************************/

#glissezmoi{
	float: right;
}

/************************/
/*spacer*/
/************************/

.spacer {
	clear: both;
}

/************************/
/*signature*/
/************************/

#signature a {
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 0.75em;
	color: #999999;
}

#signature a:hover {
	color: #1e64a2;
}

