/***********************************************************************************************************************************/
/************************ 								/!\	WARNING /!\										************************/
/************************ 																					************************/
/************************ 				   	THIS CSS IS FOR : TEMPLATING ID="CONTAINER"	 					************************/
/************************ 																					************************/
/************************ 				  NOT FOR : PUTTING STYLES ABOUT SOMETHING TEMP						************************/
/************************ 																					************************/
/************************ 		https://mdc-web-tomcat17.ubisoft.org/confluence/display/OWL/Layouts			************************/
/************************ 																					************************/
/***********************************************************************************************************************************

	***************************************************************
	*															  *
	*						 	 header							  *
	*															  *
	***************************************************************
	*						   jumbotron						  *
	***************************************************************
	*															  *
	*						 	 content						  *
	*			      (top, middle, bottom, aside)				  *
	*															  *
	***************************************************************
	*															  *
	*						 	 footer							  *
	*															  *
	***************************************************************
	*						 	  dock							  *
	***************************************************************

***********************************************************************************************************************************/

/***********************************************************************************************************************************/
/* BACKGROUNDS POSITION ************************************************************************************************************/
/***********************************************************************************************************************************/

body.template-v5.nopub:not(.disconnected) .body-background,
body.template-v5.nopub:not(.disconnected) .body-background-left,
body.template-v5.nopub:not(.disconnected) .body-background-right{
	top: -106px; /* THE REAL VALUE BETWEEN "PUB" AND "NOPUB" */
}

body.template-v5.disconnected  .body-background,
body.template-v5.disconnected  .body-background-left,
body.template-v5.disconnected  .body-background-right{
	top: 0; /* version bandeau deconnecté */
}

/***********************************************************************************************************************************/
/* BODY DEFAULT V5 COLOR ***********************************************************************************************************/
/***********************************************************************************************************************************/

body.template-v5{
	color: #3d251b;
}

/***********************************************************************************************************************************/
/* CONTAINER WIDTH *****************************************************************************************************************/
/***********************************************************************************************************************************/

#content,
#container{
	width: 1170px;
}



