body {
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #666;
}

h2 {
	margin-bottom: 20px;	
}
h1 {
	margin-bottom: 30px;	
}

a { 
	text-decoration:none;
	color:#222;
}
a:hover { 
	color:#e0660c;
	text-decoration:underline; 
}

a:active { 
	color:#e0660c; 
}

.text {
	font-size: 9pt;
	line-height: 18px;
}

/* header.php */
.go_down {
	position:relative;
 	bottom:-2px;
}
.big {
	font-size: 36px;
}
.small {
}
.banner-intitle {
	font-size: 16px;
	color: #FFF;
	background: #e0660c;
	padding: 0 20pt 0 20pt;
}

/* DVD */
div#order-fr a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 108px ;
	height: 26px ;
	background: url(../images/order-fr.png) no-repeat 0 0 ; 
}

div#order-fr a:hover
{
	background: url(../images/order-fr.png) no-repeat 0 -26px ; 
}
div#order-en a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 108px ;
	height: 26px ;
	background: url(../images/order-en.png) no-repeat 0 0 ; 
}

div#order-en a:hover
{
	background: url(../images/order-en.png) no-repeat 0 -26px ; 
}
div#order-es a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 108px ;
	height: 26px ;
	background: url(../images/order-es.png) no-repeat 0 0 ; 
}

div#order-es a:hover
{
	background: url(../images/order-es.png) no-repeat 0 -26px ; 
}

/* news */
.news {
	border: thin solid #999; 
	padding: 1.1em;	
	background: #EEE;
}
.title {
	font-weight : bold;
	font-size: 14px;
}
.date {
	color:#e0660c;	
}
.description {
	padding : 0 40px 0 40 px;
}

/* paragraph */
.lettrine {
	padding-top: -1px;
	top: 2em;
}

/* menu.php */
.menu {
	/* font-family: Tahoma, Trebuchet MS, Arial; */
	font-size: 12px;
	letter-spacing:0.05em
	font-weight: bold;	
}
.selected { 
	color:#e0660c; 
	position:relative;
 	bottom:5px;
}
.go_up {
	position:relative;
 	bottom:5px;
}

/* leftlist.php */
.keywords {
	font-size: 9pt;
	line-height: 22px;
	font-variant:small-caps;
}

/* footer.php */
.bottom {
	font-size: 9pt;
	font-weight:thin;
	line-height: 14px;
}

/* partners.php */
.logo {
}

/* awards */
li.festival {
  padding-top: 16px;
  list-style-image: url(../images/camera.jpg);
}
.award {
  margin-left: 20px;
  list-style-type:square;
}

/* team.php */
p {
	clear:left;
}
.portrait {
	border: thin solid #999; 
	padding: 0.5em;
	float: left;
	margin:0 1em 0px 0;
}
h2#name {
	margin-bottom: 8px;
}

.message {
	list-style-image: url(../images/info_xsm.png);
}