@import url(opensans/styleopensans.css);

html {
    height : 100%;
}
body {
	background-color : #F0F0F0;
    height : 100%;
    margin : 0;
    padding : 0;
	font-family : 'Open Sans', Arial, sans-serif;
	font-size : 14px;
}

table {
	border-spacing : 0px;
}

h1, h2, h3
{
	font-weight: normal;
}
h1
{
	font-size : 42px;
	margin-top : -6px;
	margin-bottom : 0px;
}
h2
{
	font-size : 32px;
	margin-top : 5px;
	margin-bottom : 52px;
}
h3
{
	font-size : 24px;
	margin-top : 0px;
}

p
{
	margin-bottom : 0px;
	line-height : 24px;
}

a
{
	text-decoration : none;
}

#page-table {
    height : 100%;
    width : 100%;
    border-collapse : collapse;
    text-align : center;
}
#page-td {
    height : 100%;
    padding : 0;
    vertical-align : middle;
}
div#global {
    width : 968px;
    margin : 0px auto;
    text-align : left;
	border : 1px solid #e6e6e6;
	overflow-y : auto;
	background-image : url(fond.png);
	background-repeat : repeat-y;
	
}

#global > div
{
	width : 50%;
	float : left;
	height : 100%;
	box-sizing : border-box;
	padding : 50px 50px 45px 50px;
}

#gauche
{
	/*background-color : #FFFFFF;*/
	color : #505458;
}

#droite
{
	/*background-color : #00508c;*/
	color : #ffffff;
	font-size : 16px;
}

#gauche a
{
	color : #127aeb;
}

#droite a
{
	color : #64b4fa;
}

#logo
{
	width : 218px;
	height : 39px;
	background-image : url(logo.png);
	background-repeat: no-repeat;
	float : left;
	margin : 0px;
	padding : 0px;
}

#gauche > p
{
	clear: both;
	margin-top : 24px;
}

#gauche > p:nth-child(2)
{
	margin-top : 70px;
}

#gauche > p:last-child
{
	margin-top : 0px;
}

#droite > p
{
	line-height : 28px;
	margin-top : 28px;
}

#droite > .findroite
{
	font-size : 14px;
	line-height: 24px;
}

#droite > .findroite.tse
{
	margin-top : 13px;
}

#alerte 
{
	border: solid 8px #f72800;
	background-color : white;
	padding: 10px;
}
#alerte > div > p
{
	line-height : 32px;
	font-size : 20px;
	margin-top : 28px;
}

#warning
{
	height : 39px;
	background-image : url(Dialog-warning.svg);
	background-repeat: no-repeat;
	float : left;
	margin : 0px;
	padding : 0px;
}


