﻿/****************************************************************************
	MAIN INFO
	
	@filename          : base.css
	@description       : Fichier contenant les styles pour les éléments de base    
	@authors           : simong
	@date              : December 1 2009
	@modification      : 
	
*****************************************************************************/
html {font-size:100.01%;}
body {font-size:0.75em; font-family: Arial, Helvetica, sans-serif; background-color: #2C292B; color: #000;}
img {border: none;}

p {font-family: Arial, Helvetica, sans-serif;}
ul li {margin:0; list-style-position: inside;}

/* LINKS */
a {color:#a792d5; text-decoration:none;}
a:hover {text-decoration:none; color: #f6921e;}
a:visited{}
a:active {}

/* MISC */
.bold {font-weight:bold;}
.underline{text-decoration:underline;}
.italic{font-style:italic;}
.oblique{font-style:oblique;}
.upper {text-transform:uppercase;}
.lower{text-transform:none;}
.clear{clear:both;}
.block{display:block;}
.inline {display:inline;}
.alert{}
.caption{}
.error{}
.warning{}
.first{}
.last{}
.selected{}