/* 
* Webpage still under beta!
*
* CSS stylesheet coded for Plurial 2009
* Author : Jérémie Juraver
* Update : 2009
* Licenced : CC
 */

html {
	height: 100%;
}

body {
	font-size: 12px;
	font-family: sans-serif;
	background: #F49FA4;
	margin: 0;
	padding: 0;
	text-align: left;
}

.img{
	border: none;
}

#calendrier_global {
	position: absolute;
	width: 896px;
	height: 596px;
	top: 50%;
	left: 50%;
	margin-top: -298px;
	margin-left: -448px;
	background-image: url(../img/fond02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: none;
}

#calendrier_global .jours {
	background-image: url(../img/contentfill.gif);
	background-repeat: repeat;
	height:50px;
	width:70px;
	margin-left:20px;
	margin-top:50px;
	padding: 5px 5px 5px 5px;
	color: black;
	font-family: Georgia;
	font-weight:bold;
	font-style: italic;
	font-size: 2em;
	text-align:center;
	border: 1px dashed white;
	-moz-border-radius: 10px; /* Pour Gecko */
	-webkit-border-radius: 10px; /* Pour Webkit, Chrome */
}

#jours {
	background: transparent;
	margin-top:50px;
	height:450px;
	width:800px;
	margin-left:10px;
	margin-right: 10px;
	text-align:center;
}

#jours p {
	background-image: url(../img/contentfill.gif);
	background-repeat: repeat;
	height:50px;
	width:70px;
	/*margin-left:20px;*/
	/*margin-top:50px;*/
	/*padding: 5px 5px 5px 5px;*/
	color: black;
	font-family: Georgia;
	font-weight:bold;
	font-style: italic;
	font-size: 2em;
	text-align:center;
	border: 1px dashed white;
	-moz-border-radius: 10px; /* Pour Gecko */
	-webkit-border-radius: 10px; /* Pour Webkit, Chrome */
}

#jour ul{
	float: left;
	
}

#jours li {
	float:left; /*pour IE*/
	list-style-type:none;
	display: inline;
	background-image: url(../img/contentfill.gif);
	background-repeat: repeat;
	height:50px;
	width:70px;
	margin-left:25px;
	margin-bottom: 25px;
	/*margin-left:20px;*/
	/*margin-top:50px;*/
	padding: 5px;
	color: #F49FA4;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 2em;
	text-align: center;
	border: 2px dashed white;
	-moz-border-radius: 10px; /* Pour Gecko */
	-webkit-border-radius: 10px; /* Pour Webkit, Chrome */
}

#jours ul li a {
	color: #511618;
	text-decoration:none;
}



.pied {
	position: absolute; /*z-index: 1;*/
	bottom: 5px;
	background-image: transparent;
	margin-left: 150px; 
	/*margin-right: auto;*/ 
	width: 75%;
	border: none;
}

.pied img{
	border: none;
}

.pied p{
	background: transparent;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: red;
	text-align: center;
}

.pied p a{
	border: none;
	text-decoration: none;
}




.img_cc {
	border: none;
	margin-left: 200px;
	padding-bottom: 3px;
}

/* Barre de partage(s) */ 
.partage
{
    width: 60%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto; 
    padding: 10px 0 6px 10px;
    border: 1px dotted #FE6D4C;
	background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	font-size: small;
	font-family: Georgia, palatino, serif;
	color: #511618;
	text-align: center;
}
