#container { /* C'est le rectangle central qui se met au centre de la page auto et dans lequel sont les autres colonnes */
	width: 760px;
	height: 550px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	padding-top: 5px;
}
#top {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	text-indent: 190px;
	margin-bottom: 1px;
	margin-top: 0px;
}

#left {
	float: left; /* Obligé de le placer pour que ce DIV puisse rester sur la meme ligne que le DIV right. 
					Sinon sans çà le DIV right se met bien à droite mais en dessous*/
	width: 30px;
	margin-left: 5px;
	height: 580px;
}

#right {
	float: right;
	width: 90px;
	height: 580px;
	font-size: 7pt;
	/*margin-left: 720px; enlevé car sinon marche pas pour les 3 colonnes*/
}

#right ul{
	margin-top: 230px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;

}
#right li{
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#right a{
	color:#d7d6b7;
	text-decoration:none
}

#right a:hover { /* propriété des liens quand on les survole*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FE8800;
	border-right-color: #FE8800;
	border-bottom-color: #FE8800;
	border-left-color: #FE8800;
	}
	
#center {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 620px;
	margin-left: 40px;
	padding-top: 2px;
	padding-left: 2px;
	background-image: url(../png/backgr.png);
	background-repeat: repeat-x;
	height: 580px;
}

#texte{ /*bloc où j'ai placé les tableaux avec les titres, roles et director. en laissant espace sous la photo,..*/
	text-align: left;
	width: 615px;
	margin-top: 190px;
	height: 390px;
}

#texte p {
	margin-left: 15px;
	margin-top: 25px;
	text-align: justify;
	margin-right: 20px;
	margin-bottom: 25px;
}

#texte a { /* propriétés des liens de la page */
	/*color:#d7d6b7;*/
	color:#CCC;
	text-decoration:none;
	border-bottom:1px solid #FE8800;
	}

#texte a:hover { /* propriété des liens quand on les survole*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FE8800;
	border-right-color: #FE8800;
	border-bottom-color: #FE8800;
	border-left-color: #FE8800;
	}
	
/* #center ul {
	text-align: left;
	list-style-type: none;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: 20px;
}
Avant quand j'utilisais pas de tableaux au centre de la page */

/* #footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 2px;
	height: 10px;
}
Enlevé car quand le tableau s'allongera, il passera par dessus le footer qui est fixe
*/

#textfooter { /*un div pour le copyright et mail aligné sur le debut de la ligne orange */
	width: 610px;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

#textfooter p{ /*pour définir un style de p dans ce div */
	font-style: italic;
	font-size: xx-small;
	margin: 0px;
	padding: 0px;
}

#top2 { /*partie supérieure de centre, dont image, phrase, categorie */
	text-align: left;
	width: 100%;
	float: right;
}

#image_corner{ /*bloc à gauche contenant la photo*/
	width: 225px;
	float: left;
	height: 150px;
	padding-top: 0px;
}

#categorie_phrase{ /*le bloc comprenant les 2: phrase et categorie*/
	width: 390px;
	float: right;
	height: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#categorie{ /*theatre, cinema,... le titre de la section*/
	width: 370px;
	height: 40px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	float: right;
}

h1{ /*propriétés des titres mis avec tag h1*/
	font-size: 20pt;
	text-align: right;
	padding: 4px;
	margin: 0px;
	letter-spacing: 8pt;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d7d6b7;
}

#phrase{ /*phrase à mettre pour chaque section pour le fun, un texte theatre, cinema,...*/
	width: 300px;
	height: 60px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 48px;
	margin-top: 0px;
	float: right;
}

#phrase p { /* style donné au tag p pour cette phrase*/
	font-style: italic;
	text-align: right;
	font-size: 9px;
}

/* Quand j'utilisais pas de tableaux j'avais 3 blocs ci-dessous pour titre, role et director

#titre { 
	text-align: left;
	width: 230px;
	float: left;
	height: 450px;
}
#role {
	text-align: left;
	width: 120px;
	float: left;
	height: 450px;
	margin-left: 5px;
}

#director {
	text-align: left;
	width: 260px;
	float: right;
	height: 450px;
}
*/

body { /* propriétés principales de la page */
	background-color: #000000;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}

a { /* propriétés des liens de la page */
	color:#d7d6b7;
	text-decoration:none;
}

a:hover { /* propriété des liens quand on les survole*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FE8800;
	border-right-color: #FE8800;
	border-bottom-color: #FE8800;
	border-left-color: #FE8800;
	}
	
.ongoing { /* Ceci est une classe. S'applique plusieurs fois sur la page (pas comme les #).Pour faire le tag "span" dans un titre de projet en mettant en orange clignotant le texte entre parenthèse "en prépa, en cours, ongoing,..." */
	color: #F98500;
	text-decoration: blink;
	text-transform: lowercase;
}

.place { /*pour faire le tag "span" dans la partie "director" en mettant en italique le lieu où se passe le projet, par exemple à New York,... */
	font-style: italic;
}

.titremaj{ /*pour faire le tag "span" dans la partie titre, en mettant en uppercase automatikement */
	text-transform: uppercase;
}

.titremajmedia{ /*pour faire le tag "span" dans la partie titre, en mettant en uppercase automatikement */
	text-transform: uppercase;
	font-weight: bold;
	border: thin dotted #d7d6b7;
	text-indent: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	
}

.titremaj_cadre{ /*pour les subdivision comme dans le cv, pour doublage et voix off,... */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
	text-transform: uppercase;
	font-weight: bold;
	text-indent: 2px;
	background-color: #D7D6B7;
	color: #000000;
	font-size: 110%;
	text-align: center;
	border: 2px solid #897048;
}

.soustitresmedia{
	font-weight: bold;
	color: #F98500;
	/*padding-top:10px;*/
}
.soustitresmedia_tab{
	text-indent: 35px;

}
.blog_texte {
	font-size: 12
}
.blog_titre {
	font-size: 14px;
	font-weight: bold;
	color: #F98500;
}

td {
	vertical-align: top;
	/*border-spacing: 5px;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.titres_news{
	/*padding-right: 5px;
	padding-left: 10px;*/
	/*margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 50px;*/
	
}

.addthis_toolbox{


}
