/* Start of CMSMS style sheet 'totem_layout_topmenu_2cols' */
/* Start of CMSMS style sheet 'totem_layout_topmenu_2cols' */
/* Original Layout: Top menu + 2 columns */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1em;
	background: #575760  url(uploads/images/img_totem/bg_body.jpg) repeat-x top;
}

/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: none;
	background-color: inherit;
	color: #FFCC00;
}

/* remove underline on hover and change color */
a:hover {
	text-decoration: underline;
	background-color: inherit;
	color: #FFEFB0;
}

.imgleft {
	float: left;
	margin: auto 5px 5px;
}
.imgright {
	float: right;
	margin: auto auto 5px 5px;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #ffffff;
}
div#pagewrapper {
	width: 955px;
	margin: 5px auto 0;
background: url(uploads/totem/bg_header.png) no-repeat right top;
}	

/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */

div#header {
	height: 80px;
	margin: 10px 0 5px;
	padding:0;
	
}

div#header h1 a {
	background: url(uploads/totem/logo_studiototem.png) no-repeat left top;
	display: block;
	height: 75px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}

div#header h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	background: url(uploads/totem/logo_studiototem.png) no-repeat left top;
}

div#header h2 {
/* this is where the site name is */
	float: right;
	line-height: 1.2em;
	margin: 30px 0 0;
	font-size: 17px;
	color: #FFFFFF;
	letter-spacing: 0.2em;
}

div.crbk {
/* sets all to 0 */
	margin: 0;
	padding: 0;
}

div.breadcrumbs {
	/* CSS short hand rule first value is top then right, bottom and left */
	padding: 1em 0;
	/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 10px;
	/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: 0;
	float: left;
/* you can set your own image here */
/*	background: url(uploads/totem/mainleftup.gif) no-repeat left bottom;*/
}

div.breadcrumbs span.lastitem {
	font-weight: bold;
}

div#search {
/* position for the search box */
	float: right;
/* enough width for the search input box */
	width: 20em;
	text-align: right;
	padding: 0.5em 0 0.2em 0;
	margin: 0;
}

#search label{
display:none;
	}

#search input{
	color: #FFFFFF;
	background: #63636B;
	border-style: none;
	font-size: 10px!important;
	font-weight: bold;
}

/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
	cursor: pointer;
	background: url(uploads/totem/bt_search.png) no-repeat center right;
}

.illuscontain {
	height: 205px;
	text-align: center;
	background: #000000;
	margin: 5px 0;
	clear: both;
	float: left;
}

/*/////////////////BLOCK POSITIONNEMENT////////////////////*/
/*Bloc de contenu general*/
div#content {
	float: left;
	margin: 10px auto 20px;
	padding: 0;
	width: 955px;
}

/*Colonne de gauche*/
div#main {
	float: left;
	width: 650px;
	margin:auto 10px 20px;
}

div#fullsize {
	float: left;
	width: 99%;
	margin:auto 10px 20px;
	cear: both;
}


#main .edito{
	clear: both;
}

#main .coldemil {
	float: left;
	width: 46%;
	margin-right: 14px;
}

#main .coldemir {
	float: left;
	width: 49%;
	margin-left: 14px;
}


/*Colonne de droite*/
div#sidebar {
	float: left;
	width: 264px;
	margin: 0 0 20px 10px;
	padding: 0;
}

div#sidebarb {
	padding: 0 0 10px 0;
}

div#partners {
	padding: 5px 0;
width: 100%;
}

div#partners  h2{
	
}

div#newsa{
		width: 96%;
}

div#newsaudio{
	margin-top: 20px !important;
		width: 96%;
}

div#newsaudio, div#partners , div#news {
	float: left;
	clear:both;

}



div#sidebara {
	padding: 10px 15px 15px 0px;
}
div.footback {
/* keep footer below content and menu */
	clear: both;
/* this sets 10px on right to let the right image show, the balance 10px left on next div */
	padding: 0;
}
div#footer {
	/* this sets 10px on left to balance 10px right on last div */
	padding: 0px 0px 0px 10px;
	color: #fff;
}
div.leftfoot {
/*	float: left;	
	margin-left: 20px*/
	width: 30%;
	margin: 10px auto;
	clear: both;
	border: solid 1px yellow;
}
div#footer p {
/* sets different font size from default */
	font-size: 11px;
/* some air for footer */
	padding: 12px;
/* centered text */
	text-align: center;
	margin: 0;
}
div#footer p a {
	/* footer link would be same color as default we want it same as footer text */
	color: #FFFFFF;
	text-decoration:none;
}
div#footer p a:hover {
	/* footer link would be same color as default we want it same as footer text */
	text-decoration:underline;
	
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted ccc;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}

div#content h2 {
	font-size: 20px;
	color: #f2f2f2;
	border-bottom: 1px solid #ECC62F;
	margin: 13px 0;
	padding-bottom: 7px;
}

div#content h3 {
	color: #ffcc00;
/*	font-size: 1.3em;*/
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #ffcc00;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #ffcc00;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #ffcc00;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	text-align: left;
	font-size: 11px;
	margin: 0px auto 5px;
/* some air around p elements
	line-height: 1.4em; */
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
.marge {
width: 100%;
clear: both;
height:15px;
}
/* END LISTS */
/*Page contact */

.adrescontain {

width: 95%;
}

.adres, .adreslink{
	padding: 5px auto 10px;
	margin: 10px auto 15px;
	width: 95%;
}

.adreslink{
	border-top:dotted 1px #f2f2f2;
}


.adreslink h3{
/*	color: #f2f2f2!important;*/
	padding-top: 5px;
}

.adreslink h3 img{
	vertical-align: middle;
	margin-right: 7px;
}

.adreslink a{
	text-decoration: none;
	color: #FFCC00;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	background: transparent url(uploads/totem/bt_jaune.png) no-repeat right;
	padding-right: 20px;
	display: block;
	text-align: right;
}

.adreslink a:hover{
	color: #FFE88A;
}

/*Bloc formule home*/

.FormuHome {
	background: url(uploads/images/img_totem/bg_totem_formule.png) no-repeat center ;
	/*padding: 120px 2px 2px;*/
	width: 96%;
min-height: 400px;
}

.FormuHome .formutitre{

background: url(uploads/images/img_totem/bg_totem_fortitre.png) no-repeat center;
height: 71px;
border: none!important;
margin-bottom: 25px!important;

}

.FormuHome ul{

	font-size: 11px!important;
}


.FormuHome a{
margin-top: 25px!important;
	text-decoration: none;
	color: #FFCC00;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	background: transparent url(uploads/totem/bt_jaune.png) no-repeat right;
	padding-right: 20px;
	display: block;
	text-align: right;
}

.FormuHome a:hover{
	color: #FFE88A;
}



/* End of 'totem_layout_topmenu_2cols' */

