/* style.css */
body		{
		color: #000000;
		background: #C2D5FF url(fond.gif) no-repeat top left;
		margin-top : 0px;
		}

a		{
		color : #0000FF;
		}

a:link		{
		color: #0000FF;
		}

a:visited	{
		color: #FF0000;
		}

h1		{
		font-family: Purisa, serif, DejaVu Serif;
		font-size: 36px;
		font-weight: bold;
		bgcolor : #222222;
		margin-top : 0px;
		text-align: center;
		margin-bottom : 0px;
		padding-bottom : 0px;
		}

h2		{
		margin-top : 20px;
		padding-top : 0px;

		margin-bottom : 0px;
		padding-bottom : 0px;

		margin-left : 110px;
		padding : 0;
		color : #66CC00;
		}

h3		{
		margin-left : 130px;
		margin-bottom : 0px;
		padding : 0;
		color : #FF9900;
		}

ul		{
		margin-left : 150px;
		font-size : 15px;
		}

p.remarque
		{
		color : #FF0000;
		}

p		{
		display : block;
		padding : 0;
		font-size : 16px;
		font-weight : normal;
		padding-top : 5px;
		padding-bottom : 0px;
		margin-left : 100px;
		}

p.centre	{
		margin : 0 0 0 0px;
		text-align:center;
		}

p.corps		{
		margin : 0 0 0 150px;
		}

p.paragraphe	{
		padding : 10px;
		}

p.niv_1
		{
		margin : 0 0 0 110px;
		}

p.niv_2
		{
		margin : 0px 0 0 150px;
		}

p.niv_3
		{
		margin : 0px 0 0 190px;
		}

p.niv_4
		{
		margin : 0px 0 0 230px;
		}

p.aff_icone	{
		text-align: center;
		}

p.copyright	{
		font-family: Helvetica, Purisa, serif, DejaVu Serif;
		font-size : 15px;
		color : #330066;
		text-align : right;
		}

table.left	{
		margin-left:150px;
		}

table.center	{
		margin-left:auto;
		margin-right:auto;
		}

.centration	{
		margin-top:20px;
		margin-bottom:20px;
		text-align:center;
		padding-left:25%;
		}

.align_gauche	{
		margin-top:20px;
		margin-bottom:20px;
		text-align:left;
		}

.bottom
		{
		font-family: Helvetica, Purisa, serif, DejaVu Serif;
		font-size : 15px;
		color: #330066;
		text-align : right;
		}

.centre		{
		text-align : center;
		}

.code
		{
		//background-color : #BBCEF8;
		padding : 0;
		}

.textevert	{
		color : #009900;
		}

.gras		{
		font-weight : bold;
		}

.italic		{
		font-style : italic;
		}

.souligne	{
		text-decoration : underline;
		}

