/* Import the basic setup styles */
/*@import url(reset.css);*/


/* @group General */
body {
	font:  11px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	background: #d9dadb;
}

/* Liens */
a {
	color: #FF017A;
	font-weight: bold;
	text-decoration: none;
	border: 0px 0 #FFFFFF;
}
table.laureat   tr td  {
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	border-style: dotted;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
}
a:hover {
  cursor: pointer;
	color: #068AB6;
	font-weight: bold;
}

/* Titres */
h1 {
	font-size: 28px;
	font-weight: bold;
	color: #068AB6;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #068AB6;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #068AB6;
	margin: 5px 0;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}
/* Mise en forme */
p {
	text-align: justify;
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
}

.blue {
	color: #068AB6;
}
.pink {
	color: #FF017A;
}



/* @group Global */
#global {
	position: relative;
	width: 925px;
	height: auto;
	padding: 0 10px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/backgrounds/global.jpg) repeat-y 50% 0;
}

#page {
	width: 895px;
	height: auto !important; 
	height: 500px; 
	min-height: 500px;
	padding:  20px 20px 20px 0;
	/*margin-left: 120px;*/
	/*padding: 20px 0 20px 150px;*/
	/*background: url(../images/backgrounds/page.jpg) no-repeat 100% 0;*/
}
/* @end */

/* @group Header & Footer */
#header {
	height:  136px;
	background: url(../images/backgrounds/header.jpg) no-repeat 50% 0;
}

#languages {
	height: 35px;
	text-align: right;
	padding: 30px 30px 0 0;
}

#back-to-home {
	display:  block;
	width: 330px;
	height: 115px;
	text-decoration: none;
}

#footer {
	clear: both;
	height: 130px;
	background: url(../images/backgrounds/footer.jpg) no-repeat 50% 100%;
}

#copyright {
	width: 730px;
	height: 17px;
	padding-top: 33px;
	padding-left: 70px;
	margin-left: 80px;
	color:  #FFF;
	background-image: url(../images/backgrounds/bottom.gif);
	background-repeat: no-repeat;
	background-position: center 0;
}
/* @end */

/* @group Navigation */
#navigation {
	width: 735px;
	height: 25px;
	background: #FF017A;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 150px;
	background: #FF017A url(../images/backgrounds/navigation_right.jpg) no-repeat 100% 0;
	margin-top: 20px;
}
#navigation ul {
	list-style: none;
	height:  25px;
	margin:  0;
	padding: 0;
	background: url(../images/backgrounds/navigation_left.jpg) no-repeat 0 0;
}
#navigation li {
	float:  left;
	padding:  7px 10px 0 10px;
	color: #FFF;
	text-align: center;
}

#navigation li a {
	color: #FFF;
	text-decoration: none;
}
#navigation li a:hover {
	color: #012B5B;
	text-decoration: none;
}
/* @end */

/* @group Content & Sidebar */
#content {
	float:  left;
	width: 525px;
	padding-left: 150px;
	padding-right: 30px;
}

#sidebar {
	float: left;
	background: #FFFFFF;
	width: 180px;
	vertical-align: top;
}


#sidebar div {
	background: #F7C3D6;
	}

#sidebar .heading {
	margin-top:  10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}



#sidebar .content {
	margin-bottom: 10;
	padding: 0;
}

#sidebar img {
border:0px;
}

.article_content img {
	border:0px;
}

/* @end */

/* @group Articles */
.article_content {
	float:  left;
	width:  305px;
}
.article_image {
	float:  left;
	width:  220px;
}

.article_divider {
	clear: both;
	height:  30px;
	margin: 10px 0 20px -35px;
	/*margin: 10px 0 20px 0px;*/
	background: url(../images/backgrounds/article_divider.gif) no-repeat 0 0;
}
/* @end */
