/* ---- INFOS 

Template CSS www.festivaldufilmvert.ch

Copyright :
Benjamin Pichonnaz (benjamin@avworld.ch)

Ce code source n'est pas ouvert, toutes modifications
peuvent être apportée uniquement par le webdesigner ou selon accord.

---- */

/* ---- ALL ----*/

* {
	border: 0;
	margin: 0;
	padding: 0;
	
	color: #ffffff;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	height: 100%;
	margin: 0;
	padding: 0; 
	background-image:url(../img/background_color.jpg);
	background-repeat:repeat;
}

a:hover {
	color:#00CC00;
}

p {
	text-align:justify;
	margin-top:10px;
}

h1 {
	font-size:14px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00CC00;
}

h1 strong {
	font-size:14px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00CC00;
}

input {
	margin-top:10px;
	color:#003366;
}

select {
	margin-top:10px;
	color:#003366;
}

/* ---- CLASS ----*/
.titre {
	font-size:14px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00CC00;
}

.titre2 {
	font-size:14px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00CC00;
	margin-top:10px;
}


.marginTop {
	margin-top:10px;
	margin-left:130px;
}

.marginRight {
	margin-right:8px;
}


.marginLeft {
	margin-Left:10px;
}

.floatLeft {
	float:left;
	margin-top:10px;
	margin-right:15px;
	margin-bottom:10px;
}

.floatRight {
	float:Right;
	margin-top:10px;
	margin-left:15px;
}

.clear {
	clear:both;
}

/* ---- GLOBAL ----*/

#global {
	width:945px;
	margin:0 auto;
}

#banner {
	width:945px;
	height:150px;
}

#menuMain {
	width:945px;
	height:50px;
}

	#menuMain ul {
		list-style:none;
	}
	
	#menuMain ul li {
		display:inline;
	}
	
	#menuMain ul li a {
		float:left;
		width:135px;
		height:50px;
		display:block;
		line-height:50px;
		background-image:url('../img/background_menuMain.jpg');
		background-repeat:no-repeat;
		text-decoration:none;
		text-align:center;
		font-size:12px;
	}
	
	#menuMain ul li a:hover {
		text-decoration:underline;
		background-position:0 -50px;
		color:#FFFFFF;
	}
	
#content {
	width:945px;
	height:100%;
	overflow:auto;
}

#contentLeft {
	float:left;
	width:196px;
}

	#contentLeft ul {
		list-style:none;
		padding:0 0 10px 30px;
	}
	
	#contentLeft ul li {
		display:block;
	}
	
	#contentLeft ul li a {
		font-size:12px;
	}

#contentRight {
	float:right;
	width:156px;
	padding:20px;
	text-align:center;
}

	#contentRight ul {
		list-style:none;
	}
	
	#contentRight ul li {
		padding-top:10px;
	}
	
#contentSub {
	float:left;
	width:505px;
	padding:20px 20px 20px 20px;
}

	#contentSub ul {
		list-style:none;
		padding-top:20px;
	}
	
	#contentSub ul li {
		display:block;
		text-align:justify;
	}
	
	#menuSub ul {
		list-style:none;
	}
	
	#menuSub ul li {
		display:inline;
	}
	
	#contentSub p span {
		margin-top:20px;
	}

	
	#menuSub ul li a {
		padding:0 12px 0 10px;
	}
	
	#menuSub a:hover {
		text-decoration:none;
		color:#FFFFFF;
	}
	
	#menuSub h1 {
		font-size:14px;
		font-weight:bold;
		color:#FFFFFF;
	}
	
	#contentSub table {
		float:left;
		margin-top:8px;
	}
	
	#contentSub table tr td {
		width:70px;
		text-align:right;
	}
	
	#contentSub table tr th {
		text-align:left;
	}	
	
	#contentSub table tr td a {
		display:block;
		width:165px;
		margin-left:5px;
		text-align:left;
	}
			
#spacerTop {
	height:30px;
	padding-left:10px;
	background-image:url('../img/spacerTop.jpg');
}

#footer {
	clear:both;
	width:945px;
	height:50px;
}

#footerLeft {
	float:left;
	width:250px;
	height:50px;
	background-image:url(../img/background_footerLeft.jpg);
	background-repeat:no-repeat;
}

	#footerLeft p {
		padding-left:20px;
		line-height:30px;
	}

#footerRight {
	float:right;
	width:250px;
	height:50px;
	background-image:url(../img/background_footerRight.jpg);
	background-repeat:no-repeat;
}

	#footerRight p {
		text-align:right;
		padding-right:20px;
		line-height:30px;
	}

#footerSub {
	float:left;
	width:445px;
	height:50px;
	background-image:url(../img/background_footerSub.jpg);
	background-repeat:no-repeat;
}

	#footerSub p {
		padding-left:20px;
		line-height:30px;
	}