/* -------------------------------------------------------
----------------------------------------------------------
Title:		fetedujour.fr - CSS
File : 		global.css
CSS:		2.0 valid W3C
website:	www.utopiaweb.fr
----------------------------------------------------------
------------------------------------------------------- */

/* -------------------------------------------------------
Reset
------------------------------------------------------- */
*, html{
	padding : 0px;
	margin : 0px;
	font-family :  Arial, sans-serif;
}
a,
a img,
blockquote,
body,
caption,
div,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
label,
legend,
object,
p,
pre,
span,
strong
{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  color: #999; 
  outline : none;
}
img a:hover {
}
fieldset,
img {
  border: 0;
}
ul, ol, li {
	list-style-position: inside;
	margin : 0px;
}

/* -------------------------------------------------------
Reset
------------------------------------------------------- */


/* -------------------------------------------------------
Global
------------------------------------------------------- */
body{
	background : #E8F7FC url(body.png) top left repeat-x;	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.cBoth{
	display : block;
	clear : both;
}
.fLeft{
	float : left;	
}
.fRight{
	float : right;	
}
.dNone {
	display: none;	
}    
#c{
	width : 492px;
	margin : 0 auto;
	padding : 20px 0px;
}
#header{
	height : 75px;
	background : url(header.png) top right no-repeat;
}
.aads{
	width : 468px;
	margin : 0 auto;
	margin-top : 20px;
	height : 60px;	
}
a#logo{
	display : block;
	height : 75px;
	width : 200px;
	text-indent : -5000px;
	background : url(fetedujour.png) top center no-repeat;
}
ul#menu{
	display : block;
	margin : 0px 0px;
	padding : 0px 11px;
	height : 32px;
	background : url(menu.png) center left no-repeat;	
}
ul#menu li{
	display : inline;	
}
ul#menu li a{
	display : block;
	height : 30px;
	text-align : center;
	width : 94px;
	line-height : 30px;
	float : left;
	color : #f99e0f;
	font-weight : bold;
}
ul#menu li a:hover{

	color : #e60ff9;
}
#page{
	margin : 20px 0px;
	min-height : 400px;
	height : auto !important;
	height : 400px;	
}
#ban{
	height : 128px;
	background : url(banner.png) top left no-repeat;
	position : relative;
}
#ban h1{
	position : absolute;
	top : 48px;
	left : 20px;
	display : block;
	width : 440px;
	height : 20px;
	text-align : center;
	font-size : 20px;
	font-weight : bold;
	color : #fff;
}
#ban h1 a{
	color : #fff;
}
h2{
	font-size : 18px;
	color : #ae00ff;
	letter-spacing : -1px;
	padding : 15px 11px 0px;
}
#page p{
	margin : 11px;
	color : #666;
	text-align : justify;
	font-size : 11px;
}
#page p span{
	font-weight: bold;
	color: #777;	
}
#page p span.question{
	display : block;
	width : 100%;	
}
#page ul,
#page li{
	list-style-type : square;	
	color : #666;
}
#page ul{
	margin : 5px 11px 5px 25px;	
}
#page .block{
	padding-top : 20px;	
}
#page .col13{
	width : 150px;
	margin-right : 5px;
	margin-left : 10px;	
	float : left;
	height : 24px;
	line-height : 24px;
	border-bottom : 1px solid #fff;
	border-top : 1px solid #C8E6F0;
	margin-bottom : 14px;
	font-size : 11px;
	color : #666;
}
#page .col13:hover{
	background : #C8E6F0;
}
#page .last{
	margin-right : 0px;	
}
#page .col13 span{
	font-weight : bold;	
}
#page .col13 a{
	font-size : 11px;
	color : #666;
}
img{
	margin : 20px 0px;	
}
p#footer{
	clear : both;
	margin : 20px 0px;
	padding : 0px 11px;
	height : 32px;
	line-height : 30px;
	font-size : 11px;
	color : #999;
	background : url(menu2.png) center left no-repeat;	
}
p#footer a{
	color : #999;
}
p#footer a:hover{
	text-decoration : underline;
}

#detailsFormat textarea {
	font-size:11px;
	margin:11px;
	font-family: courier,serif;
	width: 470px;
	height: 150px;	
	border: 1px solid #999;
	color: #555;
}
/* -------------------------------------------------------
Global
------------------------------------------------------- */

