body {
	text-align:center;
	background: white;
	font-family: arial, helvetica, serif;
	font-size: 0.8em;
	margin-top:0px;
	
	
}

	#principale {
		width:770px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
		td {
		text-align:left;
		font-family: arial, helvetica, serif;
	    font-size: 0.8em;
	
}

		
#footer {
	background:#006699;
    color: white;
    clear: both;
    padding: 1em;
	 width:770px;
	font-size : xx-small;
	text-align :center;
}


h1 {
background: #006699;
    text-align: center;
    color: white;
    padding: 1ex;
	width:770px;
}
#col1, #col2, #col3 {
    float: left;
    width: 30%;
    padding: 10px;
    margin: 0;
    min-width: 6em;
}
#col1 { border-right: dotted 1px #006699; }
#col2 { 
    border-left: dotted 1px #006699;
    border-right: dotted 1px #006699;
}
#col3 { border-left: dotted 1px #006699; }

A {
	text-decoration: none;
	color: #CC0033;
	font-weight: bold;
}

A:Hover {
    background: #006699;
	text-decoration: none;
	color: white;
	font-weight: bold;
}


h2 {
	font-size: 1.3em;
}


h3 {
	font-size: 1.2em;
}

a {
	text-decoration: none;
}

strong {
	font-style: italic;
	text-transform: uppercase;
}
#menu a {
	background-color : #006699;
	color : White;
}


#form {
	background:#E6E6FA;
	;
	padding: 10px;
	border: 2px dashed #006699;
	color: #00008B;
}
 
.code{
	font-family: verdana;
	font-size: 11px;
	color: Black;
	border: 2px solid #006699;
	padding: 5px;
	background-color: #E6E6FA;
}

