/*==========================================================*/
/*			COULEURS										*/
/*==========================================================*/

	/*
		ORANGE BG : 	#dd8d46
		BEIGE LIGHT :	#e6c774
		BEIGE MEDIUM :	#efb71f
		GRIS LIGHT :	#dddddd
		GRIS MEDIUM :	#bbbbbb
		GRIS DARK :		#434343
		BG HEADER : 	#d7b369
	*/



/*==========================================================*/
/*			TAGS - BALISES									*/
/*==========================================================*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: center;	/* pour centrage IE */
	
	background-color: #dd8d46;
	
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

a h2 {
	color: black;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: square inside none;
	/*color: #434343;*/
	text-align: left;
}

table, tr, td, th {
	/*vertical-align: top;*/
	/*text-align: left;*/
	/*font-size: 10pt;*/
}

label {
	font-weight: bold;
	font-size: 10pt;
}

h1 {
	font-size: 15pt;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
}

/*==========================================================*/
/*			DESIGN ID'S										*/
/*==========================================================*/


#global {
	width: 878px;
	
	border: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;

	background-color: white;
	
	margin: 0;
	padding: 0;
	margin-left: auto;
    margin-right: auto;
    
    text-align: center; /* pour centrage IE */
}

#topheader {
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid transparent;
	display: block;
}

#header {
	width: 878px;
	height: 150px;
	
	margin: 0;
	padding: 0;
	
	background-color: #e6c774;
	background-image: url(/freesites/templates/dusexegratuit.net/images/logo.png);
	border: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#logo {
	color: #ef1d1c;
	width: 400px;
	font-weight: bold;
	margin-left: 285px;
	text-align: left;
	text-transform: uppercase;
}



/*==========================================================*/
/*			CLASSES											*/
/*==========================================================*/

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.style1 {
	background-color: #e7cb90;
	border: 1px solid #d8b46a;
	padding: 10px;
	margin: 10px auto 10px auto;
	width: 95%;
	text-align: left;
}

.plink {
	font-size: 20pt;
	font-weight: bold;
	line-height: 30pt;
	display: block;
}

.enterquit {
	display: block;
	width: 170px;
	height: 40px;
	line-height: 40px;
	font-size: 25pt;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid black;
	float: left;
	color: white;
	background-color: black;
}

a.enterquit:link { color: white; }
a.enterquit:visited { color: white; }
a.enterquit:active { color: white; }
a.enterquit:hover { color: white; }

.enter {
	margin: 0 0 10px 250px;
	background-color: green;
}

.quit {
	margin: 0 0 10px 35px;
	background-color: red;
	color: black;
}

.homethumb {
	float: left;
	border: 1px solid black;
	margin: 0 15px 0 0;
}

.vgal {
	font-size: 14pt;
	line-height: 25pt;
	font-weight: bold;
	color: #d63048;
}

.clip {
	float: left;
	margin: 10px 10px 10px 50px;
}

/*==========================================================*/
/*			LIENS											*/
/*==========================================================*/

a, a:visited, a:active {
	color: blue;
}
a:hover {
	color: black;
}


