@charset "utf-8";
/* CSS Document */

#home_banner {
	width:780px;
	height:168px;
	position:absolute;
	margin-top: 180px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 180px;
	background-image: url(../img/banner1.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top:65px;
}
#home_banner H1.big  {
	text-align:center;
	color:#FFF;
	font-size: 23px;
	line-height:23px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	padding: 0px;
}
#home_banner H1.medium  {
	text-align:center;
	color:#FFF;
	font-size: 18px;
	line-height:18px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

#side_menu_container {
	width:163px;
	float:left;
}
/*Menu*/

#side_menu {
	width:163px;
}
ul#side_menu {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul#side_menu li {
	list-style:none;
	margin:0px;
	border-bottom:1px solid #d5e3e9;
}
ul#side_menu a {
color:#00264e; /*this is the color of the menu text*/
padding:6px 0px 6px 20px; /*spacing around the text, top right bottom left*/
text-decoration:none; /*no underline*/
font:12px Arial, Helvetica, sans-serif; /*font size and font*/
font-weight:bold; 
letter-spacing:1px; /*space between each letter in the word*/
display:block; /*make the background go all the way to the edges*/
}
ul#side_menu a:hover {
color:#2d9fce; /*when the mouse is placed on the button change to this colour*/
background-color:#FFF; /*highlight the background behind the text*/
}
/*Box under menu*/
.side_menu_box {
	width:152px; /*164 minus padding*/
	margin:20px 0 40px 0;
	background-color:#dfecf2;
	padding:10px 6px;
}
.side_menu_box .top {
	color:#2d9fce;
	font-family:"Liberation Sans", Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:16px;
	padding-bottom:5px;
}
.side_menu_box p {
	margin:0px;
	padding:0px;
}
.side_menu_box_field {
	background-color:#fff !important;
	border:1px solid #d5e3e9 !important;
	margin:5px 0px 0px 0px;
	color:#6fadc9;
	width:140px;
	padding:5px;
	font-size:11px;
}
.side_menu_box_button {
	margin:5px 0 0 0;
	float:right;
}
#info {
	width:164px; /*164 minus padding*/
	font-family:"Liberation Sans", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2d9fce;
	text-align:center;
}

#main-inner ul#admin-menu {
	float:right;
	margin-bottom:0;
	margin-left:20px;
	margin-right:0;
	margin-top:0px;
	width:600px;
}
#main-inner ul#admin-menu li {
	border-right:1px solid #CCCCCC;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height:13px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 6px;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 0px;
}
#main-inner ul#admin-menu li:last-child {
	border: none
}
#main-inner ul#admin-menu li a {
	color:#575757
}
#main-inner ul#admin-menu li a.selected {
	color: #111;
	text-decoration: underline
}
#main-inner ul#admin-menu li a:hover {
	color: #111
}
#box-libelle {
	clear: both;
	background-color:#eee;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom:1em;
	padding-right: 0.2em;
	padding-left: 1em;
}
#box6 {
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#F0F5F9;
	text-align:center;
	float:left;
}
#box-admin {
	border:1px solid #ddd;
	background-color:#D2E3EA;
	text-align:center;
	float:left;
	width: 765px;
	padding-top: 10px;
	padding-right: 0.2em;
	padding-bottom: 10px;
	padding-left: 1em;
	margin-bottom: 0px;
}

#box-admin .title {
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

#box-tri {
	
	border:1px solid #ddd;
	clear: both;
	background-color:#eee;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom:0;
	padding-top: 1em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	width: 765px;
}


/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
	
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}


/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
.textb {
	font-weight:bold;
}
.pointilles_contact {
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #666;
	margin-right:10px;
}
.grab {
	color:#44A1DC;
	font-family:Helvetica;
	font-size:12pt;
	font-weight:bold;
	line-height:130%;
}

.enteteBlanc {
	background:#0075BD;
	color:#FFF;
	font-weight:bold;
}

.tableHeader {
	background:#0075BD;
	color:#FFF;
	font-weight:bold;
	text-align:left;
}
.tableContent {
	height:350px;
	overflow-x:auto;
	position:relative;
	top:-1px;
}
.tableInscriptionsParticipants {
	background-color:#D2E3EA;
}

.gallery-left {
	padding-right:10px;
	text-align:justify;
}
.gallery-left H3 {
	color:#44A1DC;
	font-size:1.6em;
	font-weight:bold;
}

.points-vue {
	float:left;
	background-color:#EFF9FF;
	}
.points-vue-text {
	padding:3px;
}
.points-vue-text h3 {
	padding:0.1em;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#44A1DC;
	font-size:1.6em;
	text-align:center;
}

#fragment-1 {
	height:200px;
	overflow-x:auto;
}
#fragment-2 {
	height:200px;
	overflow-x:auto;
}
#fragment-3 {
	height:200px;
	overflow-x:auto;
}
#fragment-4 {
	height:200px;
	overflow-x:auto;
}

