/*
	Theme Name: Ed. Syros - Collection Soon
	Author: Pepito LOPEZ - Helene GONZALEZ-QUIJANO
	Author URI: 
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px; /*inititialement 12px*/
	color: #000000; /*inititialement #578099*/
}

	a {
		color: #999999; /*inititialement #578099*/
		text-decoration:none;
		font-weight:bold;	
	}
	
	a:hover {
		color: #f19d56;
		text-decoration: none;
		font-weight:bold;	
	}
	
	img {
		border: 0;
	}
	
	.break {
		font-size: 0;
		width: 0; 
		height: 0;
		clear: both;
	}
	
	.alignleft {
		float: left;
		margin: 4px 10px 5px 0;
	}
	
	.alignright {
		float: right;
		margin: 4px 0 5px 10px;
	}
	
	.aligncenter {
		text-align: center;
	}
	.hidden {
		display: none;
	}

	
/** DEBUT WRAPPER **/
#wrapper {
	width: 900px;
	margin: auto auto;
	text-align: left;
	/*inititialement padding: 25px 0; --> supprime pour que le header tombe directement*/
}
/** FIN WRAPPER **/


/** DEBUT HEADER **/
#header {
	background: #27799e url(images/img_bg-header.jpg) no-repeat 0 0;  /*inititialement background: url(images/headerbg.gif) repeat-x 0 0;*/
	height: 470px; /*hauteur img 440px*/
	margin-bottom: 10px;
}

	#header h1 {
		float: left;
		display:inline;
		width: 420px;
		height: 64px;
		margin: 0 0 0 22px; /*inititialement margin: 0 0 0 10px;*/
		font-size: 0;
	}
		
		#header h1 a {
			display: block;
			width: 420px; 
			height: 64px;
			text-indent: -9999px;
			outline: none;
		}
		
	#header .ad {
	background-color:#3399CC;
		float: right;
		display:inline;
		margin: 325px 35px 35px 0;
	}

/** MOTEUR DE RECHERCHE **/		
		#header form {
			float: right;
			display:inline;
			width: 300px;
			height: 40px;
			background: url(images/search.gif) no-repeat 88px 18px;
		}
		
		#header form p {
			float: left;
			display:inline;
			width: 78px; /*88*/
			height: 18px; /*40*/
			text-transform: uppercase;
			font-weight:bold;	
			font-size: 1.1em;
			color: #FFFFFF;
			padding: 22px 0 0 10px;		 /*inititialement padding-top: 12px;*/
		}
		
		#header form input {
			float: left;
			display:inline;
			width: 150px;
			border: 0;
			font-family: Verdana;
			font-size: 1.2em;
			margin: 22px 0 0 2px;
		}
		
		#header form button {/*
		background-color:#99FF33;*/
			float: left;
			display:inline;
			border: 0;
			text-indent: -9999px;
			width: 21px; 
			height: 21px;
			margin-top: 8px;
			background-color: transparent;	
		}	
/** FIN MOTEUR DE RECHERCHE **/	
	
	#header .categories {
		background-color:#FFFFFF;
		clear: both;
		list-style-type: none;
		width: 896px; /*900*/
		height: 35px;
		border: 2px solid #b2c4d0;
		overflow: hidden;
	}
		
		#header .categories li {
			float: left;
			text-transform: uppercase;
			font-size: 1.2em;
			padding-right: 2px;
			background: url(images/divider.gif) no-repeat right 1px;
		}
		
		#header .categories li a {
			color: #000000;
			display: block;
			padding: 11px 15px;
		}
		
		#header .categories li a:hover {
			color: #f19d56;
			display: block;
			padding: 11px 15px;
		}		
/** FIN HEADER **/

/** DEBUT CONTENU INDEX **/
#content {
	float: left;
	display:inline;
	width: 564px;
}

/*	#content .featured {
		border: 1px solid #81a0b3;
		margin-bottom: 10px;
	}
	
		#content .featured h2.title {
			color:#ffffff;
		}
			
		#content .featured .buffer {
			padding: 0 16px 15px;
		}
*/

/** DEBUT BLOC ACTU **/	
	#content .articles_actu {
		border: 2px solid #b2c4d0;
		margin-bottom: 10px;
		height: 272px;
	}
	
		#content .articles_actu h2.title {
			color: #6489a0;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 1.3em;
			width: 550px; /*564px*/
			height: 20px; /*30px*/
			padding: 10px 0 0 10px;
		}
		
		#content .articles_actu .details {
			clear: both;	
			border-top : 1px solid #b2c4d0;
			height: 22px;
			margin: 5px 0 10px 0;
		}
		
			#content .articles_actu .details .l {
				float: left;
				display:inline;
				font-size: 1.1em;
				padding: 3px 3px 3px 0;
			}
			
				#content .articles_actu .details .l a {
					color: #000000;
				}
				
				#content .articles_actu .details .l a:hover {
					color: #000000;
				}
			
			#content .articles_actu .details .r {
				float: right;
				display:inline;
				font-size: 1.1em;
				padding: 3px 0 3px 3px;
			}
			
				#content .articles_actu .details .r a {
					color: #000000;
				}
				
				#content .articles_actu .details .r a:hover {
					color: #000000;
				}
			
			#content .articles_actu .post {
				padding: 0 10px 10px 10px;
			}
			
				#content .articles_actu .post .billet {
					height: 204px;
				}
			
					#content .articles_actu .post .billet h2 {
						font-size: 1.4em;
						color: #6489a0;
						font-weight: bold;
						height: 32px;
						margin: 0 0 0 160px;
					}
					
						#content .articles_actu .post .billet h2 a {
							color: #6489a0;
							font-weight: bold;
						}
						
						#content .articles_actu .post .billet h2 a:hover {
							color: #f19d56;
							font-weight: bold;
						}
					
					#content .articles_actu .post .billet .thumb {
						float: left;
						display:inline;
						width: 150px;
						height:auto;
						overflow: hidden;
						margin: 0 10px 0 0;
						text-align:center;
					}
					
					#content .articles_actu .post .billet .resume {
						font-size: 1.2em;
						line-height: 1.4em;
						height: 140px;
						margin: 0 0 10px 160px;
					}
					
					#content .articles_actu .post .billet p.lien_suite {
						float: right;
						display:inline;
						width: 100px;
						font-size: 1.1em;
						font-weight: bold;
						text-align:right;
						color: #6489a0;
						margin-right: 10px;
						padding-bottom: 10px;
					}
					
						#content .articles_actu .post .billet p.lien_suite a {
							color: #6489a0;
							font-weight: bold;
						}
						
						#content .articles_actu .post .billet p.lien_suite a:hover {
							color: #f19d56;
							font-weight: bold;
							text-align:right;
						}						
/** FIN BLOC ACTU **/	
			
	#content .articles {
		border: 2px solid #b2c4d0;
		margin-bottom: 10px;
		height: 272px;
	}
	
		#content .articles h2.title {
			background: url(images/img_article.jpg) no-repeat 0;
			color: #6489a0;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 1.3em;
			width: 550px; /*564px*/
			height: 20px; /*30px*/
			padding: 10px 0 0 10px;
		}
		
		#content .articles .details {
			clear: both;
			height: 22px;
			margin: 5px 0 10px 0;
		}
		
			#content .articles .details .l {
				float: left;
				display:inline;
				font-size: 1.1em;
				padding: 3px 3px 3px 0;
			}
				
				#content .articles .details .l a {
					color: #000000;
				}
				
				#content .articles .details .l a:hover {
					color: #000000;
				}
			
			#content .articles .details .r {
				float: right;
				display:inline;
				font-size: 1.1em;
				padding: 3px 0 3px 3px;
			}
			
				#content .articles .details .r a {
					color: #000000;
				}
				
				#content .articles .details .r a:hover {
					color: #000000;
				}
				
			#content .articles .post {
				padding: 0 10px 10px 10px;
			}
			
				#content .articles .post .billet {
					height: 204px;
				}
			
					#content .articles .post .billet h2 {
						font-size: 1.4em;
						color: #6489a0;
						font-weight: bold;
						height: 32px;
						margin: 0 0 0 160px;
					}
					
						#content .articles .post .billet h2 a {
							color: #6489a0;
							font-weight: bold;
						}
						
						#content .articles .post .billet h2 a:hover {
							color: #f19d56;
							font-weight: bold;
						}
					
					#content .articles .post .billet .thumb {
						float: left;
						display:inline;
						width: 150px;
						height:auto;
						overflow: hidden;
						margin: 0 10px 0 0;
						text-align:center;
					}
					
					#content .articles .post .billet .resume {
						font-size: 1.2em;
						line-height: 1.4em;
						height: 140px;
						margin: 0 0 10px 160px;
					}
					
					#content .articles .post .billet p.lien_suite {
						float: right;
						display:inline;
						width: 100px;
						font-size: 1.1em;
						font-weight: bold;
						text-align:right;
						color: #6489a0;
						margin-right: 10px;
						padding-bottom: 10px;
					}
					
						#content .articles .post .billet p.lien_suite a {
							color: #6489a0;
							font-weight: bold;
						}
						
						#content .articles .post .billet p.lien_suite a:hover {
							color: #f19d56;
							font-weight: bold;
							text-align:right;
						}		
/** FIN CONTENU INDEX **/

/** DEBUT CONTENU PAGE **/
#content .articles-page {
	border: 2px solid #b2c4d0;
	margin-bottom: 10px;
	height: auto;
}

	#content .articles-page h2.fil-ariane {
		background: url(images/img_article.jpg) no-repeat 0;
		color: #6489a0;
		font-weight: bold;
		font-size: 1.3em;
		line-height: 1.6em;
		width: 550px; /*564px*/
		height: 20px; /*30px*/
		padding: 10px 0 0 10px;
	}
	
		#content .articles-page h2.fil-ariane a {
			color: #6489a0;
		}
		
		#content .articles-page h2.fil-ariane a:hover {
			color: #f19d56;
		}

	#content .articles-page .single {
		color: #000000;
		margin: 0 10px 0 10px;
	}		
	
		#content .articles-page .single h2 {
			color: #6489a0;
			font-weight: bold;
			font-size: 1.6em;
			width: 564px;
			margin: 10px 0 10px 0;
		}

		#content .articles-page .single .paragraphe {
			font-size: 1.2em;
			line-height: 1.5em;
			text-align:justify;
			padding-bottom: 68px;
		}
			
			#content .articles-page .single .paragraphe ul {
				list-style-type: disc;
				list-style-position: inside;
				margin: 10px 0 10px 0;
			}
			
				#content .articles-page .single .paragraphe ul li{
					text-align:justify;
					color: #000000;*
				}
				
				
				#content .articles-page .single a {
					color: #6489a0;
					font-weight: bold;
				}
						
				#content .articles-page .single a:hover {
					color: #f19d56;
					font-weight: bold;
				}
				
/** FIN CONTENU PAGE **/

/** DEBUT CONTENU ARCHIVE **/
#content .articles-archive {
	border: 2px solid #b2c4d0;
	margin-bottom: 10px;
	height: auto;
}

	#content .articles-archive h2.fil-ariane {
		background: url(images/img_article.jpg) no-repeat 0;
		color: #000000;
		font-weight: bold;
		font-size: 1.3em;
		line-height: 1.6em;
		width: 550px; /*564px*/
		height: 20px; /*30px*/
		padding: 8px 0 0 10px;
	}
	
		#content .articles-archive h2.fil-ariane a {
			color: #6489a0;
		}
		
		#content .articles-archive h2.fil-ariane a:hover {
			color: #f19d56;
		}
	
	#content .articles-archive .post {
		height: 194px;
		padding: 0 10px 0 10px;
	}
	
		#content .articles-archive .post .details {
				clear: both;
				height: 22px;
				margin: 0 0 10px 0;
				border-top: #dddddd solid 2px;
			}
			
				#content .articles-archive .post .details .l {
					float: left;
					display:inline;
					font-size: 1.1em;
					padding: 5px 3px 3px 0;
				}
				
					#content .articles-archive .details .l a {
						color: #000000;
					}
					
					#content .articles-archive .details .l a:hover {
						color: #000000;
					}
				
				#content .articles-archive .post .details .r {
					float: right;
					display:inline;
					font-size: 1.1em;
					padding: 5px 0 3px 3px;
				}
				
					#content .articles-archive .details .r a {
						color: #000000;
					}
					
					#content .articles-archive .details .r a:hover {
						color: #000000;
					}
					
		#content .articles-archive .post .billet {
			height: 130px;
		}
		
			#content .articles-archive .post .billet h2 {
				font-size: 1.4em;
				color: #6489a0;
				font-weight: bold;
				margin: 0 0 0 160px;
			}
			
				#content .articles-archive .post .billet h2 a {
					color: #6489a0;
					font-weight: bold;
				}
				
				#content .articles-archive .post .billet h2 a:hover {
					color: #f19d56;
					font-weight: bold;
				}
			
			#content .articles-archive .post .billet .thumb {
				float: left;
				display:inline;
				width: 150px;
				height:auto;
				overflow: hidden;
				margin: 0 10px 0 0;
				text-align:center;
			}
			
			#content .articles-archive .post .billet .resume {
				font-size: 1.2em;
				line-height: 1.4em;
				height: 90px;
				margin: 0 0 10px 160px;
			}
			
			#content .articles-archive .post .billet p.lien_suite {
				float: right;
				display:inline;
				width: 100px;
				font-size: 1.1em;
				font-weight: bold;
				text-align:right;
				color: #6489a0;
				margin-right: 10px;
				padding-bottom: 10px;
			}
			
				#content .articles-archive .post .billet p.lien_suite a {
					color: #6489a0;
					font-weight: bold;
				}
				
				#content .articles-archive .post .billet p.lien_suite a:hover {
					color: #f19d56;
					font-weight: bold;
					text-align:right;
				}
	
/** FIN CONTENU ARCHIVE **/

/** DEBUT CONTENU SINGLE **/
#content .articles-single {
	border: 2px solid #b2c4d0;
	margin-bottom: 10px;
}

	#content .articles-single h2.fil-ariane {
		background: url(images/img_article.jpg) no-repeat 0;
		color: #000000;
		font-weight: bold;
		font-size: 1.3em;
		line-height: 1.6em;
		width: 550px; /*564px*/
		height: 20px; /*30px*/
		padding: 8px 0 0 10px;
	}
	
		#content .articles-single h2.fil-ariane a {
			color: #6489a0;
		}
		
		#content .articles-single h2.fil-ariane a:hover {
			color: #f19d56;
		}
	
	#content .articles-single .single {
		color: #000000;
		margin: 0 0 0 10px;
	}		
	
		#content .articles-single .single h2 {
			color: #6489a0;
			font-weight: bold;
			font-size: 1.6em;
			width: 540px;
			margin: 10px 0 10px 0;
		}

		#content .articles-single .single .paragraphe {
			font-size: 1.2em;
			line-height: 1.5em;
			text-align:justify;
			width: 540px;
			padding-bottom: 68px;
			color: #000000;
		}
			
			#content .articles-single .single .paragraphe ul {
				list-style-type: disc;
				list-style-position: inside;
				margin: 10px 0 10px 0;
				color: #000000;
			}
			
				#content .articles-single .single .paragraphe ul li{
					text-align:justify;
					color: #000000; /*#6489a0*/
				}
				
				
				#content .articles-single .single a {
					color: #6489a0;
					font-weight: bold;
				}
						
				#content .articles-single .single a:hover {
					color: #f19d56;
					font-weight: bold;
				}					
/** FIN CONTENU SINGLE **/

/** DEBUT COMMENTAIRES **/
#formulaire{}
#reponse{}
#reponse .titre_bloc_commentaire{}

#reponse p{
	font-size: 1.1em;
}

#commentaires{
	width: 540px; /*560*/
	height: 410px; /*410*/
	padding: 0 10px 0 10px;
}

	#commentaires ul{
		margin: 0;
		padding: 0;
	}
	
	#commentaires li{
		list-style: none;
	}
	
	.titre_bloc_commentaire{
		border-top: #dddddd solid 2px;
		margin: 0 0 15px 0;
		padding: 5px 0 0 0;
		font-size: 1.4em;
		font-weight: bold;
	}
	
	.nom_auteur_commentaire{
		font-size: 1.1em;
		color: #f19d56;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0 0 0 5px;
		padding: 0 0 5px 0;	
	}
	
	.fond_commentaire_auteur{
		color: #ffffff;
	}
	
	.contenu_commentaire{
		background-color: #F0F0F0;
		font-size: 1.2em;
		line-height: 1.5em;
		color: #666666;
		margin: 0 0 15px 0;
		padding: 5px 0 5px 20px;
	}
	
	#commentaires form{
		margin: 0;
		padding: 0;
	}

		#commentaires form .ident_commentaire{
			background-color:#ffffff; /*Solution pour éviter que les 3 dernières lettres de commentaire apparaissent une seconde fois*/
			float: left;
			display: inline;
			clear: left;
			width: 120px;
			height: 20px;
			margin: 5px 0 0 0;
			font-size: 1.2em;
		}
		
		#commentaires form .champ_input{
			float: left;
			display: inline;
			width: 410px;
			height: 20px;
			margin: 5px 0 0 0;
			border: 1px solid #aaaaaa;
			font-size: 1.2em;
			color: #333333;
		}

		#commentaires form .bt_valider{
			float: left;
			display: inline;
			width: 113px;
			height: 26px;
			margin: 5px 0 10px 0;
		}		
/** FIN COMMENTAIRES **/

/** DEBUT NAVIGATION **/
#content .postnav {
	clear: both;
	padding: 10px 0 20px;
}
	#content .postnav ul {
		list-style-type: none;
	}
		#content .postnav ul li {
			float: left;
			font-weight: bold;
			padding: 2px;
			font-size: 0.9em;
			font-family: Verdana;
		}
		
		#content .postnav ul li a {
			display: block;
			background-color: #9E9E9D;
			color: #ffffff;
			text-decoration: none;
			border:0px;
			padding: 7px 10px;
		}
		
		#content .postnav ul li a:hover {
			background-color: #234566;
		}
/** FIN NAVIGATION **/

/** DEBUT SIDEBAR **/
#sidebar {
	width: 324px;
	float: right;
}

	#sidebar .box {
		border: 0;
		/*inititialement margin-bottom: 10px;*/
	}
		
	#sidebar h2 {
		color: #6489a0;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 1.3em;
		border-bottom: 2px solid #b2c4d0;
		width: 324px;
		height: 20px; /*30px*/
		padding: 10px 0 0 0;
	}
	
	#sidebar ul {
		font-size: 1.2em;
		list-style-type: none;
		padding: 0 15px 20px;
	}

		#sidebar ul li {
			line-height: 1.4em;
			padding: 2px 5px;
		}
		
		#sidebar ul li a {
			color: #999999;
			text-decoration: none;
			font-weight: normal;
		}
		
		#sidebar ul li a:hover {
			color: #f19d56;
			text-decoration: none;
			font-weight: normal;
		}
		
		#sidebar .box .video{
			width: 324px;
			height: 290px; /*300px*/
		}
		
		#sidebar .box .pages{
			width: 324px;
			height: 120px;
		}
		
			#sidebar .box .pages h2{
				color: #6489a0;
				font-weight: bold;
				text-transform: uppercase;
				font-size: 1.3em;
				border-bottom: 2px solid #b2c4d0;
				width: 324px;
				height: 20px; /*30px*/
				padding: 10px 0 0 0;
			}
					
			#sidebar .box .video p{
				font-size: 1.1em;
				margin-top: 8px;
			}

				#sidebar .box .pages ul {
				list-style-type: none;
				padding: 0 15px 20px;
				font-size: 1.2em;
			}						

				#sidebar .box .pages ul li {
					line-height: 1.6em;
					padding: 2px 5px;
					border-bottom: 1px dotted #6489a0;
				}
		
				#sidebar .box .pages ul li a {
					color: #112222;
					text-decoration: none;
				}
	
				#sidebar .box .pages ul li a:hover {
					color: #112222;
					text-decoration: none;
				}
		
		#sidebar .sponsors img {
			margin-bottom: 12px;
			border:0;
		}
		
		#sidebar .box .tags .index-thematique a {
			color: #112222;
			text-decoration: none;
		}
		
		#sidebar .box .tags .index-thematique a:hover {
			color: #112222;
			text-decoration: none;
		}
		
		#sidebar .sidebar-gauche {
			float: left;
			display:inline;
			width: 157px;
		}
		
			#sidebar .sidebar-gauche h2 {
				color: #6489a0;
				font-weight: bold;
				text-transform: uppercase;
				font-size: 1.3em;
				border-bottom: 2px solid #b2c4d0;
				width: 157px; /*157px*/
				height: 20px; /*30px*/
				padding: 10px 0 0 0;
			}
		
		#sidebar .sidebar-droite {
			float: right;
			display:inline;
			width: 157px;
		}
		
			#sidebar .sidebar-droite h2 {	
				color: #6489a0;
				font-weight: bold;
				text-transform: uppercase;
				font-size: 1.3em;
				border-bottom: 2px solid #b2c4d0;
				width: 157px; /*157px*/
				height: 20px; /*30px*/
				padding: 10px 0 0 0;
			}			
/** FIN SIDEBAR **/

/** DBUT FOOTER **/
#footer {
	clear: both;
	color: #6489a0;
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	height: 27px;
}

	#footer img, #footer span {
		vertical-align: middle;
		display: inline-block;
	}
	
	#footer a {
		text-decoration: none;
		color: #6489a0;
	}
	
	#footer a:hover {
		text-decoration: none;
		color: #f19d56;
	}			
/** FIN FOOTER **/