/*************
* Par défaut *
*************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #02111F;
}

ul, form, p, h1, h2, h3 {
	margin: 0;
}

ul {
	list-style: none;
}

body, h1, h2, h3, h4, h5, h6, p, ul, li, form, input, textarea {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ul {
	list-style: none;
}

.clear_both {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

/**********
* Contenu *
**********/

#content {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	position: relative;
}

	/* Télé Blagues */
	
	p#tb {
		background: #02111F;
		color: #FFFFFF;
		padding-bottom: 10px;
		padding-top: 10px;
		padding-left: 100px;
		font-size: 16px;
		font-family: Georgia, "Times New Roman", Times, serif;
		height: 19px;
	}
	
	img#tb-cover {
		position: absolute;
		top: 10px;
		left: 20px;
	}

	/* Header */
	
	#header {
		height: 242px;
	}
	
		#header h1, #header h2 {
			display: none;
		}
		
		#header ul#lang {
			text-align: right;
			padding-top: 5px;
			padding-right: 10px;
		}
		
			#header ul#lang li {
				display: inline;
				font-weight: bold;
				font-size: 12px;
				color: #02111F;
				margin-left: 5px;
			}
			
				#header ul#lang li a {
					color: #CCCCCC;
					text-decoration: none;
				}
				
				#header ul#lang li a:hover {
					font-weight: bold;
					color: #02111F;
				}
	
	/* Box */
	
	#box {
		background: url(../img/box.jpg) top left no-repeat;
		width: 642px;
		min-height: 284px;
		height: auto !important;
		height: 284px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 35px;
		padding: 15px;
	}
	
		#box p {
			font-size: 16px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			letter-spacing: 1px;
			margin-bottom: 20px;
		}
		
		#box ul {
			margin-top: -10px;
			margin-bottom: 30px;
		}
		
		#box li {
			display: inline;
			margin-right: 12px;
			color: #1C67AB;
			font-weight: bold;
		}
		
		#box form {
			width: 250px;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			margin-bottom: 30px;
		}
		
			#box form p {
				margin-bottom: 10px;
			}
		
				#box form p input {
					border: 1px solid #0066FF;
				}
				
				#box form p span.error {
					color: #FF0000;
					font-size: 10px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 10px;
					font-weight: bold;
					display: none;
				}
				
				#box form p input#submit_button {
					background: #0066FF;
					color: #FFFFFF;
					padding: 2px 5px;
					border: 2px solid #02111F;
				}
	
	/* Footer */
	
	#footer {
		background: #02111F url(../img/footer.jpg) bottom left;
		height: 47px;
		padding-top: 20px;
		padding-left: 15px;
		position: relative;
	}
	
		#footer p {
			position: absolute;
			top: 20px;
			left: 10px;
			text-decoration: underline;
			color: #02111F;
		}
	
		#footer ul {
			text-align: center;
		}
		
			#footer ul li {
				display: inline;
			}
			
				#footer ul li a {
					color: #0066FF;
					text-decoration: underline;
					padding: 5px 10px;
				}
				
				#footer ul li a:hover {
					text-decoration: none;
				}
