.debug{
	width:500px;
	height:200px;
	position:absolute;
	bottom:0px;
	left:0px;
	background-color: #FFF;
	border:solid black 1px;
}
.debug .debug_title{
	background:#000;
	color:#FFF;
	display:block;
}

html
{	height: 100%;
  width:100%;
}

*
{ margin: 0;
  padding: 0;}

.clear{
	clear: both;
}


body
{ font: normal 0.88em helvetica, arial, sans-serif;
  height:100%;
  /*background: #1a54a8;*/
  /*background-color:rgb(255,134,31);*/
  background-color:#445d69;
  position:relative;
 /* background-image:url("/images/231-blue-dotted-pattern-2560x1600-minimalistic-wallpaper.jpg");*/

	background-image:url("/images/bg2.gif");
  /*background-image:url("/images/foot-france-07072016.jpg");*/
  background-position-y: 100%;
  background-position-x: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #222;}

.ui-widget{
	font-family:helvetica, arial, sans-serif; 
}

p
{ padding: 0 0 15px 0;
  line-height: 1.7em;}

img
{ border: 0;}

h1, h2, h3, h4, h5, h6 
{ font: normal 135% 'century gothic', arial, sans-serif;
  color: #43423F;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;}

h2
{ font: normal 175% 'century gothic', arial, sans-serif;
  color: #A4AA04;}

h4, h5, h6
{ margin: 0;
  padding: 0 0 0px 0;
  font: normal 120% arial, sans-serif;
  color: #000;}

h5, h6
{ font: italic 95% arial, sans-serif;
  padding: 0 0 15px 0;
  color: #000;}

h6
{ color: #362C20;}

a, a:hover
{ outline: none;
  text-decoration: underline;
  color: #1293EE;}

a:hover
{ text-decoration: none;}

.left
{ float: left;
  width: auto;
  margin-right: 10px;}

.right
{ float: right; 
  width: auto;
  margin-left: 10px;}

.center
{ display: block;
  text-align: center;
  margin: 20px auto;}

blockquote
{ margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;}

ul
{ margin: 2px 0 22px 17px;}

ul li
{ list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main {
	padding:0px 16px 42px 16px;
	width: 1120px
}

#main, #logo, #menubar, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}

#header
{background: rgba(0,0,0,0.3);
 /*background-image:url("/images/gloss_orangerouge.jpg");*/
 height:72px;
 color:white;
}

#header a {color:white}

#logo
{ 
	float:right;
	width:40%;
	position: relative;
}

#logo #logo_text 
{ position: absolute; 
  top: 20px;
  left: 0;}

#logo h1, #logo h2
{ font: normal 300% 'century gothic', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0;}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover 
{ padding: 22px 0 0 0;
  color: #FFF;
  letter-spacing: 0.1em;
  text-decoration: none;}

#logo_text h1 a .logo_colour
{ color: #80FFFF;}

#logo_text h2
{ font-size: 100%;
  padding: 4px 0 0 0;
  color: #DDD;}

#menubar
{
	height: 72px;
	padding: 0;
} 

ul#menu, ul#menu li
{ float: left;
  margin: 0; 
  padding: 0;}

ul#menu li
{ list-style: none;}

ul#menu li a
{ letter-spacing: 0.1em;
  font: normal 100% 'lucida sans unicode', arial, sans-serif;
  display: block; 
  float: left; 
  height: 37px;
  padding: 29px 26px 6px 26px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  color:inherit;
} 

ul#menu li a:hover, ul#menu li.selected a, ul#menu li.selected a:hover
{ color: #FFF;
  background: #1C2C3E url(menu_select.png) repeat-x;}

#site_content
{ 
	position:relative;
	margin: 0 auto 0 auto;
	padding: 0px 0px 20px 0px;
} 

.sidebar
{ float: right;
  width: 255px;
  position:absolute;
  right:0px;
  top:0px;
  padding: 0 5px 20px 15px;
  /*background: rgba(0, 0, 0, 0.10);*/
}

.sidebar-item {
	color:#EEE;
	background-color: rgba(0, 0, 0, 0.12);
	margin:0 0 25px 0;
	border: 1px solid rgba(0,0,0,0.10);
	border-width: 1px 1px 2px 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:0px 16px 16px 16px;
}

.sidebar-item h3, .sidebar-item h3 a {
	color:#FFF;
}

.sidebar-item-icon {
	float:left;
	padding: 10px 10px 0px 0;
}

.sidebar ul
{
	padding: 4px 0 0 0; 
	margin: 4px 0 30px 0;}

.sidebar li
{ list-style: none; 
  padding: 0 0 7px 0; }

.sidebar li a, .sidebar li a:hover
{ padding: 0 0 0 40px;
  display: block;
  background: transparent url(link.png) no-repeat left center;} 

.sidebar li a.selected
{ color: #444;
  text-decoration: none;} 

#content
{ text-align: left;
  margin-right: 277px;
  padding: 0;}

.content-left,.content-right{
	float:left;
	min-width: 300px;
	width:50%
}

@media screen and (max-width: 1008px) {
	.content-left,.content-right{
		width:100%;
	}
}



#content ul
{ margin: 2px 0 22px 0px;}

#content ul li { 
	position:relative;
	list-style-type: none;
	margin: 0 0 6px 0; 
	padding: 0 0 4px 25px;
	line-height: 1em;}

#footer
{ 
	position:fixed;
	bottom:0px;
	left:0px;
	font: normal 100% 'lucida sans unicode', arial, sans-serif;
	height: 5px;
	width:100%;
	text-align: center; 
	background: #333;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.1em;}

#footer a
{ color: #FFF;
  text-decoration: none;}

#footer a:hover
{ color: #FFF;
  text-decoration: underline;}

.search
{ color: #5D5D5D; 
  border: 1px solid #BBB; 
  width: 50%; 
  padding: 4px; 
  font: 100% arial, sans-serif;}

.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 200px; 
  text-align: left;}

.form_settings input, .form_settings textarea
{ padding: 5px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;}

.form_settings .submit
{ font: 100% arial; 
  border: 1px solid; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #263C56; 
  color: #FFF;}

.form_settings textarea, .form_settings select
{ font: 100% arial; 
  width: 299px;}

.form_settings select
{ width: 310px;}

.form_settings .checkbox
{ margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;}

.separator
{ width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;}

table
{ margin: 10px 0 30px 0;}

table tr th, table tr td
{ background: #3B3B3B;
  color: #FFF;
  padding: 7px 3px;
  text-align: left;}

table tr td
{ background: #F0EFE2;
  color: #47433F;
  border-top: 1px solid #FFF;}

.sidebar table tr td{
	background: none;
	color:#FFF;
}

.UserPanel {
	float:right;
	padding:5px 15px;
}
.UserPanel .userInformations {
	vertical-align: middle;
	display:block;
	line-height: 32px;
}
.UserPanel .userInformations img, .post-it_owner img {
	position:relative;
	display: inline-block;
	top:8px;
	border-radius: 16px;
}

.boardItem{
	position:relative;
	background-color: #FFF;
	margin: 0px 2px 5px 2px;
	-moz-box-shadow: 2px 2px 3px 0px #333;
	-webkit-box-shadow: 2px 2px 3px 0px #333;
	-o-box-shadow: 2px 2px 3px 0px #333;
	box-shadow: 2px 2px 3px 0px #333;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333, Direction=134, Strength=3);
	clear:both;
	border-radius: 16px 0px 6px 6px;
}

.boardItem-borderless {
	margin:5px;
	clear:both;
}

.boardItem-top{
	border-radius:16px 0px 0px 0px;
	-moz-box-shadow: 0px 2px 2px 0px #AAAAAA;
	-webkit-box-shadow: 0px 2px 2px 0px #AAAAAA;
	-o-box-shadow: 0px 2px 2px 0px #AAAAAA;
	box-shadow: 0px 2px 2px 0px #AAAAAA;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#AAAAAA, Direction=180, Strength=2);
}

.boardItem-title {
	/* color:#e86012;*/
	position:relative;
	color:#222;
	text-transform: uppercase;
	font-weight: normal;
	padding:5px 38px;
}
.boardItem-title img {
	position:absolute;
	left:1px;
	top:1px;
}

.boardItem-content h4 img {
	position:relative;
	top:8px;
}

.googleapps-links {
	padding-top:16px;
	color:white;
}
.googleapps-links div{
	width:30%;
	display:inline-block;
	text-align: center;
	padding-bottom: 16px;
}

.googleapps-links img {
	width:40px;
}

.bigger{
	font-size: 175%;
}

.GoogleConnect {
	border:solid 1px #AAA;
	width:400px;
	position:relative;
	top:100px;
	margin:auto;
	width:300px;
	padding:5px;
	text-align: center;
	color:white;
}

.GoogleConnect #loginButton, button, .button, #blog-article-add-button{
	font-size: 100%;
	text-decoration: none;
	display:inline-block;
	background-color: #d14836;	
	border: 1px solid transparent;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	border-radius: 2px;
	text-align: center;
	white-space: nowrap;
	margin-right: 16px;
	height: 27px;
	line-height: 27px;
	min-width: 54px;
	outline: 0;
	padding:0 8px;
	cursor:pointer;
}

.mce-btn button {
	min-width: 1px;
}

.GoogleConnect #loginButton{
	font-weight: bold;
	background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
	text-transform: uppercase;
}

.green1_bg{background-color:rgb(90,198,79);}
.green1_fg{color:rgb(90,198,79)}
.orange1_bg{background-color:rgb(245,183,70);}
.orange1_fg{color:rgb(245,183,70)}
.red1_bg{background-color:rgb(235,92,51);}
.red1_fg{color:rgb(235,92,51)}
.blue1_bg {background-color:rgb(67,182,249);}
.blue1_fg {color:rgb(67,182,249);}
.yellow1_bg{
	background-color:#FAE170;
}
.yellow1_fg{color:#FAE170;}

.neutralgrey1_bg{
	background-color:rgb(200,200,200);
	color:#FFFFFF;
}

.OSActivity p {
	font-size:80%;
}


.boardItem-Gmail a{
	color:#000;
	text-decoration: none;
}

.boardItem-Gmail a:hover{
	text-decoration: underline;
}

.OSDialogEditForm{
	padding:15px;
	height:100%;
}


.OSDialogEditForm textarea{
	padding:5px;
	width:100%;
	min-height:6em;
}



.OSDialogEditButton {
	text-align: right;
}

.OSDialogButtonBar{
	height:16px;
	padding:2px;
	display:block;
	text-align: right;
}

.OSDialogButtonBar:hover{
	display:block;
	background:rgba(0,0,0,0.05);
}

.OSDialogButtonBar .OSDialogEditButton{
	display:none;
}

.OSDialogButtonBar:hover .OSDialogEditButton{
	display:inline;
}

.OSDialogButtonBar .OSDialogEditButton img:hover{
	cursor: pointer;
}

.boardItem-content .OSDialogButtonBar{
	position:relative;
	top:3px;
	margin-bottom: -16px;
	z-index:10;
}

.OSBlog_add_articles{
	position:absolute;
	right:-10px;
	top:4px;
	float:right;
}

.OSBlogEntry_content {
	padding: 5px 10px 5px 16px;
}

.OSBlogEntry_content h4{
	font-weight: bold;
	color:#444;
}

.OSBlogEntry_infos{
	padding:4px 0px;
}

.OSBlogEntry_infos_date {
	float: right;
}

.OSDialogBlogContent {
	width: 76%;
	padding: 7%;
	background-color: #FFF;
	margin: auto;
	min-width: 800px;
	margin-top: 12px;
	-moz-box-shadow: 2px 2px 3px 0px #333;
	-webkit-box-shadow: 2px 2px 3px 0px #333;
	-o-box-shadow: 2px 2px 3px 0px #333;
	box-shadow: 2px 2px 3px 0px #333;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333, Direction=134, Strength=3);	
}

.OSDialogBlogContent p {
	line-height: 1.4em;
}
.OSDialogBlogContent .OSBlogEntry_title{
	font-weight:bold;
	font-size: 32px;
}
.OSDialogBlogContent .OSBlogEntry_summary{
	font-size: 24px;
}
.OSDialogBlogContent .OSBlogEntry_text{
	font-size: 16px;
}

.OSDialogBlogContent .OSBlogEntry_text p {
	padding:0
}

.OSFile_Table li img{
	position:absolute;
	top:-8px;
	left: 0px;
}

.OSBlog_PJ H5 {
	font-weight: bold;
	font-style: normal;
   font-size: 18px;
   text-align: center;
}

.OSBlog_PJ {	
	float: right;
	border: solid black 1px;
	background-color: #F5F5F5;
	padding: 10px;
	border-radius: 6px;
	box-shadow: #ddd 2px 2px 10px;
	text-align: center;
}

.OSBlog_PJ a{
	font-size:12px;
	}

.sidebar-item a {
	color:inherit;
	text-decoration: none;
}

.sidebar-item a:hover {
	text-decoration: underline;
}

.tableCA {
	width:820px;
}

.tableCA th{
	font-size:0.9em;
	text-align: center;	
	background-color: #DBDBCE;
	color:#47433F;
	width:53px;
}
.tableCA td {
	font-size:0.7em;
	text-align: center;	
}


.OSContact_search_form {
	margin:8px;
}

.OSContact_search_form input {
	width: 700px;
	height: 26px;
	color: #666;
}

.category_name1{background-color:rgb(235,92,51)}
.category_name2{background-color:#F8D201}
.category_name3{background-color:rgb(245,183,70)}
.category_name4{background-color:rgb(67,182,249);}
.category_name5{background-color:rgb(220,173,50)}
.category_name6{background-color:rgb(245,183,70)}
.category_name7{background-color:rgb(90,198,79);}
.category_name8{background-color:rgb(70,178,59);}




#signature_to_paste table,#signature_to_paste td, #signature_to_paste2 table,#signature_to_paste2 td  {
	margin:0;
	padding:0;
	border-spacing:0px;
	border:0px solid #FFF;
	background-color:#FFF;
}