/*------------- PAGE MENU CSS --------------*/
/*--------------------------------------- 320 --------------------------------------*/
/*--------------------------------------- 320 --------------------------------------*/
/*--------------------------------------- 320 --------------------------------------*/

body
{
	position 		: relative; 
	background 		: ;
	padding			: 0px;
	margin 			: 0px;   
}

    #index
    {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

        #index_block_1
        {
            position: relative;
            background: #032261;
            text-align: center;
            width: 100%;
            height: 737px;
            overflow: hidden;
        }
            #index_block_1_center
            {
                display: inline-block;
                position: relative;
                width: 350px;
                height: ;
            }

            #index_block_1_logo
            {
                display: inline-block;
                background: white;
                position: relative;
                margin-top: 60px;
                padding-top: 50px;
                width: 300px;
                height: 300px;
            }
                #index_block_1_logo_1
                {
                    display: inline-block;
                    position: relative;
                    width: 80%;
                    height: 90%;
                }

                #index_block_1_titre
                {
                    font-family: arial;
                    font-size: 20px;
                    margin-top: 30px;
                    color: white;
                }

                #index_block_1_contact
                {
                    position: relative;
                    font-family: arial;
                    color: white;
                    margin-top: 10px;
                }

