@import "bbcode.css";
@import "formulaire.css";
@import "couleurs.css";
@import "survol.css";
@import "lightbox.css";
@import "videobox.css";
@import "administration.css";

body{
	margin: 0;
	padding: 0;
	background: #ffffff url(images/fond.jpg) no-repeat top fixed;
	color: #000000;
}

h1, h2, h3, h4, h5, h6, p, div, ul, li{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	color: orange;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: none;
}

ul{
	list-style-type: none;
}

.float_left{
	float: left;
}
.float_right{
	float: right;
}

.majuscule{
	text-transform: uppercase;
}

#container, #footer_infos{
	width: 750px;
	margin: auto;
}

#container #header{
	border: 0px solid white;
	width: 100%;
	height: 200px;
	text-transform: uppercase;
}
#container #header h1{
	float: right;
	font-size: 200%;
	margin-top: 60px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
#container #header h1 a{
	color: #C2C2C2;
	text-decoration: none;
}
	
/*Le menu est contenu dans le #header*/
#container #header #menu{
	float: left;
	width: 140px;
	margin-top: 30px;
}
#container #header #menu li{
	margin-bottom: 5px;
	text-align: right;
	font-size: 12px;
}
#container #header #menu li a{
	color: #5c719c;
	font-weight: bold;
}

#container #header #le_collectif{
	float: left;
	position: absolute;
	margin-left: 150px;
	top: -60px;
}
#menu_categories_index{
	position: fixed;
	margin-left: 475px;
}
#menu_categories{
	margin-left: 155px;
	margin-bottom: 20px;
	width: 450px;
	text-align: center;
}
#menu_categories ul li{
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
}
#menu_categories_index ul li{
	width: 100%;
	margin-left: 40px;
	margin-bottom: 20px;
}
#menu_categories_index a:hover, #menu_categories a:hover{
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

#container #corps{
	border: 0px solid white;
	width: 100%;
	min-height: 500px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#container #corps #speedbarre ul{
	padding: 0;
}
#container #corps #speedbarre ul li{
	display: inline;
	font-size: 120%;
}
#container #corps #speedbarre ul li a{
	border: 1px solid #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	color: #ffffff;
}
#container #corps #speedbarre ul li a:hover{
	text-decoration: none;
	color: #000000;
}
#container #corps #speedbarre ul li a:focus{
	text-decoration: none;
	border: 1px solid #626262;
}
#container #corps #speedbarre #speedbarre_videos{
	margin-left: 45px;
}
#container #corps #speedbarre #speedbarre_photos{
	margin-left: 85px;
}
#container #corps #speedbarre #speedbarre_musiques{
	margin-left: 85px;
}
#container #corps #speedbarre #speedbarre_graphismes{
	margin-left: 60px;
}

#container #corps #membres{
	float: right;
	width: 104px; /*Donné par la taille de l'image des membres*/
	min-height: 150px;
	background: #000000;
	padding: 0px;
	color: #ffffff;
	text-align: center;
	font-size: 60%;
}
#container #corps #membres p.team_haut{
	width: 104px;
	height: 40px;
	background: url(images/team_haut.png) no-repeat;
}
#container #corps #membres p.team_bas{
	width: 104px;
	height: 15px;
	background: url(images/team_bas.png) no-repeat;
}
#container #corps #membres p.les_membres{
	margin-bottom: 10px;
	padding: 5px;
}

#container #corps #contenu{
	width: 642px;
	/*min-height: 250px;*/
}

#container #corps #contenu_creation{
	border: 0px solid white;
	margin-left: 155px;
}
#container #corps #contenu_creation p{
	padding-left: 10px;
	font-family: Verdana, Arial, "Times New Roman", serif;
}

#container #corps #contenu .vignette_categorie{
	margin-bottom: 15px; /*On sépare les vignettes des catégories des vignettes des créations*/
}
#container #corps #contenu .vignette_creation img{
	width: 100%;
	margin-bottom: 13px;
	/*background: url(images/vignette_ombre.png) bottom repeat-x;*/
	-moz-box-shadow: 1px 5px 12px #000000;
	-webkit-box-shadow: 1px 5px 12px #000000;
	box-shadow: 1px 5px 12px #000000;
}

#videos, #photos, #musiques, #graphismes{
	width: 155px;
	min-height: 300px;
	float: left;
	margin-right: 4.5px;
	
}
.ligne_creation_fin{
	width: 155px;
	height: 90px;
	background: url(images/fin_ligne.png) bottom repeat-x; /*Dégradé du bas de chaque colonne*/
}
.videos, .photos, .musiques, .graphismes{
	width: 70%;
	padding-right: 80px;
	background: url(images/fin_titre.png) right repeat-y;
	color: #ffffff;
}
#videos, .videos, #speedbarre_videos a{
	background-color: #F90E22; 
}
#photos, .photos, #speedbarre_photos a{
	background-color: #5F749E;
}
#musiques, .musiques, #speedbarre_musiques a{
	background-color: #93CEC8;
}
#graphismes, .graphismes, #speedbarre_graphismes a{
	background-color: #C0B167;
}


#footer{
	border: 1px solid white;
	clear: both;
	width: 100%;
	height: 210px;
	background: url(images/footer.png) no-repeat left bottom;
}
#footer_infos{
	-moz-border-radius: 10px;
	width: 100%;
	height: 85px;
	margin-top: 35px;
	background-color: #5c719c;
}
#footer ul{
	float: left;
	margin-top: -20px;
	margin-right: 30px;
	margin-left: 30px;
	font-weight: bold;
}
#footer ul li.title{
	color: #5c719c;
	font-size: 120%;
	text-transform: uppercase;
}
#footer ul li a{
	color: #ffffff;
}

#page_erreur /*Le div de l'erreur 404*/
{
	width: 406px;
	height: 477px;
	margin: auto;
	margin-top: 60px;
	background: url(images/erreur.png) no-repeat;
}
