/******************************************** Romain MINCHELLA _ Octobre 2006 ***********************************************/
/******************************************    STYLE  DU   SITE  (Partie Public)  *************************************************/

body{
		margin : 0;
		background-color : #ffffdd;
		font-family : Arial Black;
		color : #004411;
}

h1{
		font-size : 22px;
		font-family : Arial Black;
		text-decoration : underline;
}

h2{
		font-size : 20px;
		font-weight : normal;
		text-decoration : none;
		font-family : Arial Black;
}

h3{
		font-size : 18px;
		font-weight : normal;
		font-style : italic;
		text-decoration : none;
		font-family : Arial Black;
}

hr{
	visibility : visible;
	height : 6;
	background-color : #006600;
}

td.archiPage{
		vertical-align:top;
}

td{
		text-align : center;
		font-size : 16px;
		font-weight : border;
		font-family : Arial Black;
}

p{
		color : #004411;
		padding:2px;
		font-size:16px;
		font-family : Arial Black;
}

input.button { 
		font-family : Arial Black;
		font-size: 18px;
		background-color: #004411;
		color:#ffffdd ; 
		border-style : ridge;
		border-color : black;
		border-width: medium;
		
}

img{
		border-style : ridge;
		border-color : black;
		border-width: 3;
}

img.animee{
		border-style : none;
		border-width: 0;
}

a:link{
		color : #004411;
		font-size : 20px;
		font-weight : border;
		font-family : Arial Black;
}
a:visited{
		color : #004411;
		font-size:20px;
		font-weight : border;
		font-family : Arial Black;
}
a:hover { 
		color:#ffffdd ; 
		text-decoration: none ; 
		background-color: #004411; 
}
