/*
 * Projet :	      Tinkuska 
 * Fichier :      disclaimer.css
 * Modification : 06/11/2009
 *
 * Description :  Feuille de style du disclaimer.
 *
 * Propriété :    Ce fichier et son contenu sont soumis à licence et sont la propriété exclusive de son éditeur.
 *                Toute utilisation partielle ou totale sans accord préalable est strictement interdite.
 *                © 2009 Copyright EROXVISION
 *
 */

/* Modification du style par défaut */
body { background-image:url(../images/disclaimer_bg.jpg); }
div#header { margin-left:-140px; }
div#header img { height:900px; }
div#principal { width:750px; margin:250px 0 0 250px; }
ul.menu { display:none; }
div#counter { display:none; }
h1 { font-size:18px; font-weight:bold; text-align:center; padding-bottom:10px; }
h2 { font-size:16px; font-weight:bold; text-align:center; padding-bottom:10px; }
p { text-align:center; }


/************************** 
 * Conteneur call to action
 **************************/
div#calltoaction { width:750px; height:40px; position:relative; margin:75px 0 30px 0; }
a#sortir, a#entrer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-decoration:underline;
	display:inline;
	position:absolute;
}
a#sortir { width:50px; color:#ffffff; margin-left:235px; }
a#entrer { color:#ff438c; margin-left:430px; }
