.gauche {
	text-align : left;
}
body
{
background-color: white;
color:black;
font-size: 1em;
line-height: 120%;
font-family: Arial, Helvetica, sans-serif;
}

.classname { border:solid 1px #2d2d2d;  text-align:center; background:#575757; padding:100px 50px 100px 50px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px;}

/* = MAJ 29-03-2012
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.classname{border:dashed  5px #000000;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
/* End of Your Generated css 
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.bordure {
background-color: #fdff4d;
border: 2px solid #75ffe7;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 3px #000000;
-webkit-box-shadow: 0px 0px 3px #000000;
box-shadow: 0px 0px 3px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
.bodytest {
	margin: 0;
	padding: 10px 20px; /* Note -> 2 */
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
	font-size: .8em; /* -> 4 */
	line-height: 1.25; /* -> 5 */
background-color: rgba(225, 222, 222, 0.9);

color: rgba(22, 22, 222, 0.5);
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0; /* -> 6 */
}
h1, h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal; /* -> 7 */
}
h1 {
	font-size: 3em; /* -> 8 */
	font-style: italic;
}
h2 {font-size: 1.8em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}

a:link {
color:#000099;
text-decoration: none;

}
a:hover
{
color:#000099;
text-decoration: underline overline;
}
a:active
{
color:white;
text-decoration: none;
}


a:visited {
color:#990099;
text-decoration: none;
}

a.actu:hover {
color:#000099;
text-decoration: none;
}
hr {
 
    color:#000099;
	background-color:#000099;
}
