/* Ce fichier contient les styles du site drawover.com */


/* ***************************************** */
/* ******** Caractéristiques générales ***** */
/* ***************************************** */

body { 
  	background-color: rgb(240,240,240); 
  	}
      
P {
	font-size : 12px;
	font-family : verdana, helvetica, arial, sans-serif;
	color : rgb(85,85,85);
	margin-left: 100px; 
	text-align: justify;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: rgb(5,57,134);
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: rgb(150,150,150);
	}
a:hover, a:active { 
	padding: 0px;
	margin-left: 0px;
	font-weight: bold; 
	color: rgb(85, 85, 85);
	}


/* ***************************************** */
/* **************** Le Menu **************** */
/* ***************************************** */
#menu { 
  	background-color: rgb(0,0,0);
	/*margin-left: -10px; */
	/*margin-right: -8px; */
	/*margin-bottom: -8px; */
	/*margin-top: -10px; */
	/*padding: 3px;*/
  }

#menu a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: rgb(220,220,220);
	}
#menu a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: rgb(200,200,200);
	}
#menu a:hover, #menu a:active { 
	/*padding: 14px;*/
	/*margin-left: -14px;*/
	font-weight: bold; 
	color: rgb(255,255,255);
	}



/* ***************************************** */
/* ******** Titres de pages **************** */
/* ***************************************** */

/* Titre */
#titrepage h1{
	font: bold 16pt verdana;
	color : rgb(0,0,0); 
	text-align: center;
	/*margin-bottom: -20px; */
}

/* ***************************************** */
/* ******** Environnement Projet *********** */
/* ***************************************** */

/* Titre */
#projet h1 { 
	font: bold 16px verdana;
	color : rgb(0,0,0);
	/*margin-top: 10px; */
	/*margin-bottom: 0px; */
}

  
/* Paragraphes  */
#projet P{
	font: normal 12px verdana;
	color : rgb(0,0,0);
	margin-left: 150px; 
	margin-right: 150px; 
	/*margin-bottom: 0px; */
	/*margin-top: 3px; */
	text-align: justify;
}


/* ***************************************************** */
/* ******** Colonnes de droite et gauche *************** */
/* ***************************************************** */

/* Titre */
#colonne h1 { 
	font: bold 18px verdana;
	color : rgb(0,0,0);
	text-align: center;
	/*margin-top: 10px; */
	/*margin-bottom: 0px; */
}

  
/* Paragraphes */
#colonne P{
	font: normal 11px verdana;
	color : rgb(0,0,0);
	margin-left: 14px; 
	margin-right: 14px; 
	/*margin-bottom: 0px; */
	/*margin-top: 3px; */
	text-align: justify;
}

#colonne a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: rgb(0,0,0);
	}
#colonne a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: rgb(0,0,0);
	}
#colonne a:hover, #colonne a:active { 
	/*padding: 14px;*/
	/*margin-left: -14px;*/
	font-weight: bold; 
	color: rgb(255,255,255);
	}

/* ***************************************** */
/* ******** Colonne du centre ************** */
/* ***************************************** */

/* Titre */
#colcentre h1 { 
	font: bold 18px verdana;
	color : rgb(0,0,0);
	text-align: center;
	margin-top: 20px; 
	/*margin-bottom: 0px; */
}

  
/* Paragraphes  */
#colcentre P{
	font: normal 11px verdana;
	color : rgb(0,0,0);
	margin-left: 14px; 
	margin-right: 14px; 
	/*margin-bottom: 0px; */
	/*margin-top: 3px; */
	text-align: justify;
}

#colcentre a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: rgb(0,0,0);
	}
#colcentre a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: rgb(0,0,0);
	}
#colcentre a:hover, #colcentre a:active { 
	/*padding: 14px;*/
	/*margin-left: -14px;*/
	font-weight: bold; 
	color: rgb(255,255,255);
	}

/* ***************************************** */
/* **************** Le copyright *********** */
/* ***************************************** */
#copyright { 
  	background-color: rgb(0,0,0);
	font: normal 11px verdana;
	color : rgb(255,255,255);
	/*margin-left: -10px; */
	/*margin-right: -8px; */
	/*margin-bottom: -8px; */
	/*margin-top: -10px; */
	/*padding: 3px;*/
  }

#copyright a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: rgb(220,220,220);
	}
#copyright a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: rgb(200,200,200);
	}
#copyright a:hover, #copyright a:active { 
	/*padding: 14px;*/
	/*margin-left: -14px;*/
	font-weight: bold; 
	color: rgb(255,255,255);
	}
