/* Stylesheet ATC Project :: 3days */

/* Styles généraux de la page */
body {
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: justify;
	color: #000;
	background: #E16501 url(../images/bg.png) repeat-x;
}
a {
	text-decoration: underline;
	color: #812508;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
acronym:hover {
	cursor: default;
	color: #E16501;
}

/* Divs Généraux */
#container {
	width: 760px;
	height: auto;
	margin:	auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
}
#header {
	width: 760px;
	height: 120px;
	background: url(../images/header.png) no-repeat;
}
#content {
	width: 760px;
	margin-top: 23px;
}
#content td {
	vertical-align: top;
}
#separator {
	width: 20px;
}
#footer {
	padding-bottom: 5px;
	font-size: 9px;
	text-align: center;
	background: url(../images/footer.png) no-repeat bottom center;
}

/* Menu */
#menu {
	width: 177px;
	text-align: center;
}
#menu_top, #menu_bot {
	width: 177px;
	height: 17px;
}
#menu_top { 
	background: url(../images/top_menu.png) no-repeat; 
}
#menu_bot { 
	background: url(../images/bot_menu.png) no-repeat; 
}
#menu a {
	width: 177px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000;
	display: block;
	background: #EDB56A;
}
#menu a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/menu_hover.png) no-repeat;
}

/* Contenu de la page */
#title_page {
	height: 14px;
	margin: 0px;
	padding: 5px 1px 0px 10px;
	font-weight: bold;
	color: #812508;
	background: url(../images/title.png) no-repeat;
}
#container_main {
	padding: 5px;
	background:	#F1CF8F;
}
.main_content {
	margin-top: 5px;
	padding: 10px;
	background:	#FFEDCD;
}
.title_content {
	margin: 0px; 
	padding: 0px;
	color: #812508;
}
.links_content {
	margin: 0px; 
	padding: 0px;
	text-align: center;
}
.text_content {
	margin-top: 5px;
	margin-bottom: 0px;
	text-indent: 10px;
}
.list_content {
	margin-top: 3px;
	padding-left: 25px;
}

/* Multimédia */
.player_multimedia {
	margin-top: 10px;
	text-align: center;
}
.text_music {
	margin: 10px;
}
.text_chorus {
	margin: 10px;
	margin-left: 20px;
	color: #812508;
}

/* Galeries Photos */
.entete_photos {
	margin: 0px; 
	padding: 0px;
	margin-top: 10px;
	color: #812508;
}
.mycarousels {
	margin-bottom: 10px;
}

/* Méthodologie */
.screen {
	margin: 5px;
	text-align: center;
	vertical-align: middle;
}
.gotop {
	margin-top: 5px;
	font-size: 9px;
	text-align: right;
}

/* Gestion de projet */
.title_planning {
	margin-top: 15px;
}

/* Membres */
.table_membres {
	width: 530px;
}
.image_membre {
	width: 200px;
	padding-top: 5px;
}
#benoit, #clement, #nathalie, #nicolas, #robin, #xavier {
	border-bottom: 1px solid #812508;
}

/* Guestbook */
#header_book {
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #812508;
}
.message_book {
	margin: 0px;
	padding: 5px;
}
.email_book {
	font-weight: bold;
	color: #E16501;
}
#pages_book {
	margin-top: 5px;
	padding-top: 3px;
	text-align: center;
	border-top: 1px solid #812508;
}
#table_guestbook {
	width: 350px;
	margin: 5px;
	margin-left: 85px;
	padding: 5px;
	border: 1px dotted #812508;
}
#table_guestbook td {
	padding: 3px;
	vertical-align: top;
}
#table_guestbook input, #table_guestbook textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	border: 1px solid silver;
}
#ajout_message, #erreur_book {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #812508;
}
#captcha {
	text-align: center;
}
#decompte {
	color: #E16501;
	display: inline;
}

/* Crédits */
.title_credits {
	margin: 0px; 
	margin-top: 10px;
	padding: 0px;
	color: #812508;
}

/* Carousel  */
.jcarousel-scope {
    position: relative;
    width: 430px;
	margin-top: 10px;
	margin-left: 10px;
    padding: 20px 40px;
	border: 1px solid #E26502;
}
.jcarousel-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.jcarousel-list li {
    float: left;
    list-style: none;
    width: 100px;
    height: 100px;
    margin-right: 10px;
	border: 1px solid #FFEDCD;
}
.jcarousel-list a {
	border-width: 0px;
}
.jcarousel-prev, .jcarousel-next {
    position: absolute;
    top: 60px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #000;
    background-color: transparent;
    font-weight: bold;
	border: 0px;
}
.jcarousel-prev {
    left: 10px;
}
.jcarousel-next {
    right: 10px;
}
.jcarousel-prev:hover, .jcarousel-next:hover {
	color: #E26502;
}
.jcarousel-prev-disabled, .jcarousel-next-disabled {
    color: #FFEDCD;
    cursor: default;
}