/*
Theme Name: Encephale 2011
Theme URI: http://www.congres-encephale.org/
Description: Le thème par défaut de l'Encephale 2011
Version: 1.0
Author: Mathieu Cruzel
Author URI: http://www.congres-encephale.org/
Tags: green, custom header, fixed width
*/

/* RESET! */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset */

/* --------------------------------------------------------------------------
	=layout
--------------------------------------------------------------------------- */

body {
	font: small/1.5em Lucida Grande, Lucida Sans, Lucida Sans Unicode, sans-serif;
	background: #aed9d1 url('images/background.png') top left repeat;
	color: #333;
	/*display: table;*/
	width: 100%;
}

a, a:link, a:visited {
	/*color:#FDB813;*/
    color:#1FB25A;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#page {
	width:991px;
	margin: 15px auto 30px auto;
}

#header {
	width:991px;
	height:182px;
	background: url('images/header.png') top left no-repeat;
}

#header h1, #header .description {
    display:none;
}

#content_background {
	background: url('images/content_background.png') top left repeat-y;
	width:991px;
}

#sidebar {
	background: url('images/sidebar.png') top left no-repeat;
	width:960px;
}

#menu {
	width:735px;
	height:50px;
	background: #fff url('images/menu_back.png') top left repeat-x;
	margin:0 0 0 215px;
	padding: 0 0 0 10px;
}
	
  #menu h2 {
     display: none;
  }

	#menu ul {
		display: inline;
		height: 50px;
	}
	
	#menu ul li {
		display: inline;
	}	
	
	#menu ul li a {
		text-transform: uppercase;
		color: #008d7f;
		text-decoration: none;
		padding:13px 6px 7px 6px;
		font-weight: bold;
		height: 30px;
		display: block;
		float: left;
		font-size:11px;
	}
	
	#menu ul li a:hover, #menu ul li.current_page_item a {
		background: url('images/menu_hover.png') top center no-repeat;
		color:#fff;
        padding-bottom:7px;
	}

#content {
	width:685px;
	background:#fff;
	margin:0 0 0 215px;
	padding: 30px;
}

	#content p {
		font-size: 1.0em;
		line-height: 1.36em;
		margin-bottom: 15px;
	}

	#content ul {
		margin:0 0 10px 30px;
	}

    #content ul li {
        margin:0 0 10px 0;
    }

	#content h2 {
		width:685px;
		height:65px;
		background: url('images/header_back.png') bottom left no-repeat;
		font-size:1.8em;
		font-weight:bold;
		text-transform:uppercase;
	}

#footer {
	background:#b2d398;
	border-top: 1px solid #0065a6;
	width:685px;
	margin:-30px 0 0 215px;
	padding: 10px 30px 10px 30px;
}

    #footer h2 {
        display: none;
    }

	#footer ul {
		/*display: inline;*/
		margin:0 auto 5px auto;
		width:685px;
		text-align:center;
	}

	#footer ul li {
		display: inline;
        border-right:1px solid #008d7f;
        margin:0 0 0 5px;
	}

	#footer ul li a {
		color:#008d7f;
		text-decoration:none;
		margin: 0 10px 0 0;
		font-size:11px;
	}

    #footer ul li a:hover {
        text-decoration: underline;
    }

	#footer ul li:last-child {
		border-right:none;
	}

	#footer p {
		text-align:center;
		font-size:0.8em;
	}

.clear {
	width:100%;
	clear:both;
	height:0;
}

/* --------------------------------------------------------------------------
	=Tables
--------------------------------------------------------------------------- */
.tableau {
	border:0px none !important;
}

	.tableau th {
		background: #008D7F;
		text-align: center;
		border-bottom: 1px solid #008D7F;
		border-left: 1px solid #008D7F;
		color:#fff;
	}

	.tableau th.vide {
		background: none;
		border-left: none;
	}

	.tableau td {
		border-top: 1px solid #008D7F;
		padding-top: 0px;
		padding: 5px;
		vertical-align:middle;
	}

	.tableau td.type {
		border-right: 1px solid #008D7F;
		padding-right: 5px;
		padding: 5px;
		color: #008D7F;
	}

/* --------------------------------------------------------------------------
	=Basic Typography
--------------------------------------------------------------------------- */
h1 {
	font-size: 20px;
	line-height: 125%;
	padding: 4px;
	letter-spacing: -1px;
	color: #ee7f01;
	margin-bottom: 12px;
}

h2 {
	font-size: 18px;
	line-height: 125%;
	padding: 4px;
	/*letter-spacing: -1px;*/
	color: #b3976e;
	margin-bottom: 12px;
}

h3 {
	font-size: 16px;
	line-height: 125%;
	padding: 4px;
	letter-spacing: -1px;
	color: #b8493a;
	margin-bottom: 12px;
}

small {
	font-size:9px;
	font-style:italic;
}

/* --------------------------------------------------------------------------
	=Extra styles
--------------------------------------------------------------------------- */
p.alert {
	background: #f8bda9 url(images/exc.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px !important;
    border-top: 2px solid #FF0000;
    border-bottom: 2px solid #FF0000;
	color: #57060a;
}


p.info {
    /*background: #b9cce5 url(images/info.png) no-repeat 15px 50%; *//* x-pos y-pos */
    text-align: left;
    /*padding: 5px 20px 5px 45px !important;*/
    border-top: 2px solid #466eae;
    border-bottom: 2px solid #466eae;
	color: #000;
	width:370px;
}
p.warn {
    background: #faffb5 url(images/warn.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px !important;
    border-top: 2px solid #F7D229;
    border-bottom: 2px solid #F7D229;
	color: #463b0b;
}

blockquote {
	padding: 10px;
	font-style: italic;
	padding: 10px;
	border: 1px solid #cfdbe2;
	background-color: #e9f7fe;
}

sup {
    font-size: 9px;
    vertical-align: super;
}

hr {
	background: url('images/header_back.png') bottom left no-repeat;
	height:26px;
	width:100%;
	border:none;
}

/* --------------------------------------------------------------------------
	=Special list style
--------------------------------------------------------------------------- */
ul.checklist li {
	list-style: none;
	line-height: 16px;
	padding: 2px 0px 2px 18px;
	list-style-position: outside;
	background: url(images/checklist.png) no-repeat left center;
}

ul.checklist a {
	text-decoration: underline;
	padding: 1px;
}

ul.checklist a:hover {
	text-decoration: none;
	padding: 1px;
}

/* --------------------------------------------------------------------------
	=Blocs message (expo)
--------------------------------------------------------------------------- */
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 0 auto 20px auto;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('images/info_blue.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('images/valid.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('images/info_yellow.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('images/info_red.png');
}
.validation {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('images/info_red.png');
}

/* --------------------------------------------------------------------------
	=Synoptique
--------------------------------------------------------------------------- */
.synoptique {
     width:100%;
     font-size:11px;
}

.mercredi {
    background:#fff url('images/synoptique_fond_mercredi.png') top left repeat-y;
}

.jeudi {
    background:#fff url('images/synoptique_fond_jeudi.png') top left repeat-y;
}

.vendredi {
    background:#fff url('images/synoptique_fond_vendredi.png') top left repeat-y;
}

.synoptique td {
    padding:4px;
    vertical-align: middle;
}

.synoptique .heure {
    text-align: right;
    font-weight: bold;
}

.synoptique .conference {
    background-color:#F8D98C;
}

.synoptique .rose {
    color:#E0008A;
}


/* --------------------------------------------------------------------------
	=Programme
--------------------------------------------------------------------------- */
.programmeheure {
	width:115px;
	height:25px;
	float:left;
	text-align:right;
	color:#000;
	margin-right:5px;
	font-size:12px;
}

.programmeicon {
	width:25px;
	height:25px;
	float:left;
	margin-right:5px;
	margin-top:-2px;
}

.programmetitle {
	width:520px;
	color:#000;
	font-weight: bold;
	margin-right:5px;
	float:left;
}

.programmesponsor {
    width: 430px;
	margin: 5px 0 0 150px;
	font-size: 11px;
	padding: 0;
	color:#000;
}

.programmecomment {
    width: 430px;
    margin: 5px 0 0 150px;
	font-size: 14px;
	padding: 0;
    font-weight: bold;
	color:#0069AA;
	float:left;
}

.programmecontent {
	font-size: 10px;
	margin:5px 0 0 150px;
	color:#000;
	width:435px;
}

.programmecontent ul {
    margin: 0 0 10px 12px;
}

.programmecontent ul li {
    list-style: disc outside;
    margin: 0 0 5px 0;
}

.programmesalle {
	float:right;
	padding:0;
	/*color: #6B4F3F;*/
	color:#000;
	text-align:right;
	font-weight:bold;
	width:95px;
	margin:5px 0 0 0;
}

.retransmission {
	color:#FFFFFF;
	background:#acafcc;
	font-weight:bold;
	padding:1px;
}

/* STYLE LIVE */
#inner {
  width: 640px;
  height: 382px;
	position: relative; top: -30px;
}


/* --------------------------------------------------------------------------
	=UAM
--------------------------------------------------------------------------- */
form.uam_login_form {
	text-align:center;
}

form.uam_login_form #user_login,
	form.uam_login_form #user_pass,
		form.uam_login_form #wp-submit {
	margin: 0px auto;
}

form.uam_login_form #user_login,
	form.uam_login_form #user_pass {
		margin-top: -15px; padding:5px;
		border:2px solid #00877A;	background:#B2D398; color:#FFF;
		font-size: 16px; text-align:center;
		/**/
    -moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-khtml-border-radius-topleft: 10px;
		-khtml-border-radius-topright: 10px;
		-khtml-border-radius-bottomleft: 10px;
		-khtml-border-radius-bottomright: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
}

form.uam_login_form #wp-submit {
	margin-top: 15px; margin-bottom: 15px;
}




