/* Design (images) by Ouaz
http://www.ouaz-studio.com
Pour http://www.kitgraphique.net

Découpage, modifications et CSS par Konnecting
http://www.konnecting-entertainment.com
Pour Narus http://www.narys.fr

CSS de http://www.a-vos-cas.com
Le 23 mars 2008

global/general.css
*/

/* Les titres */
h3
{
  background : url('http://img.a-vos-cas.com/design/puce.gif') no-repeat;
  margin : 0px;
  padding : 0px;
  padding-left : 17px;
  font-size : 13pt;
  color : #900606;
}

h4
{
  padding-left : 25px;
  font-size : 11pt;
  color : #900606;
}


/* Les boites d'info et d'erreur */
.error_box
{
  margin : auto;
  margin-top : 15px;
  margin-bottom : 15px;
  padding : 5px;
  text-align : center;
  background-color : #ffe6e6;
  border : 1px solid #ab1515;
  color : #ab1515;
  width : 400px;
}

.info_box
{
  margin : auto;
  margin-top : 15px;
  margin-bottom : 15px;
  padding : 5px;
  text-align : center;
  background-color : #eeffe9;
  border : 1px solid #15ab15;
  color : #15ab15;
  width : 400px;
}


/* Les généraux */
.gras
{
  font-weight : bold;
}

.centrer
{
  text-align : center;
}

.centre
{
  text-align : center;
  vertical-align : middle;
}

.justifier
{
  text-align : justify;
}

.souligne
{
  text-decoration : underline;
}


/* Couleurs */
.rouge
{
  color : #a80000;
}

.vert
{
  color : green;
}