/*** v0.01 - 11 oct. 2007 ****/
/*** Basic Config. ****/
body 
{
	font : normal 12px/1.6em Arial, Helvetica, sans-serif;
	color : #2a3845;
	margin : 0;
	padding : 0;
	background:#FFFFFF;
}

p
{
	margin : 0;
	padding : 0;
}

a:visited, a:link 
{
	color : #a43b55;
	text-decoration : underline;
	background:none;
}

a:hover 
{
	color : #a43b55;
	text-decoration : none;
	background:none;
}

h1 
{
	color : #7a2e40;
	margin: 0px 0px 10px 0px;
	padding-bottom : 10px;
	font : normal 17px Georgia, serif;
	border-bottom : 1px solid #efece7;
}

h2
{
	color : #7a2e40;
	margin : 20px 0 10px;
	padding-bottom : 10px;
	font : normal 17px Georgia, serif;
	border-bottom : 1px solid #efece7;
}

h3
{
	color : #7a2e40;
	margin : 10px 0;
	padding-bottom : 10px;
	font : bold 14px Arial, Helvetica, sans-serif;
	border-bottom : 1px solid #efece7;
}

ul
{
	padding:0;
	margin:0 0 0 10px;
	/*list-style: square url(images/bullet.gif);*/
}

.box
{
	background : #f7f7f7;
	border : 1px solid #f0e9eb;
	padding : 15px;
}

/*** Layout ****/
#wrapper
{
	margin : 0 auto;
	width : 776px;


	border-left : 1px solid #f0e9eb;
	border-right : 1px solid #f0e9eb;
}

#header
{
	margin : 0 1px;
}

#bg 
{
	height : 10px;
	
	/*background : url(images/banner.png) repeat-x;*/
}

#nav
{
	/* background : #7a2e40;*/
	/*background : #D9DADC; */
	/*background : url(images/osteobase.png) repeat-x;*/
	position: relative;
	top : 83px;
	left : -10px;
	padding : 0px 0px;
	text-align : right;
	color : #7a2e40;
	/*color : #f6dde3;*/
}

#nav a:visited, #nav a:link 
{
	text-decoration : none;
	color : #000; 
	/*color : #f6dde3;*/
}

#nav a:hover 
{
	text-decoration : underline;
	/* color : #f6dde3; */
	color : #7a2e40; 
}

#main-content 
{
	margin : 0 auto;
}

#logo 
{
	margin-bottom : 15px;
}

.logotxt1 
{
	font : normal 18px Georgia, serif;
	color : #fa7393;
	margin : 10px 0 0 15px;
}

.logotxt2 
{
	font : normal 18px Georgia, serif;
	color : #7a2e40; 
}

#left-column 
{
	width : 710px;
	padding : 0 30px 30px;
	float : left;
}

#right-column 
{
	width : 270px;
	float : right;
}

.crd a:visited, .crd a:link, .crd a:hover
{
	text-decoration : none;
	color : #2a3845;
	cursor: text;
}

#footer {
	/*background : #f7f7f7;*/
	/*background : #B1D0E4;*/
	background : url(images/bot.png) no-repeat top;
	border-top : 1px solid #f0e9eb;
	border-bottom : 1px solid #f0e9eb;
	padding : 10px 15px;
	clear : both;
	text-align : right;
	color : #FFFFFF;
	height : 51px;
}

/*** SideBAR ***/
#main-image 
{
	text-align : center;
}

.sidebar 
{
	width : 218px;
	margin : 0 auto;
	padding : 5px 25px;
	background : url(images/shadow.jpg) no-repeat top;
}

.pj
{
	/* background : #D9DADC;*/
	background : #FFFFFF;
}

/*** CSS Concours ***/
#cc
{
	background:url('../concours/images/cc_middle.jpg') repeat-y top left;
	width:665px;
	margin:0 auto;
}
#cc_bot
{
	background:url('../concours/images/cc_bot.jpg') no-repeat bottom left;
}
#cc_top
{
	background:url('../concours/image.php') no-repeat top left;
/*	background:url('../concours/images/cc_top.jpg') no-repeat top left;*/
	padding:120px 20px 0 20px;
}
#cc p
{
	margin:5px 0;
	text-align:left;
}
#cc p.erreur
{
	color:#e00201;
	font-weight:bold;
	text-align:justify;
}
#cc p.code
{
	background:#01d0ff;
	color:white;
	text-align:center;
	padding:3px 0;
}
#cc	p.big
{
	height:90px; text-indent:-180px; font-weight:bold; font-size:20px; text-align:center;
}
#cc	p.big span
{
	color:#01d0ff !important;
}
#cc	p.big img
{
	vertical-align:middle;
	margin:-20px 0;
}
#cc p.big small
{
	font-size:11px;
}
#cc p.big a
{
	color:#969696;
	text-decoration:none;
}
#cc p.big a:hover
{
	color:#01d0ff;
	text-decoration:underline;
}
#cc form p.big
{
	text-align:left;
	text-indent:0;
	height:220px;
	margin-top:30px;
}
#cc	form
{
	background:#f7f7f7 url('../concours/images/cc_cadeaux.jpg') no-repeat 30px 155px;
	float:left;
	padding:10px 20px 10px 20px;
	margin:10px 20px 0 0;
	width:300px;
	text-align:right;
}
#cc	form p label
{
	float:left;
	width:60px;
	font-weight:bold;
}
#cc	form p input
{
	border:1px solid grey;
	width:230px;
}
#cc	form p input.ok
{
	border:1px solid #e00201;
	background:#e00201;
	font-weight:bold;
	color:white;
	width:232px;
}

#cc	.reglement
{
	float:left;
	width:265px;
	font-size:11px;
}
#cc	.reglement p.grey
{
	color:#969696;
	text-align:justify;
}
/*** CSS Concours ***/
