/* Css Reset
-------------------------------------------------------- */
* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	}
/* Général
-------------------------------------------------------- */
body {
	font-size: 12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	padding: 0 10px 10px;
	max-width: 1200px;
	margin: auto;
	background-color: #002;
	}
.contenu {
	color: white;
	padding: 10px;
	border: 5px ridge #454545;
	}
img.one {
	float: right;
	margin: 10px;
	}
img.two {
	float: left;
	margin: 10px 30px 10px 10px;
	}
.centrer {
	text-align: center;
	margin: 5px;
	}
.droite {
	text-align: right;
	margin: 5px;
	}
.centrerbloc {
	margin: 0 auto;
	}
.clearright {
	clear: right;
	}
a {
	text-decoration: none; color: #fff;
	}
a:hover {
	color: #7F7;
	}
/*les titres 
---------------------------------------------------------*/
h1,h2,h3 {
	background: url(../../index/degra.png) 0% 50%;
	clear: right;
	border: 1px solid black;
	margin: 0;
	}
h1 {
	font-size: 36px;
	min-height: 31px;
	padding: 5px 0 2px;
	text-align: center;
	}
h2 {
	background-color: #cc0;
	font-size: 23px;
	padding: 3px 10px;
	margin-top: 4px;
	border: outset #00003d;
	border-width: 2px 2px 0;
	color: #003;
	}
h3 {
	background-color: #cc0;
	padding-left: 5%;
	color: #002;
	margin: 0 0 20px;
	border: outset #00003D;
	border-width: 0 2px 2px;
	font-size: 12px;
	}

.post {
	margin: 2px 2px 16px;
	padding: 2px 10px 10px;
	background-color: #111;
	clear: right;
	font-size: 13px;
	text-align: justify;
	border: 1px #c9c9c9 outset;
	}

/*////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Les "arrondis"
-------------------------------------------------------- */
/* BAS arrondi */
/* arrondis bas gauche et bas droite */
.menu_table .ubuntu {
	-khtml-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	}
.menu_table .divers {
	-khtml-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	}
/*les coins arrondis
---------------------------------------------------------*/
/*tout est arrondi
-----------------------------------------------*/
.post, .contenu, h1 {
	-moz-border-radius: 15px;
	border-radius: 15px;
	-khtml-border-radius: 15px;
	}
/*seul le bas est arrondi
-----------------------------------------------*/
.footerc, .menu_bloc, .menu_bloc > div, h3  {
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
	-khtml-border-bottom-right-radius: 15px;
	-khtml-border-bottom-left-radius: 15px;
	}
/*seul le haut est arrondi
-----------------------------------------------*/
.footera, h2 {
	-khtml-border-top-right-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-topleft:15px;
	border-top-right-radius:15px;
	border-top-left-radius:15px;
	}


