/*
    Document   : welcomeStyle
    Created on : 03-déc.-2009, 14:43:32
    Author     : JGI
    Description:
        Purpose of the stylesheet follows.
*/

body
{
    margin:0px;
    background-color:black;
    color:white;
}


#content
{
    background-image: url(bck.jpg);
    background-repeat: no-repeat;
    background-position:center;
    width:100%;
	height:780px;
}

#blankSpaceTitle
{
	height:107px !important;
	height:130px;
}

#title
{

    height:80px;
    text-align:center;
}

H1
{
    font-family:calibri;
    font-weight:bold;
    font-size:18px;
}

H2
{
    font-weight:normal;
    font-style:italic;
    font-family:calibri;
    font-size:20px;
    text-align:center;
}

#blankSpace
{
	height: 440px !important;
	height: 375px;
	text-align: center;
}

#Text
{
	text-align:center;
}

#contentText
{
	font-family:calibri;
	margin-left: auto;
	margin-right: auto;
	font-size:16px;
	height:80px;
}

#blankSpaceFooter
{
	height:25px;
}

#footer
{
	text-align:center;
    height:70px;
	color:#666;
	font-style:italic;
    font-family:calibri;
	font-size:12px;
}
a
{
	display:block;
	text-decoration:none;
	border:0px;
	height: 440px;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

a:hover,a:active,a:visited
{
	border:0px;
}


