a
{
	text-decoration:none;
	color:black;
}

a:hover
{
	text-decoration:underline;
	color:black;
}

p
{
	font-size:12px;
}


body
{
	background-color: #666666;
	font-size:10px;
	font-family:arial;
}


* html p 
{
	height: 1%;
	margin-left: 0;
}


div.global
{
	padding-top:50px;
}

div.main
{
	width:979px;
	position:relative;
	border:0px solid red;
	margin:auto;
	background:url(images/bg.png) repeat-y;
}

div.main div.colonne_gauche
{	
	width:203px;
	height: 500px;	
	float:left;
}


html>body div.main div.colonne_gauche 
{
	height: auto;
	min-height: 576px;
} 


div.main div.colonne_gauche div.colonne_title
{
	width:100%;
	height:61px;
	border:0px solid green;
	background:url(images/bloc_gauche_haut.jpg) no-repeat;
	cursor:pointer;
}

div.main div.colonne_droite
{	
	position:relative;
	border-top:1px solid #ffffff;
	margin-left:219px;
}


div.footer
{
	line-height:26px;
	text-align:left;
	height:26px;
	position:relative;
	background:url(images/bloc_bas_menu.gif) no-repeat;
}

span.spip_documents {
	margin: 10px;
	display: block;
}

h3.spip {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

div.form {
	margin-left: 5px;
	margin-right: 5px;
	color: #FFFFFF;
}

input.stylishimg {
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	height: 15px;
}

