/****************************************************************************/
/*																			*/
/*								Couleurs									*/
/*																			*/
/****************************************************************************/


.frame-border_color {
	border-color: #945C7D;
}


/****************************************************************************/
/*																			*/
/*								Common										*/
/*																			*/
/****************************************************************************/

#content {
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	width:900px;
}

.error {
	border:2px groove #9999aa;
	color:#CC2222;
	font-weight:bold;
	margin:10px auto;
	padding:5px 10px;
	width:500px;
}

.title {
	color:#96AB17;
	font-weight:bold;
	height:35px;
	padding:0px 0px;
	margin:0; 
	}

ul#Bouton-mauve {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#Bouton-mauve li {
	margin:0;
	padding:10px 0 10px 20px;
	}
	
ul#Bouton-mauve li a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../img/bt_mauve.gif) no-repeat scroll 0 0;
	color:#000000;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	width:198px;
}
ul#Bouton-mauve li a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../img/bt_mauve.gif) no-repeat scroll 0 -20px;
	color:#FFFFFF;
}

.clear {
	clear: both;
	}
	
/****************************************************************************/
/*																			*/
/*								BASKET										*/
/*																			*/
/****************************************************************************/
	
.basket {
	float:left;
	margin-left:0px;
	width:255px;
	}
	
.basket_sub {
	margin-bottom:5px;
	}

.intervName {
	font-weight: bold;
	}
	
.basketElement {
	/*background: #F5F7E9 url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) repeat-x scroll 50% top !important;*/
	/*background: url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) repeat-x scroll 50% top !important;*/
	background-image:url(../../../public/images/site_fond_droite.jpg);
	/*border: 1px solid silver;*/
	margin-bottom:5px;
	margin-left:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#5d5e64;
	padding-left:8px;
}
	
.loginElement {
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:13px;	
	color: #582041;
	font-weight:bold;
	}
/****************************************************************************/
/*																			*/
/*								login										*/
/*																			*/
/****************************************************************************/


.frame {
	margin: auto;
	width: 500px;
}

.innerframe {
	float: left;
	width: 300px;
	/*height: 332px;*/
	margin: 20px 0 20px 20px;
}


.corner {
	float: left;
	height: 16px;
	width: 16px;
}

.round-corner-tl {
	background : white url("../img/corner16x16_tl.jpg");
}

.round-corner-tr {
	background : white url("../img/corner16x16_tr.jpg");
}

.round-corner-bl {
	background : white url("../img/corner16x16_bl.jpg");
}

.round-corner-br {
	background : white url("../img/corner16x16_br.jpg");
}

.frame-middle-t {
	float:left;
	border-top: 2px solid #945C7D;
	height: 16px;
	width: 468px;
}

.frame-middle-b {
	float:left;
	border-bottom: 2px solid #945C7D;
	height: 14px;
	width: 468px;
}

.frame-middle {
	float:left;
	border-left:  2px solid #945C7D;
	border-right:  2px solid #945C7D;
/*	height: 500px; */
	width: 496px;
	margin-top: -2px;
}

.horizontal_sep {
	background : #945C7D;
	float: left;
	height:190px;
	margin-bottom:30px;
	margin-top:20px;
	width:1px;	
}

.registerLink {
	background : white url("../img/picto_construc.png");
	float: right;
	height: 29px;
	width: 29px;
	cursor: pointer;
}


/****************************************************************************/
/*																			*/
/*								jQuery - tabs								*/
/*																			*/
/****************************************************************************/

.ui-widget {
	color:#404134 !important;
	font-family:Arial,Helvetica,sans-serif !important;
	font-size:11px !important;
}

.ui-widget-content { 
	/*border: 1px solid #dddddd;*/ 
	border: 0px solid #dddddd; 
	/*background: #F5F7E9 url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x !important;*/
	background: #fff url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x !important; 
}

.ui-widget-header {
	/*-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#E9EcE0 url(images/ui-bg_gloss-wave_35_fff7ea_500x100.png) repeat-x scroll 50% 50%!important;*/ 
	background:#c19bb0 url(images/ui-bg_gloss-wave_35_fff7ea_500x100.png) repeat-x scroll 50% 50%!important; 
	border:1px solid #E9EcE0 !important; 
	color:#FFFFFF;
	font-weight:bold;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #7B2D5A !important; 
}

.ui-state-active, .ui-widget-content .ui-state-active {
	/*background:#EFEFEF url(images/ui-bg_glass_65_ffffff_1x400.png) repeat-x scroll 50% 50%;*/
	background:#FFF url(images/ui-bg_glass_65_ffffff_1x400.png) repeat-x scroll 50% 50%;
	border:0px solid #96AB17 !important; 
	color:#EFEFEF !important; 
}


.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #7B2D5A !important; 
	}

.ui-tabs .ui-tabs-panel {
	padding:1em 1em !important;
}

#tabs {
	float:left;
	width: 640px;
	margin: auto;
	min-height: 800px;
}


/****************************************************************************/
/*																			*/
/*								Registration								*/
/*																			*/
/****************************************************************************/

.regForm {
	padding: 10px;
}

.regGroup {
	float: left;
	width:50%;
	margin-bottom: 10px;
}

.legend {
	width: 120px;
	font-weight: bold;
}

.registration {
	margin: auto; 
	border: 1px solid #96AB17; 
	width: 600px; 
	background-color: silver; 
/*	height: 950px; */
	float: left;
	}

.info {
	clear: both;
	width : 100%;
	height: 20px;
	font-weight: bold;
	color: #96AB17;
	padding-top: 5px;
	}

.cgv {
	border:1px solid silver;
	clear:both;
	height:250px;
	overflow:auto;
	padding:5px;
	}
		
#cbquest {
	margin-top:10px;
	width:425px;
	}

#validateReg {
	float:left;
	margin-right:10px;
	width:145px;
	}
	
/****************************************************************************/
/*																			*/
/*								workshop									*/
/*																			*/
/****************************************************************************/

.workshopOffline {
	/*background-color: #F5F7E9;*/
	background-color: #fff;
	width: 560px;
	text-align: center;
	color: #7B2D5A;
	font-size: 10pt;
	width:634px;
	padding-left:0.5em !important;
	font-family:"Trebuchet MS", Arial, sans-serif;
	}

.workshop {
	/*background-color: #F5F7E9;*/
	background-color: #fff;
	text-align: center;
	color: #7B2D5A;
	font-size: 10pt;
	width:640px;
	padding-left:0.5em !important;
	font-family:"Trebuchet MS", Arial, sans-serif;
}

.mainTitle {
	font-size: 12pt;
	font-weight: bold;
	color: black;
	/*border: 1px solid black;*/
}

.date {	
	clear: both;
	font-size: 11pt;
	color:#FFFFFF;
	font-weight: bold;
	background-color: #7b2d5a;
}

/* 					Separation des ateliers 			*/
.separator {
	clear: both;
	height: 50px;
	width: 100%;
	
	}

.spacing  {
	float: left;
	width : 78px;
	height: 80px;
	clear: left;
}

.wtitle {
	border-left:1px solid white;
	/*color:#96AB17;*/
	color:#000000;
	float:left;
	font-weight:bold;
	height:120px;
	padding:10px 8px;
	width:91px;
	}
	
.colonne1 {
background-color:#ddd3dc;
}
.colonne2 {
background-color:#a990a5;
}
.colonne3 {
background-color:#a8cfbc;
}
.colonne4 {
background-color:#73b091;
}
.colonne5 {
background-color:#66CCCC;
}

.timeDiv {
	float: left;
	width : 80px;
}

.time{
	float :left;
	width : 79px;
	height: 20px;
	font-weight: bold;
	/*border-top: 1px solid #eeece9;*/
	text-align: left;
}

.timeTable {
	/*
	border: 1px solid #88aaaa;
	background-color: #ee9999;
	*/

	border-top: 1px solid #eeece9;
	color: #404134;
	width:480px;
	float: left;
}

.timeTable tr{
	/*height: 20px;*/
}

.timeTable td{
	/*height: 20px;*/
	/*width:117px;*/
}


.line {
	border-bottom:1px solid #EEECE9;
	/*border-left:1px solid #EEECE9;*/
	clear:left;
	float:left;
	width: 635px;
	font-size:11px;
}

.unselectable {
	/*background-color: #dddddd;*/
	text-align: center;
	float: left;
	line-height:4em;
}

.selectable {
	/*float: left;
	width: 120px;*/
	color: #592041;
	float: left;
	text-align: center;
	vertical-align:middle;
	cursor: pointer;
	font-family:"Trebuchet MS", Arial, sans-serif;
}

.selectable :hover {
	/*float: left;*/
	background-color: #F8Faf0;
	color: silver;
	font-family:"Trebuchet MS", Arial, sans-serif;
}

.selected {
	color:#ffffff;
	background-color:#582041;
	text-align: center;
	font-family:"Trebuchet MS", Arial, sans-serif;
}

.full {
	color: black;
	background-color: cccccc;
	text-align: left;
	}

.normalCell {
	float:left;
	vertical-align:middle;
	width:109px;
	padding: 0px;
}

.fullCell {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:554px;
}

.rowspan1 {
	height: 20px;
}
.rowspan2 {
	height: 41px;
	}
.rowspan3 {
	height: 62px;
}
.rowspan4 {
	height: 83px;
}


/****************************************************************************/
/*																			*/
/*								RDV											*/
/*																			*/
/****************************************************************************/

.person {
	width: 100%;
	margin-bottom:15px;
}


.photo {
	float: left;
	margin-right: 15px;
	border-right: 1px solid silver;
	padding-right: 15px;
}	

.text {
	float: left;
}

.appointments {
	margin:8px 8px 8px 320px;
	padding:4px;
	clear:both;
}

.persons {
	display: none;
}
	
.company {
	background-color:#706676;
	min-height:28px;
	padding:10px;
	width:600px;
	margin-bottom: 10px;
	padding: 6px 10px 2px 6px;
	clear: both;
	cursor: pointer;
	}

.companyTitle {
	margin: 5px;
	font-weight: bold;
	font-size:14pt;
	color:silver;
	}

.meetingLink {
	float: right;
	padding-top: 100px;
}

.rdvTable {
	border: 1px solid silver;
	margin: 0 10px;
	width: 150px;
}

tr.tr0 {
	background: #FDFDFD;
}

tr.tr1 {
	background: #EDEDED;
}

.selectedRow {
	background: #C7FBC7 !important;
	cursor: pointer;
	}

.over {
	background-color: #EFF6F9 !important
}

.photo {
	margin-bottom: 10px;
	}


/*
////////////////   CSS BATIECO //////////////////////////
*/

.text-norm{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#5d5e64;
}

.text-normbold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#5d5e64;
	font-weight:bold;
	text-decoration:none;
}

.text-norm a{
	text-decoration:none;
	color:#912364;
}

.text-norm a:hover{
	text-decoration:underline;
}

	
.text-moins{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	color:#5d5e64;
}

.text-plus{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;	
	color: #582041;
	font-weight:bold;
}

.titre-plus{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:15px;	
	color: #582041;
	font-weight:bold;
}


.text-mentions{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#696975;
}

.text-mentions a, .text-mentions a:active, .text-mentions a:visited{
	color:#696975;
	text-decoration:none;
}

.text-mentions a:hover{
	text-decoration:underline;
}

h1 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#582041;
	background-image:url(../images/fleche_titre.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:left;
	margin-left:12px;
}

h2	{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#582041;
	background-image:url(../images/fleche_stitre.gif);
	background-repeat:no-repeat;
	padding-left:18px;
	background-position:left;
	margin-left:8px;
	margin-bottom:0;
	margin-top:0;
}

h2 a{
	text-decoration:none;
	color:#582041;
}

h2 a:hover{
	text-decoration:underline;
}
	
.texte-mentions-plus {
	font-family:Arial, sans-serif;
	font-size:9px;
	color:#5d5e64;
}

.texte-mentions-plus a, .texte-mentions-plus a:active, .texte-mentions-plus a:visited{
	color:#5d5e64;
	text-decoration:none;
}

.texte-mentions-plus a:hover{
	text-decoration:underline;

}



/*
---------------------------------------[FORMULAIRE]---------------------------------------
*/

.form-champ {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	border: 1px solid #000000;
}

.form-bt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	background-color:#582041;
}







