@import url('reset.css');

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/*
 * STRUCTURE
 * ---------------------------------------------------------------------------
 */
body {
	font: 1em Trebuchet, "Trebuchet MS", Arial, sans-serif;
	background: #0069b5 url('../img/body_bg.gif') no-repeat bottom center;
}
#content-wrapper {
	width: 960px;
	height: 100%;
	margin: 0 auto 6px;
	overflow: auto;
	clear: both;
}
	#content-wrapper img {
		display: block;
	}
#content {
	float: left;
	width: 640px;
	background: #fff url('../img/content_bg.gif') repeat-x bottom;
}
#nav {
	float: right;
	width: 320px;
	overflow: hidden;
}
.clear {
   clear: both;
}

/*
 * HEADER
 * ---------------------------------------------------------------------------
 */
#header {
	background: url('../img/header_bg.jpg') no-repeat center;
	height: 285px;
}
	
/*
 * TOP MENU
 * ---------------------------------------------------------------------------
 */
#topmenu {
	width: 960px;
	margin: 0 auto;
	clear: both;
}
#topmenu ul {
	padding-top: 253px;
	clear: both;
}
#topmenu ul li {
	float: left;
	background: url('../img/top-nav_bg.gif') no-repeat 0 -27px;
}
#topmenu ul li a {
	float: left;
	display: block;
	background: url('../img/top-nav_bg.gif') no-repeat right top;
	margin-left: 16px;
	padding-right: 18px;
	height: 27px;
	color: #000;
	font-size: .75em;
	font-weight: bold;
	line-height: 2.25;
	text-decoration: none;
}
#topmenu ul li a:hover {
	color: #706b44;
}

#topmenu ul ul {
	background-color: #ffe239;
	border-top: 1px solid #e5cb33;
	padding: 0;
}
#topmenu ul ul li {
	float: none;
	background-image: none;
}
#topmenu ul ul li a {
	margin: 0;
	float: none;
	background-image: none;
	padding: .25em .75em;
	border-bottom: 1px solid #e5cb33;
	height: auto;
	text-decoration: none;
	color: #706b44;
}
#topmenu ul ul li a:hover {
	color: #000;
	background-color: #fff19c;
}

/*
 * CONTENT
 * ---------------------------------------------------------------------------
 */
#primary-content {

}
#primary-content-padding,
#secondary-content-padding {
	padding: 20px 40px;
}
.heading1 {

}
.heading1 h1 {
	color: #0069b5;
	font-size: .95em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 3.3;
	float: left;
}
.heading1 small {
	color: #999;
	float: right;
	font-size: .7em;
	font-weight: bold;
	line-height: 5;
}
#secondary-content h3 {
	font-size: 1.05em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#video-wrapper {
	padding: 20px 0;
	text-align: center;
}

/*
 * HOME
 * ---------------------------------------------------------------------------
 */
#home-news-more {
	margin-left: 150px;
}
#home-titre-edito {
	margin: 1.25em 0;
	display: block;
	width: 174px;
	height: 27px;
	background: url('../img/titre_editorial.gif') no-repeat;
	text-indent: -9999px;
}
#home-titre-communiques {
	margin: .75em 0 1.5em;
	display: block;
	width: 180px;
	height: 26px;
	background: url('../img/titre_communiques.gif') no-repeat;
	text-indent: -9999px;
}

/** EUROPEENNES 2009 **/
#home-europeennes2009 {
	background: url('../img/home_elections_2009.jpg') no-repeat 0 0;
	overflow: auto;
	margin-top: 14px;
}
#home-europeennes2009 h1,
#home-europeennes2009 h2 {
	text-indent: -9999px;
}
.home-europeennes2009-tete {
	float: left;
	width: 186px;
	margin-top: 154px;
}
.home-europeennes2009-tete ul {
	margin: 15px 20px;
}
.home-europeennes2009-tete ul li {
	margin: 5px 0;
}

.home-europeennes2009-titres li {
	color: #92c5e9;
	font-size: .7em;
}
.home-europeennes2009-liens li {
	color: #ffe239;
	font-size: .75em;
}
.home-europeennes2009-liens li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.home-europeennes2009-liens li a:hover {
	border-bottom: 1px dotted; 
}

/*
 * NEWS
 * ---------------------------------------------------------------------------
 */
.news {
	clear: both;
	overflow: auto;
}
.summary {
	margin-bottom: 20px;
}
.summary-body {
	margin-left: 150px;
}
.news small {
	color: #000;
	font-weight: bold;
	font-size: .7em;
}
.news small a {
	color: #0069b5;
	text-decoration: none;
	text-transform: uppercase;
}
.news small a:hover {
	color: #033189;
	border-bottom: 1px dashed;
}
.news h2 {
	font-family: 1em Trebuchet, "Trebuchet MS", Arial, sans-serif; 
	font-variant: small-caps;
	color: #000;
	font-size: 1.5em;
	margin-bottom: .25em;
}
.news h2 a {
	color: #033189;
	text-decoration: none;
}
.news h2 a:hover {
	color: #92c5e9;
}
.news h3 {
	color: #7fb0d1;
	font-size: 1.2em;
	font-weight: bold;
}
.news-photo {
	float: left;
	padding-right: 20px;
}
.news-body {
	/*overflow: auto;*/
}
.news-desc {
	color: #333;
	font-size: .8em;
	line-height: 1.9;
}
.news-desc p, .news-desc ul, .news-desc ol {
	text-align: justify;
	margin-bottom: 20px;
}
.news-desc ul {
	margin-left: 2.5em;
	list-style: disc;
}
.news-desc ol {
	margin-left: 2.5em;
	list-style: decimal;
}
.news-desc td {
	font-size: .8em;
}
.news-desc a {
	color: #0069b5;
	font-weight: bold;
	text-decoration: none;
}
.news-desc a:hover {
	color: #000;
	border-bottom: 1px dotted;
}

.news-metadata {
	float: left;
	clear: left;
	width: 135px;
	margin-right: 20px;
}
.news-metadata small {
	color: #033189;
	font-size: .7em;
}

.news-more {
	font-size: .8em;
	padding: 5px 10px;
	background: #ffe239;
}
.news-more a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.news-more a:hover {
	border-bottom: 1px dotted;
}

/*
 * COLUMNS
 * ---------------------------------------------------------------------------
 */
.col {
	float: left;
	width: 33%;
	margin: 10px 0;
}
.col-photo {
	text-align: center;
}
.col-body {
	text-align: center;
	font-size: .7em;
}
.col-body small {
	color: #999;
}
.col-body h2 {
	color: #000;
	font-size: 1.25em;
	font-weight: bold;
}
.col-body h2 a {
	color: #000;
	text-decoration: none;
}
.col-body h2 a:hover {
	color: #1f7abc;
	border-bottom: 1px dotted;
}

/*
 * NAVIGATION
 * ---------------------------------------------------------------------------
 */
.nav-block {
	color: #333;
	background: #92c5e9;
	margin: 20px 0 20px 20px;
}
.nav-block-top {
	background: url('../img/nav-block_head_bg.gif') repeat-x;
}
.nav-block-bottom {
	background: #ffe239;
}
.nav-block-padding {
	padding: 20px;
}
.nav-block h2 {
	color: #0069b5;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 10px 20px;
}
.nav-block h3 {
	font-size: 1.25em;
}

.nav-block ul li {
	font-size: .75em;
	line-height: 1.7;
}
.nav-block ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.nav-block ul li a:hover {
	color: #ccf1f9;
}
.nav-block small {
	color: #2094b3;
	font-weight: bold;
}
.nav-block-bottom {
	font-size: .8em;
	padding: 10px 20px;
}
.nav-block-bottom a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.nav-block-bottom a:hover {
	border-bottom: 1px dotted;
}

.nav-videos li {
	float: left;
	margin: 0 5px;
}

#nav-audio-player {
	margin: 10px 0;
}
	
/*
 * FOOTER
 * ---------------------------------------------------------------------------
 */
#footer {
	width: 960px;
	margin: 0 auto;
	clear: both;
	color: #706b44;
	font-size: .7em;
}
#footer a {
	color: #706b44;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}
#footer-copyright,
#footer-links {
	padding: 1.5em;
}
#footer-copyright {
	float: left;
}
#footer-links {
	float: right;
}
#footer-links ul li {
	display: inline;
	padding-left: 1.25em;
}

/*
 * THUMBNAILS
 * ---------------------------------------------------------------------------
 */
.thumbnail img {
	border: 3px solid #ccc;
}
.thumbnail a:hover img {
	border: 3px solid #ffe239;
	color: #ffe239;
}
.thumbnail a:hover {
	color: #ffe239;
}

/*
 * SHARE
 * ---------------------------------------------------------------------------
 */
.share {
	margin-top: 16px;
	border-top: 1px solid #e5e5e5;
}
.share li {
	float: left;
}
.share a {
	display: block;
	width: 16px;
	height: 16px;
	margin: 16px 5px;
	background-image: url('../img/share_icons.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#bookmark-delicious { background-position:    0px    0px }
#bookmark-digg      { background-position:  -26px    0px }
#bookmark-facebook  { background-position:  -54px    0px }
#bookmark-google    { background-position:  -82px    0px }
#bookmark-stumble   { background-position: -110px    0px }

#bookmark-delicious:hover { background-position:    0px -24px }
#bookmark-digg:hover      { background-position:  -26px -24px }
#bookmark-facebook:hover  { background-position:  -54px -24px }
#bookmark-google:hover    { background-position:  -82px -24px }
#bookmark-stumble:hover   { background-position: -110px -24px }
/*
 * RELATED
 * ---------------------------------------------------------------------------
 */
#related-content {
	background: #f7fafc;
	border: 1px solid #d9e8f1;
	padding: 20px;
}
#related-content li {
	color: #333;
	font-size: .75em;
	line-height: 1.7;
	margin-bottom: 20px;
	background: url('../img/tiny_icons.gif') no-repeat 0 -39px;
	padding-left: 16px;
}
#related-content small {
	color: #666;
	font-size: .9em;
	font-weight: bold;
}
#related-content h4 a {
	color: #01245c;
	font-size: 1.5em;
	text-decoration: none;
}
#related-content h4 a:hover {
	color: #999;
}
#related-more {
	font-size: .8em;
}

/*
 * PAGINATOR
 * ---------------------------------------------------------------------------
 */
.paginatorstatus {
	color: #999;
	font-size: .7em;
	padding: .5em;
	border-bottom: 1px solid #d6d6d6;
	text-align: right;
	margin-bottom: 20px;
}
.paginatornumbers {
	font-size: .7em;
	padding: .5em 0;
	text-align: center;
}
.paginatornumbers .current {
	margin: .5em .25em;
    padding: .25em .5em;
    border: 1px solid #999;
    background: #fff;
    font-weight: bold;
}
.paginatornumbers a {
	margin: .5em .25em;
    padding: .25em .5em;
    border: 1px solid #ccc;
    color: #333;
    background: #ffe239;
	font-weight: bold;
	text-decoration: none;
}
.paginatornumbers a:hover {
	color: #000;
	background: #fff;
}

/*
 * FORMS
 * ---------------------------------------------------------------------------
 */
#content form fieldset {
	margin: 20px 0;
	padding: 5px 20px 20px;
	border-top: #92c5e9 3px solid;
	border-right: #92c5e9 1px dotted;
	border-bottom: #92c5e9 1px dotted;
	border-left: #92c5e9 1px dotted;
}
#content form fieldset legend {
	/*font-weight: bold;*/
	color: #999;
	padding: 0 5px 5px;
	font-size: 1.4em;
}
.input {
	padding: 4px 0;
	clear: both;
}
.input label {
	color: #333;
	margin-right: 5px;
	padding-right: 5px;
	width: 140px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
	font-weight: bold;
}
.submit {
	text-align: center;
}
.submit input {
	font-size: 1.5em;
}
.required {
	background: url('../img/required.png') no-repeat 140px 4px;
}
.legal {
	margin: 20px;
	font-size: .75em;
	color: #999;
	line-height: 1.75;
	text-align: justify;
}
#content input, #content textarea {
	border: 3px solid #d9d9d9;
}
#content .form-error {
	border: 1px solid red;
}
#content .error-message {
	margin-left: 150px;
	color: #c00;
	font-size: .9em;
	font-weight: bold;
	line-height: 2;
}

.nav-form p {
	font-size: .75em;
	margin-bottom: .5em;
}
.nav-form label {
	font-size: .8em;
	font-weight: bold;
}
#nav-subscribe-email {
	margin-top: .25em;
}
#nav-subscribe-submit {
	margin: .5em 0 0 7em;
}

/* 
 * MESSAGES
 * ---------------------------------------------------------------------------
 */
.message {
	border: 1px dashed #fff;
}
.message strong {
	font-size: 1.1em;
	font-weight: bold;
}
.mssg_txt {
	font-size: .8em;
	line-height: 1.4;
	color: #fff;
	margin: 8px;
}
.mssg_error {
	background-color: #c00;
}
.mssg_success {
	background-color: green;
}
.mssg_notice,
.mssg_restricted {
	background-color: #f60;
}

