/* Feuille de "style" pour Youteube par abFab

(ouais ouais, ça va...)

 */

html, body{
	margin: 0;
	padding: 0;
}
 
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
/*	background-color: #D0EBFD; */
	text-align: center;
}

p {
	margin : 1em 0;
}

h3 { 
	font-size : 1em;
}

a {	
	color: #ad0c23;
	text-decoration: none;
}

form {	
	border: 0px; 
}



/* Layout
********************************************************/

#page {
	width: 710px; 
	margin-left: auto; 
	margin-right: auto;
	border : 0;
	padding : 2px ;
	}

#presentation {
	width: 710px; 
	margin-left: 0; 
	margin-right: 0;
	padding : 2px ;
	}

#presentation .colgauche {
	width: 500px; 
	/* border: 1px  dashed green; */
	}

#presentation a { color: green; }


#presentation .coldroite {
	border: 0px  solid #9e6329;
	vertical-align:top;
	}

#listevideos {
	border: 2px solid #9e6329;
	margin : 2;
	text-align:left;
	color: #000000;
	padding-left : 15px ;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	}

#auteur {
	border: 0px solid red;
	margin : 2;
	color: #000000;
	padding-top : 20px;
	padding-left : 15px ;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	}


#article {
    text-align : left ;
    }
    

#article h1 {
	margin : 0;
	color: #000000;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	/*font-weight: lighter; */
}

#article h2 {
	margin : 0;
	color: #000000;
	padding-left : 20px ;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: lighter;
	font-style: italic; 
}

#article .texte {
	border-left: 1px solid #9e6329;
	margin : 0;
	color: #000000;
	padding-left : 15px ;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: lighter;
}

#article .publication {
	margin : 0;
	color: #000000;
	padding-left : 170px ;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	font-style: italic; 
}

#tags {
	color: #000000;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
}



#commentaires {
    color: #000000;
	margin-top: 5px;
	text-align: center;
	font-size: 15px;
}

#footer {
    width : 400px;
    color: #000000;
    border : 0px;
	margin-top: 5px;
	text-align: center;
	font-size: 15px;
}


/***** les videos *****/

.video {
    border : 0px solid #000000;
    padding : 0px;
    }

.player {
    vertical-align : top;
    width: 400px ;
    padding : 0px;
    }
    
.contenu {
    border-top : 5px solid #7c7c7c;
    border-left : 5px solid #7c7c7c;
    padding-bottom : 20px;
	color: #000000;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
.contenu .titre {
    font-size : 15px;
    font-weight:bold;
    }
